Concept

UHL Adaptive MA

UHL Adaptive MA is a Trend concept. The Library holds 1 implementations, each one a working definition you can pull into Quant.

Uhl

Top UHL Adaptive MA indicators

1 total

What is the UHL Adaptive MA?

The UHL Adaptive MA, credited to Uhl and often published as the corrected moving average (CMA), is an average that updates only when movement is statistically meaningful. Each bar, it compares the variance of price over the lookback with the squared distance between the average's previous value and its new target, typically the current SMA. If that distance sits within the variance, the correction factor is zero and the line simply holds its prior value; the further the distance exceeds the variance, the closer the factor gets to one and the faster the line converges on the target.

The practical effect is a stepped average that ignores fluctuations inside the recent noise band and moves decisively once price escapes it. A common two-line form applies the same correction to raw price to get a faster trend-step line and to a slow simple average for the baseline, then reads crossings between the two as the signal version of the concept.

How traders use it

  • As a range-resistant trend filter: because the correction factor is zero while price oscillates inside recent variance, the line stays genuinely flat in consolidation, and slope changes only appear when movement outruns noise.
  • As a crossover system: the fast corrected line (applied to price) crossing the slow corrected line (applied to a long simple average) defines bullish and bearish states, typically with fewer flip-flops than fixed-length moving average crossovers, though signals still lag turns.
  • As a general smoothing stage: the variance-gated update can be applied to inputs other than price, giving any noisy series a version that only moves when change outruns the recent variance.

Related concepts · Moving-average lineage

Concept family

Trend

100 concepts mapped · 88 in the Library

UHL Adaptive MA FAQ

How does the UHL Adaptive MA decide when to move?

Through a variance test. The correction factor equals one minus the ratio of the lookback variance to the squared gap between the previous average and the new target, floored at zero. A gap smaller than the variance means no update at all; a gap several times the variance pushes the factor toward one, so the line jumps most of the way to the target.

Is the UHL Adaptive MA better than KAMA?

Neither dominates; they gate adaptation differently. KAMA scales smoothing continuously with the efficiency ratio, so it always creeps toward price. The Uhl correction is closer to a hard gate: literally zero movement inside the noise band, then rapid convergence outside it. That makes it flatter in ranges but blunter at trend starts, so test both on your market rather than assuming.

Build UHL Adaptive MA your way.

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