What problem does it solve?
It helps you quantify how volatile a crypto asset has been and what volatility regime it is in, so you can make better risk and strategy decisions instead of relying on intuition.
Core Features & Use Cases
- Estimate volatility from price data: Computes realized volatility using close-to-close, Parkinson (high-low), Garman-Klass (OHLC), EWMA, and GARCH(1,1).
- Forecast future volatility: Produces forward-looking volatility using EWMA’s responsiveness and GARCH’s term structure (multi-horizon variance forecasts).
- Detect volatility regimes with context: Builds volatility cones (percentiles across multiple lookback windows) and classifies current volatility into low/normal/high/crisis regimes.
- Use Case: For a trading workflow, estimate current annualized volatility for a token, determine whether conditions are compressed or elevated via cone percentiles, and choose sizing/stop/risk posture consistent with the inferred regime.
Quick Start
Use the volatility-modeling skill to compute volatility estimates, a volatility cone, and a regime label for the token from 400 days of OHLC data.