Dynamic Momentum Weighted Moving Average Crossover Strategy
1
Follow
1802
Followers
Overview
This strategy generates buy and sell signals when two Moving Average of Exponential Moving Averages (MAEMA) with different periods cross over. The short period line is used to determine market trend and short term reversal signals, while the long period line is used to determine the major trend direction.
Principles
- Calculate the fast MAEMA (80 periods) and slow MAEMA (144 periods).
- The fast line reflects short term trend and reversal points. The slow line reflects major trend direction.
- When the fast line crosses above the slow line, a buy signal is generated. When the fast line crosses below the slow line, a sell signal is generated.
- The strategy also plots 3 predicted points, representing possible values for next period, to determine future crossover trend.
- The strategy makes full use of the momentum and predictive functionality of the MAEMA itself.
Advantages
- MAEMA itself incorporates momentum factor to capture trend changes faster.
- Dual moving average strategy judges trends over different timeframes.
- Combining fast and slow line crossovers and the predictive points of MAEMA itself makes trading signals more reliable.
- Complete auto-charting provides intuitive reflection of market fluctuations.
Risks
- When abnormal volatility occurs, sensitivity of MAEMA may be too high, generating false signals. Stop loss points can be loosened appropriately.
- Moving average systems tend to give false signals during range-bound markets. Additional filters can be added.
- The periods for fast and slow lines should be determined by finding optimal parameters for each product.
Enhancement
- Optimize periods of fast and slow MAEMA to find best parameter combinations.
- Add filter conditions to avoid opening positions during zigzag markets. For example introducing DMI, MACD to determine trendiness.
- Keep adjusting ATR multiples, trailing stops based on backtest results to reduce false positives and control risks.
Summary
The strategy judges changes in market trend using MAEMA dual moving average crossovers. The basic principles are simple and clear. Combined with the momentum and predictive capabilities of MAEMA itself, it is effective in identifying reversal signals. Attention should be paid to parameter optimization and enhancing filters to improve robustness.
Source
Pine
Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1

