Package com.wualabs.qtsurfer.engine.indicators.trend.pro
package com.wualabs.qtsurfer.engine.indicators.trend.pro
Pro trend indicators (pro tier).
Directional and channel/stop systems: ADX, Aroon, Chande Kroll Stop, Chandelier Exit, Donchian, efficiency ratio, Ichimoku, Parabolic SAR, SuperTrend, Vortex. 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 Directional Index (ADX) with O(1) per-tick Wilder's smoothing.Aroon Indicator with O(n) worst-case per-tick.Chande Kroll Stop with O(n) per-tick computation (due to highest/lowest scans).Chandelier Exit with O(n) worst-case per-tick.Donchian Channel with O(n) worst-case per-tick (eviction scan).Kaufman Efficiency Ratio (ER) indicator with O(1) per-tick computation.Ichimoku Kinko Hyo (Ichimoku Cloud) with O(1) per-tick computation.Parabolic SAR (Stop and Reverse) with O(1) per-tick computation.SuperTrend indicator with O(1) per-tick computation.Vortex Indicator with O(1) amortized per-tick computation.