Uses of Interface
com.wualabs.qtsurfer.engine.indicators.core.CacheableRTIndicator
Packages that use CacheableRTIndicator
Package
Description
Moving average indicators.
Pro moving-average indicators (pro tier).
Utility and compositional indicators for building complex indicator pipelines.
Multi-indicator containers and builders for managing groups of indicators per instrument.
Momentum and oscillator indicators (free tier).
Pro momentum / oscillator indicators (pro tier).
Pro trend indicators (pro tier).
Pro volatility indicators (pro tier).
Pro volume indicators (pro tier).
-
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.averages
Classes in com.wualabs.qtsurfer.engine.indicators.averages that implement CacheableRTIndicatorModifier and TypeClassDescriptionclassEMA RT IndicatorclassModified moving average RT IndicatorclassSimple 2-period and N periods SMA RT Indicator -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.averages.pro
Classes in com.wualabs.qtsurfer.engine.indicators.averages.pro that implement CacheableRTIndicatorModifier and TypeClassDescriptionclassSmoothed Moving Average (SMMA) — alias for the Modified Moving Average (MMA). -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers
Classes in com.wualabs.qtsurfer.engine.indicators.helpers that implement CacheableRTIndicatorModifier and TypeClassDescriptionclassIndicator that extracts a scalar value from aMarketSnapshotvia a configurableMarketSnapshotValueSource. -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers.group
Classes in com.wualabs.qtsurfer.engine.indicators.helpers.group that implement CacheableRTIndicator -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.momentum
Classes in com.wualabs.qtsurfer.engine.indicators.momentum that implement CacheableRTIndicator -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.momentum.pro
Classes in com.wualabs.qtsurfer.engine.indicators.momentum.pro that implement CacheableRTIndicatorModifier and TypeClassDescriptionclassAccelerator Oscillator (Bill Williams) with O(1) per-tick computation.classAwesome Oscillator (Bill Williams) with O(1) per-tick computation.classBalance of Power (BOP) with O(1) per-tick computation.classElder's Bull and Bear Power with O(1) per-tick computation.classRelative Vigor Index (RVI) with O(1) per-tick computation.classStochastic Oscillator (%K and %D) with O(n) worst-case per-tick.classUltimate Oscillator (UO) with O(1) amortized per-tick computation.classWilliams %R with O(n) worst-case per-tick (eviction scan). -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.trend.pro
Classes in com.wualabs.qtsurfer.engine.indicators.trend.pro that implement CacheableRTIndicatorModifier and TypeClassDescriptionclassAverage Directional Index (ADX) with O(1) per-tick Wilder's smoothing.classAroon Indicator with O(n) worst-case per-tick.classChande Kroll Stop with O(n) per-tick computation (due to highest/lowest scans).classChandelier Exit with O(n) worst-case per-tick.classDonchian Channel with O(n) worst-case per-tick (eviction scan).classIchimoku Kinko Hyo (Ichimoku Cloud) with O(1) per-tick computation.classParabolic SAR (Stop and Reverse) with O(1) per-tick computation.classSuperTrend indicator with O(1) per-tick computation.classVortex Indicator with O(1) amortized per-tick computation. -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.volatility.pro
Classes in com.wualabs.qtsurfer.engine.indicators.volatility.pro that implement CacheableRTIndicatorModifier and TypeClassDescriptionclassAverage True Range (ATR) with O(1) per-tick Wilder's smoothing.classChoppiness Index (CHOP) with O(n) per-tick computation.classKeltner Channel with O(1) per-tick computation.classMass Index with O(1) per-tick computation.classNormalized Average True Range (NATR) with O(1) per-tick computation. -
Uses of CacheableRTIndicator in com.wualabs.qtsurfer.engine.indicators.volume.pro
Classes in com.wualabs.qtsurfer.engine.indicators.volume.pro that implement CacheableRTIndicatorModifier and TypeClassDescriptionclassAccumulation/Distribution Line (ADL) with O(1) per-tick computation.classChaikin Oscillator with O(1) per-tick computation.classChaikin Money Flow (CMF) with O(1) amortized per-tick computation.classEase of Movement (EOM) with O(1) per-tick computation.classElder Force Index (EFI) with O(1) per-tick computation.classKlinger Volume Oscillator (KVO) with O(1) per-tick computation.classMoney Flow Index (MFI) with O(1) amortized per-tick computation.classNegative Volume Index (NVI) with O(1) per-tick computation.classOn Balance Volume (OBV) with O(1) per-tick computation.classPrice Volume Trend (PVT) with O(1) per-tick computation.classVolume Weighted Average Price (VWAP) with O(1) per-tick computation.