Type/to search

Dual Moving Average Trend Following Trading System with Risk-Reward Ratio Optimization Strategy

EMA
1
Follow
1781
Followers

img

In the field of quantitative trading, trend following strategies have always been one of the most popular trading methods. This article introduces a trend following strategy based on a dual moving average system, which improves trading efficiency through optimized risk-reward ratios.

Strategy Overview

This strategy uses 20-day and 200-day exponential moving averages (EMA) as primary indicators, combined with a 3:1 risk-reward ratio for trading decisions. Buy signals are generated when the price breaks above the 20-day EMA and the 20-day EMA is above the 200-day EMA. Each trade has fixed stop-loss (-0.5%) and take-profit (1.5%) levels to ensure controlled risk.

Strategy Principles

The core logic includes several key elements:

  1. Uses 20-day and 200-day EMAs to judge market trends, with the 200-day EMA representing long-term trend and 20-day EMA reflecting short-term movements
  2. A buy signal is generated when price breaks above the 20-day EMA and the 20-day EMA is above the 200-day EMA, indicating an upward trend
  3. Employs a 3:1 risk-reward ratio, with take-profit level (1.5%) being three times the stop-loss level (0.5%)
  4. Uses variables to track trade status and avoid duplicate entries
  5. Resets trade status when price falls below 20-day EMA, preparing for the next trade

Strategy Advantages

  1. Dual moving average system effectively filters market noise and improves signal reliability
  2. Fixed risk-reward ratio supports long-term profitable trading
  3. Clear entry and exit rules reduce subjective judgment
  4. High degree of automation, easy to implement and backtest
  5. Comprehensive risk control mechanism with clear stop-loss levels for each trade

Strategy Risks

  1. May generate frequent false signals in ranging markets
  2. Fixed stop-loss and take-profit levels may not suit all market conditions
  3. Trading costs not considered may affect actual returns
  4. Stop-loss placement may be too close to entry in high-volatility markets
  5. Market liquidity factors not considered

Optimization Directions

  1. Introduce volume indicators to improve trend judgment accuracy
  2. Dynamically adjust stop-loss and take-profit levels based on market volatility
  3. Add trend strength filters to reduce false signals
  4. Consider incorporating market sentiment indicators
  5. Optimize position management system for better money management

Summary

This is a well-structured trend following strategy with clear logic. By combining a dual moving average system with fixed risk-reward ratios, the strategy achieves good returns while maintaining risk control. Though there are areas for optimization, it's overall a trading system worthy of further research and improvement.

Source
Pine
/*backtest
start: 2019-12-23 08:00:00
end: 2024-11-27 00:00:00
period: 1d
basePeriod: 1d
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=5
strategy("Estrategia de Compra con Ratio 3:1", overlay=true)

// Parámetros de la temporalidad diaria y las EMAs
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)