Volatility Band
Definition
A volatility band is a price envelope drawn around a moving average using volatility measurements (typically Bollinger Bands using standard deviation, or ATR-based bands). The bands expand during volatile markets and contract during quiet markets, providing dynamic support/resistance levels.
In-depth: Volatility Band
Volatility bands are among the most widely-used indicators in retail forex trading. The concept formalises the trader's intuition that market volatility cycles between expansion and contraction; bands adapt to the current volatility state.
Major volatility band variants:
• **Bollinger Bands** (John Bollinger, 1980s): 20-period simple moving average ± 2 standard deviations of closing price. Most-popular volatility-band indicator • **Keltner Channels**: exponential moving average ± multiple of ATR. Less reactive than Bollinger Bands to outlier ticks • **Donchian Channels**: highest high and lowest low over N periods. Different formulation but similar concept of volatility-driven envelope • **ATR-based custom bands**: traders construct custom bands using ATR multiples around chosen moving average
Volatility band usage patterns:
• **Mean-reversion**: when price touches outer band, expect reversal back toward central moving average. Works in range-bound markets; fails badly in trending markets • **Breakout**: when price breaks outside bands with momentum, the breakout direction has continuation potential. Works in trending markets; produces false signals in range-bound markets • **Volatility-state classification**: narrow band width indicates low-volatility regime; wide band width indicates high-volatility regime. EA logic can adjust position sizing based on volatility state • **Squeeze detection**: when bands contract significantly, the market is in low-volatility consolidation. Following the squeeze, expansion typically signals breakout direction
Limitations of volatility bands:
• **Regime dependency**: mean-reversion signals fail during trending markets; breakout signals fail during range markets. Pure band-based strategies need regime classification to know which approach to apply • **Standard-deviation assumption**: Bollinger Bands assume normal distribution of price action, which doesn't hold for financial time series (fat tails, skew). The bands underestimate extreme moves • **Trailing nature**: bands are computed from past data, so they lag rapid regime shifts. New trending moves may produce false mean-reversion signals before the bands adapt
For EA buyer evaluation: EAs using volatility bands should document the specific variant (Bollinger, Keltner, custom) and the parameter values (period, multiplier). Vendors using "adaptive bands" or "volatility envelopes" without specification are typically using terminology as marketing without rigorous implementation.