Bitcoin Volatility (RV & ATR%) master
🎢

Bitcoin Volatility (RV & ATR%)

Two volatility measures in parallel: realized volatility (dispersion of close-to-close returns, 30 and 90 days, √252-annualized) and ATR% (average true range relative to price, capturing intraday range and gaps). The gap between them is the content — when ATR% runs above RV, intraday movement and gaps dominate. Second view: RV 30d per halving cycle superimposed ("days since halving"). Descriptive, not a signal.

Loading…
Loading…
Formula:
RV = stddev(log_returns, w) × √252 × 100 · ATR% = calcATR(14) / close × 100 · same-axis comparison
Originator:
Realized vol + Wilder ATR (EMA)
Data source:
Binance BTC-Tageskerzen (compute-on-read; RV via calcRealizedVolSeries, ATR via calcATR)

Strategies to backtest

Thematically related strategies from our library — try them in the backtest engine or read up on the methodology.

More Bitcoin indicators