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 to high-frequency trading, which requires ...
Introduction to "Brick Moving" Arbitrage In the first article, we introduced how to use the Lead-Lag phenomenon for arbitrage briefly. In this article, we will mainly introduce the cross-exchange "bri...
Preface In the previous article Discussion on External Signal Reception of FMZ Platform: Extended API vs. Strategy Built-in HTTP Service , we compared two different ways of receiving externa...
Preface There are several articles in the platform "Digest" about connecting to Trading View webhooks, which allows strategies to drive tradings with signals from external systems. At that time, the p...
In quantitative trading and automated strategy development, http services are sometimes used. The FMZ Quant Trading Platform has added a function _Serve() recently, which provides users with...
Multi-platform futures funding rate acquisition and monitoring strategy Description: This strategy is used to obtain and monitor funding rates from multiple futures platforms such as OKCoin, Binance, ...
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 need WebSocket? At present, the FMZ strategy i...
With the rapid development of financial markets and the popularity of quantitative trading, more and more traders begin to rely on automated strategies for trading. In this process, communication and ...
With a major update of the FMZ Quant Trading Platform API interface, the platform's strategy interface parameters, interactive controls and other functions have been adjusted, and many new functions h...
Preface The previous article introduced the principle and backtesting of pair trading, https://www.fmz.com/bbs-topic/10459. Here is a practical source code based on the FMZ platform. The strategy...