Bollinger Band Breakout Strategy
Overview
The Bollinger Band breakout strategy is a trend following strategy. It uses volatility ranges to determine entry and exit points. Specifically, it uses the upper and lower bands of Bollinger Bands to judge if prices are breaking out. It goes long when prices break above the upper band and closes positions when prices break below the lower band.
Strategy Logic
The strategy is based on the Bollinger Bands indicator. Bollinger Bands contain three lines:
- Middle Line - n-period simple moving average
- Upper Band - Middle Line + k * n-period standard deviation
- Lower Band - Middle Line - k * n-period standard deviation.
Here k is usually set at 1.5 or 2. When prices break above the upper band, it indicates the stock is entering a strong zone and thus goes long. When prices break below the lower band, it indicates the stock is entering a weak zone and thus closes positions.
This strategy uses a 20-period middle line and 1.5 standard deviations to construct the Bollinger Bands. It goes long when prices break above the upper band. There are two options for exits:
- Use the lower band as a stop loss
- Use the middle line as a stop loss
Option 1 works better for highly volatile stocks.
Advantage Analysis
The main advantages of this strategy are:
- Can effectively track price trends and timely capture breakout signals
- Uses volatility ranges to determine entry points, which effectively filters out noise
- Provides two stop loss options that can be selected based on stock characteristics
Risk Analysis
This strategy also has some risks:
- Breakout signals may be false breakouts and fail to effectively track trends
- Improper stop loss positioning could lead to over-stopping out
- Cannot effectively handle range-bound markets
These risks can be reduced through parameter optimization, incorporating other indicators, etc.
Optimization Directions
This strategy can be optimized in several aspects:
- Optimize Bollinger Bands parameters to find best parameter combinations
- Incorporate trading volume and other indicators to verify breakout signal reliability
- Construct filters with other indicators to avoid false breakouts
- Dynamically adjust stop loss positions to lower stop loss risks
Conclusion
The Bollinger Band breakout strategy is overall a rather classical trend following strategy. It can be improved through parameter and rules optimization to better suit different market environments. The strategy is easy to understand and implement, making it a great starting point strategy choice for quantitative trading.
- 1

