Bollinger %B
How many standard deviations price sits from its own 20-day average.
Why it matters
Bollinger bands are the 20-day average plus and minus two standard deviations. This number says where price sits inside that structure, and its virtue is that it adapts on its own: when the market is quiet the bands narrow and little movement is needed to reach the extremes; when it's turbulent they widen. It is, fundamentally, the same normalizing idea as MVRV Z-Score or the flow z-scores, applied to price against its own recent mean.
Build it yourself
Drag price, its average and its standard deviation, and watch how the SAME dollar distance gives different readings depending on how turbulent the market is.
The same value on the classic 0-to-1 scale:
Illustrative example numbers for practice — not real data.
How it's calculated, step by step
- The simple average of the last 20 days' price is computed, and the standard deviation of those same 20 days.
- %B = (today's price − 20-day average) ÷ 20-day standard deviation. There's no value until 20 days of history exist.
Chart
This is real Bitcoin data, computed from the blockchain — not the illustrative example above.
Data last updated on 2026-09-09.