Open Close Cross Moving Average Trend Following Strategy
Overview
The Open Close Cross Moving Average Trend Following Strategy is a trend following strategy based on moving averages of the open and close prices. It determines the current market trend by calculating the moving averages of the open and close prices; it goes long when the closing price moving average crosses above the opening price moving average, and goes short when the closing price moving average crosses below the opening price moving average. The strategy also sets trailing stops to lock in profits and effectively control risks.
Principles
The core logic of this strategy is based on the relationship between the open and close prices to determine the current trend. The opening price reflects the current market supply-demand relationship and trading psychology, while the closing price reflects the final traded outcome of the day. In general, if the closing price is higher than the opening price, it indicates that the market trend for the day is upward and sentiment is more bullish. If the closing price is lower than the opening price, it suggests the market trend for the day is downward and sentiment is more bearish.
This strategy utilizes this logic by calculating the moving averages of the open and close prices to judge the current trend direction. Specifically, its trading rules are:
-
Go long when the closing price moving average crosses above the opening price moving average. This signals that bullish sentiment is strengthening and a long position can be initiated.
-
Go short when the closing price moving average crosses below the opening price moving average. This suggests that bearish sentiment is rising and a short position can be initiated.
-
Close existing positions with a stop loss when reverse signals happen.
The strategy also sets trailing stops to lock in profits. After entering a position, it dynamically calculates the point difference between the entry price and the current price. When the price movement exceeds the set stop loss point threshold, the stop loss line will move up to lock in partial profits.
In summary, the strategy judges trends over the moving average period length; holds only one directional position at a time; exits existing positions directly with reverse signals without ATR stops; and has trailing stop settings to lock in profits.
Advantage Analysis
This strategy has the following main advantages:
-
Simple and Clear Rules. Judging trend based on open-close relationship is easy to understand and optimize parameters for.
-
Flexible MA Choices. There are dozens of MA types to choose from and optimize.
-
Adjustable Resolution. The resolution can be set to 3-4x of chart for more sensitivity and timeliness of signals.
-
Stop Loss Mechanism. The trailing stop effectively controls loss and drawdown per trade.
-
Customizable Holding Period. The holding period and volatility can be controlled by adjusting MA parameters.
-
Flexibly Tunable Risk-Reward. Stop loss points and offset fine tunes risk-reward preference.
Risk Analysis
The main risks of this strategy lie in the following areas:
-
Missing Trend Reversals. Exit signals may lag price reversals resulting in overholding losses. Shortening MA period can alleviate this.
-
Not Suitable for High Volatility Conditions. Frequent whipsaws under volatile conditions creates high commission costs. Widening stop loss points or lengthening MA period can help here.
-
Reliance on Single Indicator. Basing decisions on just one indicator set exposes it to failure risk. Adding other indicators like MACD could complement the logic.
-
Over-optimization Risk. MA parameters and stop loss settings can be easily overfit. Out-of-sample performance may deteriorate. Caution should be taken in parameter selection.
Optimization Directions
The strategy can be optimized and enhanced from areas like:
-
Complementary indicators. Volatility and momentum indicators can increase robustness and stability.
-
Conditional Dynamic Parameters. MA periods can be adjusted based on trending or sideways market regime detection for better adaptiveness.
-
Dynamic risk control. Stop loss points and offsets can be calibrated on recent realized volatility levels.
-
Enhanced Stop Loss Logic. More advanced stop loss mechanisms like ATR stops can replace the simplistic trailing stop.
Conclusion
The Open Close Cross Moving Average Trend Following Strategy is a typical trend trading strategy based on open-close relationship and moving averages. Its advantages like simple rules, flexibility and controllable risks also comes with drawbacks of missing reversals and whipsaws. Enhancement areas include more indicators, dynamic parameters, and advanced risk management for better trend catches and adaptability to varying market conditions.
- 1

