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 )
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 )
Cryptocurrency quantitative trading strategy exchange configuration
When beginner designs a cryptocurrency quantitative trading strategy, there are often various functions requirements. Regardless of the programming languages and platforms, they all will encounter… ( Read More )
5.5 Trading strategy optimization
Summary The essence of trading strategy is to summarize the market principles and rules. The deeper your understanding of the market, the higher the ability… ( Read More )
5.4 Why do we need an off-sample test
Summary In the previous section, we showed you how to read the strategy backtesting performance report by focusing on several important performance indicators. In fact,… ( Read More )
5.3 How to read the strategy backtest performance report
Today's market analysis platforms allow traders to quickly review a trading system. Whether looking at hypothetical results or actual trading data, there are hundreds of… ( Read More )
5.2 How to do quantitative trading backtesting
Summary The significance and importance of backtesting is undoubted. When doing quantitative backtesting, the strategy should be placed in the historical environment as real and… ( Read More )
5.1 The meaning and trap of backtesting
Summary Backtesting is the most different place between quantitative trading and traditional trading. According to the real market data that has happened in history, the… ( Read More )
4.6 How to implement strategies in C++ language
Summary In the previous article, we explained the premise of implementing the trading strategy from the introduction of C++ language, basic grammar, and strategy structure.… ( Read More )