When I wrote Research on Binance Futures Multi-currency Hedging Strategy, I also released a backtest engine. And the first report was based on the one-hour K-line… ( 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 )
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 )
Tick-level transaction matching mechanism developed for high-frequency strategy backtesting
Summary What is the most important thing when backtest the trading strategy? the speed? The performance indicators? The answer is accuracy! The purpose of the… ( Read More )
"C++ version of OKEX futures contract hedging strategy" that takes you through hardcore quantitative strategy
Speaking of hedging strategies, there are various types, diverse combinations, and diverse ideas in various markets. We explore the design ideas and concepts of the… ( Read More )
Introducing the Aroon indicator
What is the Aroon indicator? In the technical analysis, Aroon is a very unique technical indicator. The word "Aroon" comes from Sanskrit, meaning "the light… ( 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.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 )