Bollinger Bands: Basics and Breakout Strategy

9 927
🔵What are Bollinger Bands?
Bollinger Bands are a popular technical analysis tool developed by John Bollinger in the early 1980s. They help traders analyze price volatility and potential price levels for buying or selling. The indicator consists of three lines plotted over a price chart:
  • Middle Band: A simple moving average (SMA), typically set to a 20-period average.
  • Upper Band: The middle band plus two standard deviations.
  • Lower Band: The middle band minus two standard deviations.
    ảnh chụp nhanh


🔵How Are Bollinger Bands Calculated?
  • Middle Band (MB): MB = 20-period SMA of the closing price.
  • Upper Band (UB): UB = MB + (2 × standard deviation of the last 20 periods).
  • Lower Band (LB): LB = MB - (2 × standard deviation of the last 20 periods).
    The bands expand when volatility increases and contract when volatility decreases.
    Pine Script®
    length = 20 basis = ta.sma(src, length) dev = mult * ta.stdev(src, length) upper = basis + dev lower = basis - dev


🔵How to Use Bollinger Bands in Trading
Bollinger Bands provide insights into market volatility and potential price reversals. Traders often use them to:
  • Identify overbought (price near the upper band) and oversold (price near the lower band) conditions.
    ảnh chụp nhanh
  • Spot volatility contractions, which often precede significant price moves.
    ảnh chụp nhanh
  • Confirm trend strength and potential reversals.
    ảnh chụp nhanh


🔵Bollinger Bands Breakout Strategy
One effective strategy involves preparing for breakouts when the upper and lower bands contract, indicating low price momentum.

Strategy Steps:
  • Identify Low Volatility Zones: Look for periods when the bands are close together, signaling a potential breakout.
    ảnh chụp nhanh
  • Prepare for a Breakout: Monitor price action as it approaches either the upper or lower band.
    ảnh chụp nhanhảnh chụp nhanh
  • Entry Signal: Enter a trade when the price closes above the upper band (for a long position) or below the lower band (for a short position).
  • Stop Loss Placement: For long entries (break above upper band): Set stop loss at the lower band.
    For short entries (break below lower band): Set stop loss at the upper band.
  • Profit Target: Use a risk-reward ratio of at least 1:2 or close the position when price shows signs of reversal.


Example Charts:
ảnh chụp nhanh
ảnh chụp nhanh

🔵Final Thoughts
This Bollinger Bands breakout strategy is simple yet effective. By recognizing periods of low volatility and preparing for breakouts, traders can capitalize on significant price movements. Always complement this strategy with proper risk management and confirmation indicators for optimal results.

This article is for informational purposes only and should not be considered financial advice. Trading involves risk, and traders are solely responsible for their own decisions and actions.

Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.