In previous articles, we have analyzed the idea and code implementation of the high-frequency strategy of the original spot version LeeksReaper. LeeksReaper Strategy Analysis(1)(https://www.fmz.com/...
Recently, there is a hot discussion about the print money robot in FMZ Quant WeChat group. A very old strategy has entered the eyes of the Quants again: LeeksReaper.The robot trading principle of prin...
In this article, we will explain how to design a simple trending strategy, only at the strategy design level, to help beginners learn how to design a simple strategy and understand the strategy execut...
At the request of community users who want to have a multi-variety double-EMA strategy for design reference. In this article, we will implement a multi-variety double-EMA strategy. Comments will be wr...
Although there are more and more traders who write programs for fully automated trading, the larger group of traders is still manual traders. In fact, manual subjective traders can also write small to...
In response to the demand of many users, the FMZ platform has accessed dYdX recently, a decentralized exchange. Someone who have strategies can enjoy the process of acquiring digital currency dYdX. I ...
In previous articles in FMZ's library, we have designed several kinds of synchronization strategies for order and position. These manage reference accounts and synchronized accounts in one strategy to...
This kind of library is often used to create charts and plots when writing and designing strategies. For a single custom chart, we can use the "plotting library" (users who are not familiar ...
In the last article, we made a simple grid strategy together. In this article, we upgraded and expanded this strategy into a multi species spot grid strategy, and let this strategy be tested in practi...
In the previous article, we explained the trading logic analysis of a simple grid strategy. In this article, we will continue to complete the design of this tutorial strategy. Making the grid data str...