Uses of Class
com.wualabs.qtsurfer.engine.indicators.core.AbstractIncrementalRTIndicator
Packages that use AbstractIncrementalRTIndicator
Package
Description
Moving average indicators.
Pro moving-average indicators (pro tier).
Core interfaces and abstract base classes for the RTIndicator framework.
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).
Statistical indicators and computations.
-
Uses of AbstractIncrementalRTIndicator in com.wualabs.qtsurfer.engine.indicators.averages
Modifier and TypeClassDescriptionclassEMA RT IndicatorclassModified moving average RT IndicatorclassSimple 2-period and N periods SMA RT Indicator -
Uses of AbstractIncrementalRTIndicator in com.wualabs.qtsurfer.engine.indicators.averages.pro
Modifier and TypeClassDescriptionclassSmoothed Moving Average (SMMA) — alias for the Modified Moving Average (MMA). -
Uses of AbstractIncrementalRTIndicator in com.wualabs.qtsurfer.engine.indicators.core
Modifier and TypeClassDescriptionclassIncremental indicator that optionally decorates (wraps) another indicator.classBase class for EMA RT Indicators -
Uses of AbstractIncrementalRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers
Modifier and TypeClassDescriptionclassAtomically Count updates RT IndicatorclassUpdate counter RT IndicatorclassclassTracks positive price changes (gains) between consecutive updates.classTracks negative price changes (losses) between consecutive updates.classMax value RT Indicator.classMin value RT Indicator.classIncremental indicator that fires change notifications to registered listeners whenever its value changes.classCalculates the percent change over periods tracked by aPeriodCounterindicator.classIncremental indicator that counts the number of consecutive periods (updates).classGets the rate of change of an RTIndicator between updatesclassIndicator that extracts a scalar value from aMarketSnapshotvia a configurableMarketSnapshotValueSource.classTime-based windowed indicator that batches updates over a configurable duration. -
Uses of AbstractIncrementalRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers.group
-
Uses of AbstractIncrementalRTIndicator in com.wualabs.qtsurfer.engine.indicators.momentum
Modifier and TypeClassDescriptionclassMACD RTIndicatorclassRSI RTIndicatorclassStochastic RSI RTIndicator -
Uses of AbstractIncrementalRTIndicator in com.wualabs.qtsurfer.engine.indicators.statistics