Dual-B Intelligent Tracking Strategy
This is a trading strategy that uses Bollinger Bands. The strategy aims to identify opportunities when prices fluctuate violently using Bollinger Bands and make corresponding buy or sell decisions.
Strategy Principle
The strategy calculates the upper band, middle band and lower band of Bollinger Bands to determine if the current price is within the volatile range and hence make decisions on opening or closing positions. When the price approaches the upper band, it is regarded as the extreme point for longs and the strategy chooses to close long positions. When the price falls near the lower band, it is regarded as the extreme point for shorts and the strategy chooses to open long positions.
In addition, the strategy also introduces trend reversal factors. If there is a reversal signal, it will also trigger corresponding buy or sell decisions. Specifically, the logic of the strategy is as follows:
- Calculate the upper, middle and lower Bollinger Bands
- Judge if the price breaks through the bands and reversal signals
- Breaking through the middle band as trend signal
- Near the upper or lower band as reversal signals
- Send out buy, sell or close orders
The above is the basic trading logic of this strategy. By utilizing the characteristics of Bollinger Bands and combining trend and reversal factors, the strategy attempts to catch reversal points when volatility increases.
Advantages of the Strategy
Compared with ordinary moving average strategies, this strategy has the following advantages:
- More sensitive, able to capture opportunities when prices fluctuate violently
- Combine both trend and reversal factors to avoid losses from premature reversals
- Has a certain FILTER effect to avoid unnecessary buys/sells in non-volatile areas
- Judge the major trend direction through the middle band to reduce trading frequency
- Increase reversal filter conditions to reduce misjudgements
In general, this strategy combines Bollinger Bands and price bars relatively well. It trades at reasonable reversal points to ensure a certain level of profits while controlling risks.
Risks and Optimization
However, there are still some risks with this strategy:
- Improper BB parameters fail to fully capture price fluctuations
- Inaccurate reversal signal judgement, missing reversals or misjudging reversals
- Poor effectiveness of middle band signals when trend is unclear
Accordingly, future optimizations can focus on:
- Adaptive optimization of BB parameters based on different products
- Increase machine learning models to judge reversal probability
- Switch to other indicators when trend is unclear
- Combine more price patterns to filter trading signals
Conclusion
In conclusion, this is a typical Bollinger Bands trading strategy template. It avoids excessive ineffective trades common for using Bollinger Bands alone by introducing trend reversal judgement to filter signals, which can theoretically lead to good strategy performance. But parameters and signal filtering still need further optimization and improvement for robustness and to reduce misjudgements.
- 1

