Timeframe M1 · unit ratio
Estimates the persistence (memory) of price movements over 20 bars using a rescaled-range approximation. Inspired by Harold Hurst's work on river flows, adapted to financial time series.
Range 0-1. Values above 0.5 suggest persistent behavior - price tends to continue moving in the direction it has been going (trending). Values below 0.5 suggest anti-persistent (mean-reverting) behavior - price tends to reverse its recent direction. Exactly 0.5 corresponds to a random walk with no memory.
Imagine a bouncing ball: does it tend to keep rolling in the same direction (H > 0.5) or constantly bounce back (H < 0.5)? This measure tries to detect which mode the market is in, based on recent price memory.
Janira computes Hurst Proxy 20 deterministically from live price action, the same way for every reading - no discretion, no hidden weighting. This page explains the method; it is not a live reading and not advice.