首页
策略
文库
社区
API文档
登录
立即注册
高频交易
交流分享
原创教程
Quantitative Implementation of Currency-Based Short-Selling Fee Arbitrage Strategy
Quantitative Implementation of Currency-Based Short-Selling Fee Arbitrage Strategy Imagine a strategy that can be as stable as a rock in the violent flu
FMZ~Lydia
2025-02-07 10:57:13
0
211
币本位做空资费套利策略的量化实现
想象一下,有一种策略,能够在数字货币市场的剧烈波动中稳如泰山,无论牛市还是熊市,都能为你带来持续的正收益。听起来像是天方夜谭?其实不然。币本位一倍做空资费套利策略,正是这样一个“躺赚”神器。 通过巧妙利用币本位合约的独特性质与资金费率机制,这一策略不仅能够在牛市中获取稳定收益,还能在熊市中有效规避风险,实现跨越市场
ianzeng123
2025-01-21 17:06:52
0
888
Quantitative Practice of DEX Exchanges (2) -- Hyperliquid User Guide
Preface Recently, the FMZ platform has added support for Hyperliquid DEX, a high-performance decentralized exchange, providing users with more options fo
FMZ~Lydia
2025-01-16 10:57:22
0
329
DEX交易所量化实践(2)-- Hyperliquid 使用指南
前言 近期,FMZ 平台新增支持了 Hyperliquid DEX 这一高性能去中心化交易所,为用户参与去中心化交易提供了更多选择。目前,FMZ 平台的托管者功能已全面更新,支持 Hyperliquid 的现货及永续合约交易,并覆盖该 DEX 的全部 API 功能。 Hyperliquid
发明者量化-小小梦
2025-01-15 13:43:15
0
1212
Quantitative Practice of DEX Exchanges (1) -- dYdX v4 User Guide
Preface With the rapid rise of decentralized exchanges (DEX) in the field of cryptocurrency trading, quantitative traders have turned to these platforms
FMZ~Lydia
2024-12-26 15:32:24
0
291
Introduction to Lead-Lag Arbitrage in Cryptocurrency (3)
In the previous article, we introduced cross-exchange “brick moving” arbitrage. In this article, we will take a deep look at how to apply the Lead-Lag effect
FMZ~Lydia
2024-12-25 16:04:11
0
290
DEX交易所量化实践(1)-- dYdX v4 使用指南
前言 随着去中心化交易所(DEX)在加密货币交易领域的迅速崛起,量化交易者开始逐步转向这些平台进行高效的自动化交易。dYdX 作为最受欢迎的去中心化交易平台之一,提供了强大的交易功能,支持期货永续合约交易,其最新版本 v4 更是优化了性能和用户体验,成为了许多量化交易者的首选。 本篇文章将介绍
发明者量化-小小梦
2024-12-24 17:09:32
0
614
数字货币中的Lead-Lag套利介绍(3)
在上一篇文章中,我们介绍了跨交易所的“搬砖”套利。这一次,我们将深入探讨如何将Lead-Lag效应应用于高频交易,高频交易需要在极短时间内捕捉微小的价格差异并迅速获利。Lead-Lag效应为交易者提供了预测性信息,帮助他们判断价格的短期走势,从而在不同交易所之间实现套利。 以下是对[公开代码的简化](htt
小草
2024-12-24 15:43:36
2
1127
Introduction to Lead-Lag Arbitrage in Cryptocurrency (2)
Introduction to “Brick Moving” Arbitrage In the first article, we introduced how to use the Lead-Lag phenomenon for arbitrage briefly. In this article, w
FMZ~Lydia
2024-12-19 09:27:27
0
309
数字货币中的Lead-Lag套利介绍(2)
“搬砖”套利介绍 在第一篇文章中,大概介绍了如何Lead-Lag现象进行套利,本文将主要介绍跨交易所的“搬砖”套利。其基本原理是通过利用不同交易所之间的价格滞后现象(Lead-Lag效应),因为各个交易所的市场流动性、成交速度和网络延迟不同,导致同一种币在不同交易所的价格往往不同步。套利者可以通过监测这
小草
2024-12-18 11:16:41
0
957
Discussion on External Signal Reception of FMZ Platform: A Complete Solution for Receiving Signals with Built-in Http Service in Strategy
Preface In the previous article [Discussion on External Signal Reception of FMZ Platform: Extended API vs. Strategy Built-in HTTP Service](https://www.fm
FMZ~Lydia
2024-12-18 09:22:33
0
257
FMZ平台外部信号接收的探讨:策略内置Http服务接收信号的完整方案
前言 在上一篇文章「FMZ平台外部信号接收的探讨:扩展API vs 策略内置HTTP服务」的讨论中,我们对比了两种不同的接收外部信号进行程序化交易的方式,分析了其中的细节。使用FMZ平台扩展API接收外部信号的方案在平台
发明者量化-小小梦
2024-12-17 11:44:07
0
414
Introduction to Lead-Lag Arbitrage in Cryptocurrency (1)
With the rapid development of the cryptocurrency market, arbitrage strategies have become one of the important means for many traders to pursue stable return
FMZ~Lydia
2024-12-16 09:35:39
0
331
数字货币中的Lead-Lag套利介绍(1)
随着数字货币市场的快速发展,套利策略成为众多交易者追求稳定收益的重要手段之一。本系列文章将深入探讨一种名为Lead-Lag的套利策略,解析其原理、实施方法以及在实际操作中的关键要点。 什么是Lead-Lag? Lead-Lag套利策略,顾名思义,是基于市场中不同交易所、不同品种之间的“领先-滞
小草
2024-12-13 17:31:56
0
1056
Discussion on External Signal Reception of FMZ Platform: Extended API VS Strategy Built-in HTTP Service
Preface There are several articles in the platform “Digest” about connecting to Trading View webhooks, which allows strategies to drive tradings with sig
FMZ~Lydia
2024-12-13 13:12:31
0
242
FMZ平台外部信号接收的探讨:扩展API vs 策略内置HTTP服务
前言 平台文库中有几篇关于对接Trading View webhook的文章,可以让策略以外部系统的信号驱动交易,当时平台还没有支持JavaScript语言的内置http服务功能。使用的是平台的扩展API接口:CommandRobot,简单说就是外部信号的http/https请求发送到FMZ平台,
发明者量化-小小梦
2024-12-12 18:33:26
0
347
Discussion on Strategy Testing Method Based on Random Ticker Generator
Preface The backtesting system of the FMZ Quant Trading Platform is a backtesting system that is constantly iterating, updating and upgrading. It adds
FMZ~Lydia
2024-12-02 11:26:13
0
270
基于随机行情生成器的策略测试方法探讨
前言 发明者量化交易平台的回测系统是一个不停迭代更新升级的回测系统,从最初的基本回测功能,逐步增加功能、优化性能。随着平台的发展回测系统会持续优化升级,今天我们就来基于回测系统探讨一个话题:「基于随机行情的策略测试」。 需求 在量化交易领域,策略的开发与优化离不开真实市场数据的验证
发明者量化-小小梦
2024-11-29 16:35:44
0
520
New Feature of FMZ Quant: Use _Serve Function to Create HTTP Services Easily
In quantitative trading and automated strategy development, http services are sometimes used. The FMZ Quant Trading Platform has added a function “`_Serve()
FMZ~Lydia
2024-11-13 11:59:30
0
288
发明者量化新功能:使用 _Serve 函数轻松创建 HTTP 服务
在量化交易和自动化策略开发中,有时会用到http服务。发明者量化平台近日新增了 _Serve() 函数,为用户提供了灵活的 HTTP、HTTPS 和 TCP 服务创建能力。通过该功能,开发者可以简化服务配置过程,并在量化环境中实现更多自定义服务,使策略设计更加流畅便捷。本文将介绍 “`_S
发明者量化-小小梦
2024-11-12 22:10:49
0
392
FMZ Quant Trading Platform Custom Protocol Access Guide
We FMZ Quant Trading Platform supports many cryptocurrency exchanges and encapsulates the mainstream exchanges on the market. However, there are still many e
FMZ~Lydia
2024-11-08 16:37:25
0
312
FMZ Funding Rate Acquisition and Monitoring Strategy
Multi-platform futures funding rate acquisition and monitoring strategy Description: This strategy is used to obtain and monitor funding rates fro
FMZ~Lydia
2024-11-04 14:54:42
0
291
FMZ资金费率获取与监控策略策略
多平台期货资金费率获取与监控策略 描述: 该策略用于从多个期货平台(如OKCoin、Binance、Bitget等)获取和监控资金费率。通过并行线程轮询各交易所的永续合约市场,并获取资金费率数据,同时使用延迟机制优化请求频率。 本篇文章对策略进行了一些改动,支持了展示和资金费率报警推
小草
2024-10-31 16:41:13
2
883
A Strategy Template Allows You to Use WebSocket Market Seamlessly
This is a WebSocket market template officially developed by FMZ. Welcome all users to copy and use it: https://www.fmz.com/strategy/470349 Why do we ne
FMZ~Lydia
2024-10-30 14:23:04
0
300
一个策略模板让你无缝使用WebSocket行情
这是FMZ官方开发的一个WebSocket行情模板,复制另存为模板,在新策略中勾选这个模板就可以使用:https://www.fmz.com/strategy/470349 为什么需要WebSocket 目前FMZ策略主要是传统的REST API封装,每一步API访问都要建立一个网络连接,通过
小草
2024-10-30 09:49:20
0
1039
发明者量化交易平台通用协议接入指南
发明者量化交易平台支持众多加密货币交易所,并且封装了市面上主流的交易所。然而,仍有许多交易所未被封装,对于需要使用这些交易所的用户,可以通过发明者量化的通用协议进行接入。不仅限于加密货币交易所,任何支持REST协议或FIX协议的平台也可以接入。 本篇将以REST协议接入为例,讲
发明者量化-小小梦
2024-10-29 14:37:56
0
449
How to Build a Universal Multi-Currency Trading Strategy Quickly after FMZ Upgrade
Preface The FMZ Quant Trading Platform was established too early. At that time, there were very limited exchanges and currencies, and there were few trad
FMZ~Lydia
2024-10-08 10:01:41
0
353
FMZ升级后,如何快捷构建通用多币种交易策略
前言 发明者量化交易平台成立的时间实在太早了,当时交易所和币种都非常有限,交易模式也不多,因此初始API设计比较简单,专注与单币种交易策略。经过多年的迭代,特别是最近的版本,已经比较完善,常用交易所API都可以用封装好的函数完成了。特别是多币种策略,获取行情、账户和交易都比以前简化了很多,不再需要I
小草
2024-09-30 15:22:55
4
1089
DCA Trading: A Widely Used Quantitative Strategy
What is the DCA strategy? Trading profits rely on buying at low points and selling high points, therefore, many traders need a simple programmatic trad
FMZ~Lydia
2024-09-30 15:22:31
0
368
DCA交易:广泛通用的量化策略
什么是DCA策略? 交易盈利靠的是低买高卖,所有很多交易者需要一个简单的程序化交易策略,满足一定条件下开仓下单,如果行情不符合预期,就按照一定的规则继续加仓,逐渐拉低成本,如果符合预期走势,加上一定的利润平仓了结。自动很多量化在数字货币市场中,交易者常常面临价格波动的挑战,特别是在不确定性高的市场
小草
2024-09-27 17:35:31
0
1026
1
2
3
4
5
6
7
8
9
10
»
末页