Learn / What is the Hurst exponent?

What is the Hurst exponent?

One number that answers a question every strategy implicitly bets on: does this market trend, or does it snap back?

Where it comes from

Harold Edwin Hurst was a hydrologist. Studying eight centuries of Nile flood records in the 1950s, he noticed that wet years clustered with wet years and droughts with droughts — far more persistence than an independent random process should show. The statistic he built to quantify that persistence, later formalized by Benoît Mandelbrot, is the Hurst exponent (H).

The classic estimator is rescaled-range (R/S) analysis. Split a return series into chunks of size n; for each chunk compute the range of the cumulative demeaned series (R) divided by its standard deviation (S); then observe how the average R/S grows with chunk size. For a self-similar process, E[R/S] ∝ nH — so the slope of log(R/S) against log(n) is the Hurst exponent.

How to read H

In practice nobody trades the full-sample H of a fifty-year index — the useful object is a rolling window. The dashboard computes H over a rolling 100-trading-day window of SPY closes, so the number describes the market's current character, not its long-run average. Bands at 0.45 and 0.55 separate the three readings: below 0.45 mean-reverting, 0.45–0.55 effectively random, above 0.55 trending.

Why traders care

Most strategy failures are regime failures. A breakout system doesn't stop working because its parameters are wrong — it stops working because the market stopped trending. A rolling Hurst gives you a principled, model-free way to ask "which playbook does the current tape reward?" before deploying one. It pairs naturally with a direction filter (price vs. a long moving average): trending and above trend is a very different regime from trending and below it.

Caveats worth respecting

See the live SPY Hurst exponent
Rolling 100-day R/S Hurst, 10 years or 1 year
Open dashboard

FAQ

Is H exactly 0.5 for real markets?

Long-run equity index H tends to hover near 0.5 with persistent excursions in both directions. The excursions are the point — they mark stretches where trend or mean-reversion strategies have a tailwind.

What window should a rolling Hurst use?

Common choices run from 60 to 250 trading days. Around 100 days balances responsiveness against estimator noise for daily equity index data; shorter windows are mostly noise.

Can the Hurst exponent predict returns?

Not directionally. It characterizes the process (persistent vs anti-persistent), which informs which class of strategy to run — it does not say which way price goes next.

Related reading