What volatility is
Volatility is the size of price movement, not its direction. It measures how far and how fast an instrument travels, regardless of which way it goes. A quiet market has low volatility; a market lurching in both directions has high volatility even if it ends the day flat.
It comes in two kinds, and confusing them is the classic beginner's error:
- Realized volatility is backward-looking. It measures how much price actually moved over some past window — a fact you can compute straight off the tape.
- Implied volatility is forward-looking. It is the movement the market is currently pricing in for the future, read out of option prices. It is the market's own estimate of its uncertainty — its price of not knowing.
The two diverge, and that divergence is where the next level begins. When the crowd expects a storm, implied volatility rises above what price has recently realized; when the fear passes, implied falls back toward it. Volatility is the uncertainty the market is willing to pay to be protected from.
A worked example
Take a stressed generic broad-ETF session — call the instrument GENCO.
Early, the candles are small and evenly sized: low realized volatility, a calm tape. Then a shock hits and the range explodes — big candles in both directions, price covering in minutes what it used to cover in hours. That is realized volatility spiking: the actual, measured size of the moves has jumped. Through such a stretch, the market's implied volatility — its forward price of uncertainty — is elevated too, because participants are paying up to be protected from the next lurch. As the session stabilizes, the candles shrink and both measures subside. You have watched the market's fear inflate and deflate.
See it in kestrel
Measure volatility off a real, recorded session instead of eyeballing it:
npx kestrel.markets sim s-p-500-etf-pandemic-volatility-crashThat runs a deterministic simulation over a generic broad-ETF session with a genuine volatility spike — managed licensed data, no wall time, no signup, no card — and prints a certified proof URL. Point the CLI back at the proof and it recomputes the whole record on your own machine, byte for byte:
npx kestrel.markets certify https://kestrel.markets/proof/art_66d7dda7f0466f69c123463cKeep it one command away: drop the kestrel.markets MCP server into your client and the next session is already wired up — no account in between.
Next: the options track
Volatility is the bridge out of chart-reading and into options. An option is a contract whose price is built on implied volatility — the market's price of uncertainty is literally an input to what a call or a put costs. Everything you just measured is what an option is quoting. Continue to the options 101 track, starting with Calls and puts, rights and obligations, where the contract itself is the subject and this same volatility becomes a price you can read.