Dual Moving Average Stochastic Strategy
Overview
The Dual Moving Average Stochastic strategy attempts to identify trading opportunities using a combination of moving average indicators and the stochastic oscillator. It generates trade signals when the fast EMA crosses above or below the slow SMA, while also using the stochastic %K value to filter out signals when the market is overextended.
Strategy Logic
The strategy is primarily based on two technical indicators:
-
Moving Averages: It computes a fast EMA, slow SMA and slow VWMA using different parameters, and generates trade signals when the fast EMA crosses the slow SMA.
-
Stochastic Oscillator: It calculates the %K value and considers the market overbought or oversold when %K crosses preset upper or lower threshold levels, using this to filter some of the moving average signals.
Specifically, the logic for signal generation is:
-
When the fast EMA crosses above the slow SMA, and %K is below the oversold level, go long. When the fast EMA crosses below the slow SMA, and %K is above the overbought level, go short.
-
For existing long positions, close when %K re-enters the overbought zone or price breaches the stop loss. For short positions, close when %K re-enters the oversold zone or price breaches the stop loss.
By combining moving averages and the stochastic oscillator, the strategy attempts to identify high probability moving average signal points to enter trades, while using the stochastic to filter out some of the false signals.
Advantage Analysis
The main advantages of this strategy are:
- Combining multiple technical indicators provides more comprehensive judgment versus using a single indicator.
- Filtering with the stochastic oscillator avoids some false signals.
- Using multiple moving averages with mixed parameters allows for more robust signals.
- Incorporates a stop loss mechanism to control single trade loss.
Risk Analysis
There are also some risks:
- Moving averages can generate many uncertain signals resulting in more false entries; limited stop loss capability.
- Stochastic oscillator may also produce incorrect signals on its own.
- Parameter settings require optimization (e.g. overbought/oversold levels, moving average periods) otherwise performance impact.
- Lack of fundamental analysis.
Mitigations:
- Optimize parameters to find best combination of indicator settings.
- Use smaller position sizing, scale in.
- Incorporate fundamental analysis to avoid events.
Enhancement Opportunities
The main optimization opportunities are:
- Test and optimize moving average parameters to find optimum.
- Test stochastic parameters like overbought/oversold zones for optimum settings.
- Incorporate additional indicators like volume or volatility for richer entry logic.
- Enhance stop loss methodology e.g. trailing stops to lower risk.
- Improve money management such as dynamic position sizing based on ATR.
- Avoid risk-off events using VIX etc.
Conclusion
The Dual Moving Average Stochastic Strategy utilizes a blend of moving averages and the stochastic oscillator to design a robust trend following system, but has some enhancement opportunities around parameters, stops etc. Further refinements like additional indicators and optimizations can potentially deliver more consistent alpha.
- 1

