Type/to search

Bollinger Bands Breakout Trading Strategy

Common strategy
Created: 2024-02-21 11:35:14
Last modified: 2 years ago
1
Follow
1802
Followers

img

Overview

This strategy is designed based on the Bollinger Bands indicator. It goes long when the price breaks through the upper band and goes short when the price breaks through the lower band. It belongs to the trend following strategy.

Strategy Logic

  1. Calculate the middle band, upper band and lower band of Bollinger Bands
  2. When the closing price breaks through the upper band, go long
  3. When the closing price breaks through the lower band, go short
  4. Exit rule: close long position when price breaks through middle band, close short position when price breaks through middle band

This strategy uses Bollinger Bands to determine the fluctuation range and trend direction of the market. When the price breaks through the upper or lower bands of Bollinger Bands, it is considered as a trend reversal signal for entry. The area around the middle band is used as the stop loss position. Exit positions when the price breaks through the middle band.

Advantage Analysis

  1. Use Bollinger Bands indicator to determine market trend and support/resistance levels
  2. High probability when breakout of Bollinger Bands
  3. Clear entry and exit rules

Risk Analysis

  1. Risk of false breakout signals from Bollinger Bands, which could be short-term price fluctuations
  2. Larger stop loss when huge price swings

Solutions:

  1. Combine with other indicators to confirm the trend
  2. Adjust parameters to expand Bollinger Bands range

Optimization Directions

  1. Combine with trend indicators to avoid unnecessary reverse trading
  2. Dynamically adjust Bollinger Bands parameters to optimize parameter size

Summary

This strategy uses the Bollinger Bands indicator to determine price trend and support/resistance levels. It enters at Bollinger Bands breakout points and sets stop loss at the middle band. The strategy logic is simple and clear, easy to implement. It can be optimized by adjusting parameters or combining with other indicators, works well in trending markets.

Source
Pine
/*backtest
start: 2024-01-21 00:00:00
end: 2024-02-20 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=5
strategy("FFFDBTC", overlay=true,initial_capital = 100,commission_type =strategy.commission.percent,commission_value= 0.15,default_qty_value = 100,default_qty_type = strategy.percent_of_equity)
// === INPUT BACKTEST RANGE ===
FromMonth = input.int(defval=1, title="From Month", minval=1, maxval=12)
Strategy parameters
Strategy parameters
From Month
From Day
From Year
To Month
To Day
To Year
Comprimento
Multiplicador
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)