首页
策略
文库
社区
API文档
登录
立即注册
高频交易
交流分享
原创教程
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
355
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
327
FMZ资金费率获取与监控策略策略
多平台期货资金费率获取与监控策略 描述: 该策略用于从多个期货平台(如OKCoin、Binance、Bitget等)获取和监控资金费率。通过并行线程轮询各交易所的永续合约市场,并获取资金费率数据,同时使用延迟机制优化请求频率。 本篇文章对策略进行了一些改动,支持了展示和资金费率报警推
小草
2024-10-31 16:41:13
2
999
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
330
一个策略模板让你无缝使用WebSocket行情
这是FMZ官方开发的一个WebSocket行情模板,复制另存为模板,在新策略中勾选这个模板就可以使用:https://www.fmz.com/strategy/470349 为什么需要WebSocket 目前FMZ策略主要是传统的REST API封装,每一步API访问都要建立一个网络连接,通过
小草
2024-10-30 09:49:20
0
1154
发明者量化交易平台通用协议接入指南
发明者量化交易平台支持众多加密货币交易所,并且封装了市面上主流的交易所。然而,仍有许多交易所未被封装,对于需要使用这些交易所的用户,可以通过发明者量化的通用协议进行接入。不仅限于加密货币交易所,任何支持REST协议或FIX协议的平台也可以接入。 本篇将以REST协议接入为例,讲
发明者量化-小小梦
2024-10-29 14:37:56
0
526
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
387
FMZ升级后,如何快捷构建通用多币种交易策略
前言 发明者量化交易平台成立的时间实在太早了,当时交易所和币种都非常有限,交易模式也不多,因此初始API设计比较简单,专注与单币种交易策略。经过多年的迭代,特别是最近的版本,已经比较完善,常用交易所API都可以用封装好的函数完成了。特别是多币种策略,获取行情、账户和交易都比以前简化了很多,不再需要I
小草
2024-09-30 15:22:55
4
1157
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
420
DCA交易:广泛通用的量化策略
什么是DCA策略? 交易盈利靠的是低买高卖,所有很多交易者需要一个简单的程序化交易策略,满足一定条件下开仓下单,如果行情不符合预期,就按照一定的规则继续加仓,逐渐拉低成本,如果符合预期走势,加上一定的利润平仓了结。自动很多量化在数字货币市场中,交易者常常面临价格波动的挑战,特别是在不确定性高的市场
小草
2024-09-27 17:35:31
0
1118
Exploring FMZ: Practice of Communication Protocol Between Live Trading Strategies
With the rapid development of financial markets and the popularity of quantitative trading, more and more traders begin to rely on automated strateg
FMZ~Lydia
2024-08-08 10:09:21
0
446
探索FMZ:交易策略实盘间通信协议实践
随着金融市场的快速发展和量化交易的普及,越来越多的交易者开始依赖自动化策略进行交易。在这个过程中,策略之间的通信和协调显得尤为重要。FMZ(量化交易平台)通过提供高效的交易策略实盘间通信协议,帮助交易者实现策略的无缝对接和实时数据共享。 本篇文章将深入探讨FMZ平台中的交易策略实盘间通信协议,介绍其设
发明者量化-小小梦
2024-08-06 14:13:40
0
859
Exploring FMZ: New Application of Status Bar Buttons (Part 1)
With a major update of the FMZ Quant Trading Platform API interface, the platform’s strategy interface parameters, interactive controls and other functions h
FMZ~Lydia
2024-07-26 16:45:02
0
434
探索FMZ:状态栏按钮的全新应用(一)
随着量化交易平台API接口的一次重大更新,平台的策略界面参数、交互控件等功能进行了调整,并新增了许多功能。之前的文章详细介绍了界面参数和交互控件的更新内容。本篇继续探讨FMZ.COM新引入的状态栏按钮的应用。 每位策略开发者都希望构建一个简单易用、功能强大且设计简约的UI界面。为了实现这一标准,FMZ.COM不遗余
发明者量化-小小梦
2024-07-25 15:20:47
0
667
Introduction to the Source Code of Digital Currency Pair Trading Strategy and the Latest API of FMZ Platform
Preface The previous article introduced the principle and backtesting of pair trading, https://www.fmz.com/bbs-topic/10459. Here is a practical source co
FMZ~Lydia
2024-07-11 14:57:15
0
499
数字货币配对交易策略源码和FMZ平台最新API介绍
前言 前面一篇文章介绍了配对交易的原理和回测,https://www.fmz.com/digest-topic/10457 。这里给出了基于FMZ平台的可实用源码,策略比较简单清晰,适用于初学者学习。FMZ平台最近升级了部分API,对多交易对策略更加友好。本文将详细介绍下这个策略的JavaScrip
小草
2024-07-10 16:36:54
5
2520
Detailed Explanation of Digital Currency Pair Trading Strategy
Introduction Recently, I saw BuOu’s Quantitative Diary mentioning that you can use negatively correlated currencies to select currencies, and open positi
FMZ~Lydia
2024-07-08 11:41:23
0
544
FMZ Quant & OKX: How Do Ordinary People Master Quantitative Trading? The Answers Are All Here!
In the cryptocurrency market, data is always an important basis for trading decisions. How to see through the complex data and discover valuable information
FMZ~Lydia
2024-07-05 16:33:07
0
544
数字货币配对交易策略详解
数字货币配对交易策略详解 引言 最近看到了布欧的量化日记提到可以用利用负相关币种来进行选币,根据价差突破来开仓获利。数字货币基本上都是正相关的,负相关的是少数币种,往往有着特殊的行情,比如前一段时间的MEME币的独立行情,完全不跟大盘走势,筛选出来这些币种,突破后做多,这种方式在特定行情
小草
2024-07-05 16:23:42
3
5029
Detailed Explanation of FMZ Quant API Upgrade: Improving the Strategy Design Experience
Preface After 9 years of technical iteration, the FMZ Quant Trading Platform has been reconstructed many times, although as users we may not hav
FMZ~Lydia
2024-07-05 09:44:08
0
521
Detailed Explanation of New Features of Strategy Interface Parameters and Interactive Controls
Detailed Explanation of New Features of Strategy Interface Parameters and Interactive Controls When developing strategies on the FMZ Quant Trading Platf
FMZ~Lydia
2024-07-04 10:40:41
0
455
FMZ 量化& OKX:普通人如何玩转量化交易?答案都在这儿!
在加密货币市场中,数据始终是交易决策的重要依据。如何在纷繁复杂的数据中拨云见日,发掘出有价值的信息以优化交易策略,一直是市场热议的话题。为此,OKX 特别策划了《洞见数据》专栏,并联合 AICoin、Coinglass 等主流数据平台以及相关机构从常见用户需求出发,希望挖掘出更系统化的数据方法论,供市场参考学习。
ChaoZhang
2024-07-01 18:03:59
1
2541
详解发明者量化交易平台API升级:提升策略设计体验
前言 发明者量化交易平台经过9年的技术迭代,进行了多次重构,虽然作为用户的我们可能未曾察觉。在过去的两年中,平台在用户体验方面进行了大量优化和升级,包括全面升级UI界面,丰富常用量化交易工具,以及增加更多回测数据支持。 为了让策略设计更加便捷、交易逻辑更加清晰,且初学者更容易上手,平台升级了策
发明者量化-小小梦
2024-06-28 09:08:29
12
1658
策略界面参数与交互控件新增功能详解
在发明者量化交易平台开发策略,一定离不开设计策略参数和策略交互。发明者量化交易平台致力于提供简单易用、功能强大的量化交易工具,不断迭代产品设计、功能。通过升级「策略参数」和「交互控件」进一步增加了策略设计中参数与交互的设计灵活性。增强了策略参数与交互控件的功能,使一些设计需求更加容易实现。那么本篇我们就
发明者量化-小小梦
2024-06-26 17:42:51
0
686
Quantifying Fundamental Analysis in the Cryptocurrency Market: Let Data Speak for Itself!
Hello! Welcome to my channel! Welcome all traders to my channel. Thanks to the FMZ platform, I will share more content related to quantitative developme
FMZ~Lydia
2024-04-09 16:45:16
0
553
币圈基本面量化研究-不要再相信各种“老师”了,数据客观来说话!
Hello~Welcome come to my channel! 欢迎各位交易者来到我的频道,我是作手君,一名Quant Developer,全栈开发CTA & HFT & Arbitrage等交易策略。 感谢FMZ平台,我会在我的量化频道多多分享量化开发相关内容,同各位交易者共同维护量化社区的
作手君TradeMan
2024-04-07 20:59:09
3
2448
An Essential Tool in the Field of Quantitative Trading - FMZ Quant Data Exploration Module
In today’s fiercely competitive financial market, quantitative trading, as a trading strategy based on data analysis and algorithmic models, is becoming an i
FMZ~Lydia
2024-02-26 13:39:28
0
611
量化交易领域的必备工具--发明者量化数据探索模块
在当今金融市场的激烈竞争中,量化交易作为一种基于数据分析和算法模型的交易策略,正在成为投资者和交易员们越来越青睐的选择。而在量化交易的领域中,数据的价值愈发凸显,因此,一套高效、可靠的量化数据探索工具成为了实现成功交易的不可或缺的关键之一。 在这个日益重视数据驱动决策的时代,发明者量化数据探索模块应运而生。作为量
发明者量化
2024-02-23 17:16:03
2
1558
Mastering Everything - Introduction to FMZ New Version of Trading Terminal (with TRB Arbitrage Source Code)
After many weeks of intense development, the new version of FMZ’s trading terminal is online finally. It is supported by both the web page and the mobile APP
FMZ~Lydia
2024-01-05 10:55:09
0
676
掌握一切——FMZ新版交易终端介绍(附赠TRB套利源码)
经过多周的紧张开发,FMZ新版的交易终端终于上线了,网页端和手机APP端都支持,绝对功能最强,最为方便,欢迎大家体验反馈意见,交易终端还在不断进化中。 完善交易终端初衷 FMZ量化的交易终端最初只有一个简单的交易界面,只是供程序化交易者临时使用。但这么多年过去了,用户手里的交易所账号越来越多,
小草
2024-01-01 18:01:05
1
2218
1
2
3
4
5
6
7
8
9
10
»
末页