Dynamic Moving Average Crossover Combo Strategy
Overview
The Dynamic Moving Average Crossover Combo Strategy is a combined trading strategy that integrates multiple technical indicators and market condition detections. It dynamically calculates the market volatility and determines three market phases based on the price distance from the long term moving average and volatility: volatile, trending and consolidating. Under different market conditions, the strategy adopts different entry and exit rules and generates buy and sell signals with a combination of indicators like EMA/SMA crossover, MACD and Bollinger Bands.
Strategy Logic
Calculate Market Volatility
Use ATR indicator to measure the market volatility of recent 14 days. Then apply a 100-day SMA filter to get the average volatility.
Determine Market Phases
Calculate the distance between price and 200-day SMA. If the absolute distance exceeds 1.5 times of average volatility with a clear direction, it is determined as a trending market. If current volatility exceeds 1.5 times of average, it is a volatile market.
EMA/SMA Crossover
Fast EMA period is 10 days. Slow SMA period is 30 days. A buying signal is generated when fast EMA crosses above slow SMA.
MACD
Calculate MACD with 12, 26, 9 parameters. A positive MACD histogram gives buying signal.
Bollinger Bands
Calculate 20-day standard deviation channel. If channel width is smaller than 20-day SMA of itself, it is consolidating.
Entry Rules
Volatile: Enter long when crossover or MACD positive with price inside bands.
Trending: Enter long when crossover or MACD positive.
Consolidating: Enter long when crossover and price above lower band.
Exit Rules
General: Exit when MACD negative for 2 bars and price drops 2 days.
Volatile: Plus exit when StockRSI overbought.
Consolidating: Plus exit when price below upper band.
Advantages
The strategy has the following strengths:
-
Systematic operations with less subjective interventions.
-
Adaptive parameters adjusted based on market conditions.
-
Higher signal accuracy with multiple indicator combo.
-
Lower risk with Bollinger Bands auto stop loss.
-
All rounded condition filtering to avoid false signals.
-
Dynamic stop loss and take profit to follow trends.
Risks
The main risks are:
-
Invalid strategy if improper parameter tuning. Optimization suggested.
-
Model failure due to sudden events. Logic update recommended.
-
Compressed profit margin from trading cost. Low commission broker advised.
-
Higher complexity with multiple modules. Core indicators advised.
Enhancement
Potential directions of optimization:
-
Improve criteria for market environment judgment.
-
Introduce machine learning for automatic parameter adaption.
-
Add text analytics to detect events.
-
Multi-market backtesting to find best parameters.
-
Implement trailing stop strategy for better profit.
Conclusion
The Dynamic Moving Average Crossover Combo strategy is an intelligent multi-indicator quantitative trading system. It adjusts parameters dynamically based on market conditions to implement systematic rule-based trading. The strategy is highly adaptive and deterministic. But parameters and additional modules need to be introduced carefully to avoid over complexity. Overall this is a feasible quantitative strategy idea.
- 1

