Overview
This strategy is a trend following trading system that combines EMA and MACD dual technical indicators. It captures market trends through the crossover of EMA9 with price and the crossover of MACD fast line (DIF) with slow line (DEA). The strategy employs an adaptive stop-loss based on the past 5 candles and uses a 3.5:1 reward-risk ratio for profit targets, forming a complete trading system.
Strategy Principle
The core logic is divided into long and short directions:
- Long conditions: When the closing price breaks above EMA9 from below, and MACD's DIF line crosses above the DEA line, the system generates a long signal.
- Short conditions: When the closing price breaks below EMA9 from above, and MACD's DIF line crosses below the DEA line, the system generates a short signal.
- Risk management:
- Long position stop-loss is set below the lowest point of the previous 5 candles
- Short position stop-loss is set above the highest point of the previous 5 candles
- Profit target is set at 3.5 times the stop-loss distance
Strategy Advantages
- Dual confirmation mechanism: Through the synergy of EMA and MACD, effectively filters false signals and improves trading accuracy.
- Adaptive stop-loss: Stop-loss positions based on recent price volatility automatically adjust according to market volatility.
- Clear risk-reward ratio: Fixed 3.5:1 risk-reward setting helps achieve long-term stable profits.
- Clear strategy logic: Entry and exit conditions are explicit, easy to understand and execute.
- High adaptability: Parameters can be adjusted according to different market conditions.
Strategy Risks
- Choppy market risk: Frequent false breakouts may occur in sideways markets, leading to consecutive stop-losses.
- Slippage risk: In fast-moving markets, actual stop-loss and profit prices may deviate from expectations.
- Parameter sensitivity: EMA and MACD period settings have significant impact on strategy performance.
- Trend dependency: Strategy may not perform well in markets without clear trends.
Strategy Optimization Directions
- Add trend filter: Introduce longer-period trend indicators to only trade in the main trend direction.
- Dynamic risk multiplier: Automatically adjust risk-reward ratio based on market volatility.
- Time filtering: Add trading time filters to avoid low liquidity periods.
- Position management optimization: Dynamically adjust position size based on signal strength.
- Introduce volatility indicators: For dynamic adjustment of stop-loss distances.
Summary
This strategy constructs a complete trend following trading system through technical indicator dual confirmation and strict risk management. Although there is some market environment dependency, the strategy shows good adaptability and stability through reasonable parameter optimization and risk management. Future optimization directions mainly focus on improving trend identification accuracy and risk management dynamics to enhance overall strategy performance.
- 1

