Package com.wualabs.qtsurfer.engine.indicators.averages.pro
package com.wualabs.qtsurfer.engine.indicators.averages.pro
Pro moving-average indicators (pro tier).
Advanced smoothers: ALMA, DEMA, FRAMA, least-squares MA, McGinley Dynamic, SMMA and an O(1) WMA,
plus Moving Average Envelopes (fixed-percentage bands over an EMA). Part of the paid pro indicator library — server-private, not shipped in the OSS/TypeScript
build. The pro package segment is the tier marker.
- See Also:
-
ClassesClassDescriptionArnaud Legoux Moving Average (ALMA) with O(n) per-tick computation.Double Exponential Moving Average (DEMA) with O(1) per-tick computation.Envelopes (Moving Average Envelopes) with O(1) per-tick computation.Fractal Adaptive Moving Average (FRAMA) by John Ehlers.Least Squares Moving Average (LSMA) with O(1) per-tick computation.McGinley Dynamic with O(1) per-tick computation.Smoothed Moving Average (SMMA) — alias for the Modified Moving Average (MMA).Weighted Moving Average (WMA) with O(1) incremental updates.