Concept
Hurst Exponent
Hurst Exponent, also known as R/S analysis, DFA, is a Statistics concept. The Library holds 2 implementations, each one a working definition you can pull into Quant.
Top Hurst Exponent indicators
2 total
What is the Hurst Exponent?
The Hurst exponent (H) measures long-range dependence in a series: whether moves tend to continue, partially reverse, or wander at random. H near 0.5 is consistent with a random walk, where past increments say nothing about the next. H above 0.5 indicates persistence, a trending character; H below 0.5 indicates anti-persistence, a mean-reverting character. It is named for Harold Edwin Hurst, who developed the method studying Nile river flows; Mandelbrot later brought it into finance as part of fractal market analysis, where it mirrors fractal dimension (D equals 2 minus H for self-affine series).
The classical estimator is rescaled-range (R/S) analysis: for each window size, divide the range of cumulative deviations from the mean by the standard deviation, then fit the slope of log R/S against log window size; that slope is H. Detrended fluctuation analysis (DFA) is a common alternative that removes local trends before measuring. Both need substantial data, and estimates on trading-sized windows carry wide error bands, so rolling readings are tendencies, not precise numbers.
How traders use it
- As a regime filter: readings persistently above 0.5 support trend-following logic, readings below favor fading and mean reversion, and readings hugging 0.5 argue for standing down both (see Market Efficiency & Regime Persistence Measures for simpler relatives).
- As a rolling persistence gauge: a smoothed H series scales exposure or switches playbooks as the market's character shifts, with smoothing applied because raw estimates jump.
- As a strategy-fit check: estimating H on the instrument and timeframe actually traded tests whether momentum or mean-reversion logic has statistical footing there before any backtest is run.
Related concepts · Complexity & memory
Concept family
Statistics
45 concepts mapped · 37 in the Library
Hurst Exponent FAQ
What does a Hurst exponent of 0.5 mean?
It is the random-walk benchmark: increments carry no memory, so past direction gives no usable information about the next move. Readings above 0.5 suggest persistence (trends tend to continue) and below 0.5 anti-persistence (moves tend to partially reverse). Because estimation error is substantial on realistic windows, small deviations from 0.5 are better read as noise than as signal.
How is the Hurst exponent estimated?
The classical route is rescaled-range analysis: compute the range of cumulative mean-deviations divided by the standard deviation across many window sizes, then take the slope of log R/S versus log window length as H. Detrended fluctuation analysis is a popular alternative that removes local trends first. Different estimators and window choices give different values, so quote H alongside its method.
Build Hurst Exponent your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.

