Bollinger Bands
Bollinger Bands are a volatility indicator consisting of a middle band (Simple Moving Average) and two outer bands placed at a specified number of standard deviations above and below the middle. The bands dynamically widen when volatility increases and narrow when volatility decreases, providing a visual envelope of “normal” price behavior.How It Works
The three components are calculated as follows:Statistical Foundation
WithstdDev: 2 (the default), approximately 95% of closing prices should fall within the bands under a normal distribution assumption. In practice, financial data is not perfectly normal (fat tails are common in crypto), so prices exit the bands more frequently than 5% — but each exit still represents a statistically significant deviation.
Indicator Type
Overlay — Bollinger Bands are drawn directly on the price chart, wrapping around candlesticks.Settings
Parameter Combinations
Interpretation
The Bollinger Squeeze
The most powerful Bollinger Bands signal is the squeeze — when bands narrow to their tightest point in recent history:- Bands contract: Volatility has dropped to a low. Price is consolidating in a tight range.
- Breakout: Price breaks out of the squeeze, usually accompanied by a volume spike.
- Bands expand: Volatility returns. The direction of the breakout indicates the new trend.
Band Walks
In a strong trend, price can “walk” along one of the outer bands:- Upper band walk: Price consistently touches or exceeds the upper band. This is a sign of strong bullish momentum, not an automatic sell signal.
- Lower band walk: Price consistently touches or hugs the lower band. Strong bearish momentum, not an automatic buy signal.
Mean Reversion Signals
In ranging (non-trending) markets, Bollinger Bands excel as mean-reversion indicators:- Price touches upper band in a range → potential short entry, targeting the middle band.
- Price touches lower band in a range → potential long entry, targeting the middle band.
- The middle band (SMA) acts as the natural mean-reversion target.
Bandwidth and %B
Two derived metrics help quantify Bollinger Band signals: Bandwidth measures how wide the bands are relative to the middle:%B > 1.0: Price is above the upper band.%B = 0.5: Price is exactly at the middle band.%B < 0.0: Price is below the lower band.
Alerts
Bollinger Bands support the following alert rules:
Enable alerts in the indicator settings dialog under the Alert section. Set a cooldown to avoid repeated alerts during band walks.
Combining with Other Indicators
Practical Considerations
- Not a standalone system: Bollinger Bands describe volatility, not direction. They tell you when the market is stretched, not which way it will go. Always combine with directional indicators or price action.
- Crypto volatility: Crypto markets are inherently more volatile than equities. The default 2.0 standard deviations may produce frequent band touches on lower timeframes. Consider 2.5 for altcoins.
- Multi-timeframe: A squeeze on the daily chart is more significant than one on the 5-minute chart. Check higher timeframes to calibrate expectations.
- False squeezes: Not every squeeze leads to a trend move. Some squeezes resolve with a brief spike followed by more ranging. Volume confirmation (a meaningful increase on the breakout bar) helps distinguish real breakouts from false ones.
- Lookback startup: The indicator needs at least
periodbars to calculate the first valid value. The standard deviation stabilizes after approximately2 × periodbars.
Common Mistakes
- Shorting upper band touches in uptrends — band walks can persist for days. Wait for price to close back below the upper band and the middle band to flatten.
- Using in isolation — Bollinger Bands do not predict direction. A squeeze tells you “something is about to happen,” not “which way.”
- Ignoring the middle band — The SMA (middle) is often the strongest support/resistance on the chart and the primary mean-reversion target.