Concept

Volatility Regime Classification

Volatility Regime Classification is a Volatility concept. The Library holds 3 implementations, each one a working definition you can pull into Quant.

low/normal/crisis

Top Volatility Regime Classification indicators

3 total

What is Volatility Regime Classification?

Volatility regime classification assigns each period a discrete volatility state, most commonly low, normal, and high, sometimes with an extra crisis tier, instead of leaving volatility as a continuous number. The simplest classifiers threshold a measure such as ATR or its volatility percentile; more sophisticated ones let the data draw the boundaries, using k-means clustering on volatility features or regime-switching statistical models that infer hidden states.

The premise is volatility clustering, Mandelbrot's observation that large changes tend to follow large changes and small changes follow small ones, so a regime identified today usually persists long enough to act on. The label is descriptive, not predictive: it says what conditions are, not when they will change, and the boundaries between states are modeling choices, so readings near a boundary can flip between adjacent regimes.

How traders use it

  • As a strategy switch: mean-reversion tactics are typically favored in low-volatility states, breakout and trend tactics as volatility expands, and reduced or no exposure in crisis states.
  • As a risk control: volatility-targeted sizing shrinks position size as the regime rises, and stop distances widen so that normal noise in a hot regime does not force exits.
  • As a parameter map: adaptive indicators re-tune lookbacks or multipliers per regime, running tighter settings in quiet states and looser settings in volatile ones.

Related concepts · Regime & compression

Concept family

Volatility

56 concepts mapped · 43 in the Library

Volatility Regime Classification FAQ

How many volatility regimes should a model use?

There is no correct number. Two or three states (low/normal/high) cover most practical uses, and a separate crisis tier mainly helps risk systems. More states give finer distinctions but fewer observations per state and noisier boundaries. Clustering approaches can score different state counts statistically, but the final choice remains a modeling judgment.

Can volatility regime classification predict a crash?

No. Classification describes the present state, and volatility often spikes with the shock rather than ahead of it. What the framework offers is persistence: once a market enters a high or crisis regime it tends to stay elevated for a while, which is actionable for sizing and strategy selection even without any forecast of the initial jump.

Build Volatility Regime Classification your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.