Dual Moving Average Intelligent Tracking Trading Strategy
Overview
The dual moving average intelligent tracking trading strategy is a trend following strategy based on moving averages and specific indicators. The strategy uses two moving averages with different parameter settings to build a channel and combines the OTT indicator to set the upper and lower limits of the channel to intelligently track price trends. When prices break through the channel, buy or sell operations are executed.
Strategy Principle
The core methodology of this strategy is to construct an adaptive channel using two moving averages and the OTT indicator, specifically:
-
Calculate the fast line MAvg using CLOSE and custom moving average as input, with a length of 5 periods;
-
Calculate the long line position LongStop and short line position ShortStop for the channel based on MAvg and preset percentage;
-
Calculate the channel stop loss MT in OTT indicator, and channel price OTT based on long/short direction;
-
Generate trading signals when price breaks through OTT.
The above process enables real-time tracking of price trend changes, generating trading signals.
Strategy Advantages
The advantages of this strategy include:
- The dual moving average channel structure effectively captures price trends;
- OTT indicator sets channel stop loss to control risks;
- Adaptive channel structure responds quickly to price changes;
- Flexible parameter tuning for different products and timeframes.
Strategy Risks
There are also some risks:
- Dual moving averages can form divergence resulting in false signals;
- Improper OTT parameter settings may be too aggressive or conservative;
- The strategy relies solely on technical indicators without considering fundamentals.
Risks can be addressed through parameter optimization, integrating other indicators and fundamentals filters.
Optimization Directions
The strategy can be optimized in several aspects:
- Optimize moving average parameters for proper product and timeframes;
- Optimize channel width parameters balancing sensitivity and stability;
- Add filters based on trading volume;
- Set direction filters based on fundamentals.
Summary
In summary, this is a trend following strategy based on a dual moving average channel and OTT indicator. The core idea is constructing an adaptive channel and generating signals when prices breakout. The strategy has merits but also room for improvements. With parameter tuning and logic optimization, it has the potential to become an efficient quant trading strategy worth deploying.
- 1

