Type/to search

Advanced Dual Moving Average Momentum Trend Following Trading System

SMA
1
Follow
1781
Followers

img

This strategy is a momentum trend following system based on dual moving averages, combining crossover signals from fast and slow moving averages with a filter line to optimize entry timing, achieving stable trading results through proper money management and risk control.

Strategy Principles

The strategy employs 11-period and 31-period Simple Moving Averages (SMA) as the main signal system, with a 5-period moving average as a filter. Long entry signals are generated when the fast line (SMA11) crosses above the slow line (SMA31) and price is above the filter average. Positions are closed when the fast line crosses below the slow line. The strategy implements risk management through fixed position sizing.

Strategy Advantages

  1. Simple and clear signal system, easy to understand and execute
  2. Multiple moving average confirmation reduces false signals
  3. Fixed position sizing ensures controllable risk
  4. Effective trend following capabilities
  5. Clear entry and exit logic reduces decision hesitation
  6. Adaptable to different market conditions

Strategy Risks

  1. Frequent trading may occur in ranging markets
  2. Inherent lag in moving average systems
  3. Fixed position sizing may not optimize capital efficiency
  4. Market volatility changes not considered
  5. Lack of stop-loss mechanism may lead to significant drawdowns

Strategy Optimization Directions

  1. Introduce adaptive moving average periods based on market volatility
  2. Add volatility filters to adjust position sizing in high volatility environments
  3. Design dynamic money management system to improve capital efficiency
  4. Implement stop-loss and take-profit mechanisms to control single trade risk
  5. Consider adding trend strength indicators to optimize entry timing
  6. Include trading time filters to avoid unfavorable trading periods

Summary

The strategy builds a relatively robust trend following system through multiple moving averages. While it has some inherent limitations, stability and profitability can be further enhanced through appropriate optimization and improvements. Traders are advised to adjust parameters based on specific market conditions when implementing the strategy in live trading.

Source
Pine
/*backtest
start: 2024-10-01 00:00:00
end: 2024-10-31 23:59:59
period: 3h
basePeriod: 3h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=5

strategy('Nifty 30m SMA Crossover Long', overlay=true)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)