Reversal Momentum Strategy with Double Confirmation
Overview
The Reversal Momentum strategy combines price reversal signals and volatility reversal signals to implement trend trading. It mainly uses the 123 pattern to determine price reversal points, while using the Donchian Channel volatility as a filter for false signals. This strategy is suitable for medium-to-long term holding. By double confirmation of reversals, it can effectively capture market turning points and achieve excess returns.
Strategy Principle
The price reversal part uses the 123 pattern to judge. This pattern means that the prices of the first two K-lines move in opposite directions (up or down), and the third K-line reverses again (down or up). Therefore, it is called the 123 pattern. When a price appears with three K-lines reversing, it usually signals that a short-term trend is about to turn. To further verify the reliability of price reversals, this strategy also uses a stochastic indicator to trigger trades only when the stochastic indicator also reverses (the fast line falls back or rises rapidly).
The volatility reversal part uses Donchian Channel volatility. The Donchian Channel mainly reflects the price fluctuation range. When price volatility increases, the width of the Donchian Channel also expands; when price volatility decreases, the width of the Donchian Channel also narrows. Donchian Channel volatility (width) can effectively measure the degree of market fluctuation and risk level. This strategy uses the reversal of Donchian Channel volatility to filter out false signals, only issuing trading signals when volatility and prices reverse at the same time, avoiding being caught in callback operations.
In summary, this strategy ensures the reliability of trading signals and controls risks through dual reversal validation, making it a relatively robust trend strategy.
Advantages
- Dual filtering mechanism ensures reliability of trading signals and avoids false breakouts
- Controls risks and reduces probability of losses
- Suitable for medium-to-long term holding, avoids market noise and captures excess returns
- Large optimization space for parameters that can be adjusted for optimum state
- Unique style works well in combination with common technical indicators
Risks
- Relies on parameter optimization, improper parameters affect strategy performance
- Stop loss strategy needs further enhancement, maximum drawdown control needs improving
- Trading frequency may be low, cannot adapt to high frequency algorithmic trading
- Requires selection of suitable products and time frames, limited application scope
- Machine learning can be used to find optimal parameters
Optimization Directions
- Increase adaptive stop loss module to greatly reduce maximum drawdown
- Introduce trading volume indicator to ensure entering on high volume breakouts
- Optimize parameters for best stability
- Try different products and time frames to find best fit
- Try combining with other indicators or strategies for 1+1>2 synergy
Summary
The Reversal Momentum strategy achieves good risk control through dual confirmation of price reversal and volatility reversal. Compared to single indicators, it filters out a lot of noise and has better stability. By enhancing parameters optimization, stop loss modules, introducing volume, etc., this strategy can further improve signal quality and profit stability. It is suitable as a component of medium-to-long term strategies for stocks, cryptocurrencies, etc., and can obtain good excess returns when properly combined with other modules.
/*backtest
start: 2024-01-20 00:00:00
end: 2024-02-19 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=4
////////////////////////////////////////////////////////////
// Copyright by HPotter v1.0 06/03/2020
// This is combo strategies for get a cumulative signal. - 1

