Simple Moving Average Crossover Strategy
Overview
This is a combination trading strategy based on simple moving averages (SMA). It uses a crossover of the 9-day and 21-day SMA lines as buy and sell signals. When the short-term SMA crosses above the long-term SMA from below, a buy signal is generated. When the short-term SMA crosses below the long-term SMA from above, a sell signal is generated.
Strategy Logic
The core logic of this strategy is to use two SMA lines with different parameters - a 9-day SMA representing the short-term trend and a 21-day SMA representing the long-term trend. When the short-term trend line crosses above the long-term trend line from below, it indicates the market is changing from downtrend to uptrend, generating a buy signal. When the short-term line crosses below the long-term line from above, it signals a change from uptrend to downtrend, generating a sell signal.
The key signals this strategy relies on are the "golden cross" and "death cross" of the two SMA lines. A golden cross occurs when the short SMA crosses above the long SMA, signaling a possible change from downtrend to uptrend. A death cross occurs when the short SMA crosses below the long SMA, suggesting a downturn from uptrend may start. By utilizing these two signals, the strategy identifies relationships between short-term and long-term trends to make trading decisions.
Advantages
- Simple to understand and implement
- Few parameters needing extensive testing/optimization
- Reasonable trading frequency avoiding overly aggressive trades
- Fairly accurate at identifying trend reversal points
- Offers measurability and stability to a certain extent
Risks
- Prone to generating false signals and whipsaws
- Buying/selling point selection relies heavily on experience instead of a systematic approach
- Performance highly parameter dependent. 9-day/21-day SMA may not be optimal
- Ineffective at filtering noise trades in choppy/sideways markets
- Sizable losing trades in high volatility environments
Possible Enhancements:
- Add filters to avoid acting on false signals
- Incorporate other indicators to gauge signal reliability
- Test and optimize parameters for different products
- Implement stop loss/take profit to control risks
Conclusion
Overall this is a fairly traditional and simple dual moving average crossover system. It is easy to understand and implement with relatively simple parameter selection. It can effectively track changes between short-term and long-term trends. However, issues like false signals, empirically chosen parameters, mediocre performance in high volatility environments need to be addressed. Appropriate optimizations, enhancements, and combinations should be considered along with solid risk control practices.
- 1

