Concept

Fractal Dimension

Fractal Dimension is a Statistics concept. The Library holds 5 implementations, each one a working definition you can pull into Quant.

Top Fractal Dimension indicators

5 total

What is Fractal Dimension?

Fractal dimension measures how rough a curve is, or equivalently how much space it fills. A straight line has dimension 1; a path so jagged it effectively fills the plane approaches 2. Applied to a price series over a lookback window, it scores choppiness: readings near 1 describe a smooth, directional path, readings around 1.5 resemble a random walk, and readings pushing toward 2 describe dense, congested oscillation. The idea traces to Benoit Mandelbrot, who argued that markets are better described by fractal geometry than by smooth Gaussian models, and for self-affine series it mirrors the Hurst exponent: dimension equals two minus Hurst.

A chart can only estimate fractal dimension from finite data. Common estimators include box counting, Higuchi's and Katz's methods, and the range-based estimate John Ehlers used in FRAMA, which compares the length-normalized high-low ranges of the two halves of a window with that of the whole: when the halves sum to much more than the whole, the path is rough and the estimated dimension is high. Estimates are window-dependent and noisy, so they are best read as a relative regime gauge rather than a precise constant.

How traders use it

  • As a regime filter: low readings flag persistent, trending stretches, while readings near or above the random-walk zone flag chop, where trend-following signals are more likely to whipsaw.
  • As the adaptivity input inside moving averages: FRAMA-style filters map the dimension estimate to a smoothing factor, so the average speeds up when price trends cleanly and flattens out during congestion.
  • As a cross-check alongside related gauges such as the Kaufman efficiency ratio; agreement between independent roughness measures adds confidence to a trend-versus-range call.

More Fractal Dimension implementations

Related concepts · Complexity & memory

Concept family

Statistics

45 concepts mapped · 37 in the Library

Fractal Dimension FAQ

What does a fractal dimension of 1.5 mean for a price series?

It is the value expected from a random walk: the graph of Brownian motion has fractal dimension 1.5. Readings near that level suggest no measurable persistence in either direction, so neither trend-following nor mean-reversion has a structural case from roughness alone. Estimates on real data are noisy, so treat 1.5 as a zone rather than a hard line.

How is fractal dimension different from the Hurst exponent?

For self-affine series they encode the same information: dimension equals two minus the Hurst exponent, so a trending series reads low dimension and high Hurst together. The differences are framing (geometric roughness versus long-range persistence) and estimation: the two are computed by different algorithms on finite windows, so their readings can disagree in practice.

Build Fractal Dimension your way.

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