Strategy name: Channel strategy based on ATR volatility index Strategy idea: Channel Adaptive Strategy, Fixed Stop + Floating Stop Data Cycle: Multi-Cycle Source Code: https://www.fmz.com/strateg...
Quantitative trading Quantitative systemic traders, enter rules + exit rules + fund management are all quantified. The typical is the turtle trading rules. You are given the model and you know what to...
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 of dawn". It is not as familiar as MA, MACD...
Quickly implement a semi-automatic quantitative trading tool In commodity futures trading, intertemporary arbitrage are a common trading method. This kind of arbitrage is not risk-free. When the unila...
Commodity futures CTP and cryptocurrency API exchange have significant differences. Familiar with cryptocurrency exchange programming trading doesn't mean familiar with commodity futures CTP programmi...
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 hav...
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 ...
For debugging strategies in backtesting systems, usually only the Log() function can be used, so DEBUG is very inefficient and difficult for novice program testers with little experience. Fo...