Dual Exponential Moving Average Crossover Strategy
Overview
The Dual Exponential Moving Average Crossover Strategy is a typical trend-following strategy. It uses the golden cross and dead cross of Double Exponential Moving Averages (DEMA) with different parameters to determine market trends and make corresponding long and short positions.
Strategy Logic
The strategy uses 3 DEMAs simultaneously with different parameters: DEMA(8), DEMA(20) and DEMA(63). Among them:
-
DEMA(8) reacts the fastest to capture short-term trends;
-
DEMA(20) moves slightly slower to identify medium-term trends;
-
DEMA(63) reacts the slowest to judge the long-term trend direction.
When the fast line DEMA(8) crosses above the medium line DEMA(20) and the slow line DEMA(63), it indicates that the market turns from bottom to top, long position should be made. When DEMA(8) crosses below DEMA(20) and DEMA(63), it indicates that the market turns from top to bottom, short position should be made.
Advantage Analysis
Compared with single moving average, double exponential moving average is more sensitive to price changes and can detect turning points of trends earlier. This strategy combines multiple timeframes of DEMAs, which can effectively track the market trend direction.
The combination of multi-timeframe DEM lines improves the quality of trading signals and avoids false breakouts. At the same time, the strategy only generates signals when the three lines cross, avoiding excessive frequency of trading.
Risk Analysis
The main risks of this strategy are:
- Fewer cross signals of the three lines may miss some trading opportunities.
- DEM lines crossing delay may fail to respond price change timely when market fluctuates violently.
- It cannot cope with huge non-trending markets effectively.
The risks can be further improved and controlled by optimizing parameters, adding filter conditions etc.
Optimization Directions
The strategy can be optimized from the following aspects:
- Optimize the moving average parameters to make them fit different market characteristics better.
- Add filters like volume, volatility to avoid wrong signals.
- Combine other indicators like MACD, KDJ to filter fake signals.
- Add stop loss strategy to control single loss.
- Optimize position management to make the profit ratio greater than loss ratio.
Summary
The DEMA crossover strategy has a clear overall idea. By combining multi-timeframe DEMAs, it can effectively determine the market trend direction and is a typical trend-following strategy. The strategy can be improved by parameter optimization, adding filters, stop loss management etc. according to actual needs, so as to obtain better strategy results.
- 1

