Summary The FMZ platform launched a trading factor analysis tool based on "WorldQuant Alpha101", which provides a new weapon for developers of quantitative trading strategies.… ( Read More )
Teach you to upgrade the market collector backtest the custom data source
Previous article Teach you to implement a market quotes collector taught you how to implement a market collector. We have implemented a robot program that collects market… ( Read More )
FMZ simulation level backtest mechanism explanation
Backtest architecture The FMZ platform backtest program is a complete control process, and the program is polling non-stop according to a certain frequency. The data… ( Read More )
The best way to install and upgrade FMZ docker on Linux VPS
Note "One-click Rent a docker VPS" is a expensive way of running FMZ docker, we usually don't recommend it, it designed mainly for new users… ( Read More )
Commodity Futures R-Breaker Strategy
Summary The R-Breaker strategy was developed by Richard Saidenberg and published in 1994. It was selected as one of the top ten most profitable trading… ( Read More )
Teach you to implement a market quotes collector
The support of market quotes data is indispensable when researching, designing and backtest trading strategies. It is not realistic to collect all the data from… ( Read More )
Python Version Commodity Futures Moving Average Strategy
It is completely transplanted from the "CTP Commodity Futures Variety Moving Average Strategy". Since the Python version of the commodity futures strategy does not yet… ( Read More )
Market quotes collector upgrade again
Supporting CSV format file import to provide custom data source Recently, a trader needs to use his own CSV format file as a data source… ( Read More )
Commodity Futures High Frequency Trading Strategy written by C++
Summary The market is the battleground, the buyer and the seller are always in the game, which is also the eternal theme of the trading… ( Read More )
Larry Connors RSI2 Mean Reversion Strategy
From Many friends asked me to write a grid and market maker strategy,But I generally decline directly. Regarding these strategies, first of all, you must… ( Read More )