Trade volatility expansions by monitoring squeezes between Bollinger bands and timing the release with QuantRelay crosses.
bbm
(length 20, std 2) vs second_band bbu
or bbl
.Bollinger Bands adapt to recent volatility. When the distance between the upper and lower band contracts sharply, it signals a volatility squeeze. Breakouts that close outside the envelope often precede sustained runs as traders chase the expansion. QuantRelay detects these transitions through band crossovers, automating the confirmation step.
bbm
with length
=20 and std
=2 (classic settings). Consider length
=34 on higher timeframes.bbu
for long bias, bbl
for short bias. Combine both to scan for two-sided breakouts.std
to 1.8 and filter by score
in the index to highlight strong tests.%b
or ATR indicators to confirm compression.