Package com.wualabs.qtsurfer.engine.indicators.volatility.pro
package com.wualabs.qtsurfer.engine.indicators.volatility.pro
Pro volatility indicators (pro tier).
ATR, NATR, Keltner Channel, Choppiness Index, Mass Index, Relative Volatility Index. 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:
-
ClassesClassDescriptionAverage True Range (ATR) with O(1) per-tick Wilder's smoothing.Choppiness Index (CHOP) with O(n) per-tick computation.Keltner Channel with O(1) per-tick computation.Mass Index with O(1) per-tick computation.Normalized Average True Range (NATR) with O(1) per-tick computation.Relative Volatility Index (RVI) — RSI applied to standard deviation instead of price.