Uses of Interface
com.wualabs.qtsurfer.engine.core.ClockAware
Packages that use ClockAware
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 ClockAware in com.wualabs.qtsurfer.engine.indicators.averages
Classes in com.wualabs.qtsurfer.engine.indicators.averages that implement ClockAwareModifier and TypeClassDescriptionclassEMA RT IndicatorclassModified moving average RT IndicatorclassSimple 2-period and N periods SMA RT Indicator -
Uses of ClockAware in com.wualabs.qtsurfer.engine.indicators.averages.pro
Classes in com.wualabs.qtsurfer.engine.indicators.averages.pro that implement ClockAwareModifier and TypeClassDescriptionclassSmoothed Moving Average (SMMA) — alias for the Modified Moving Average (MMA). -
Uses of ClockAware in com.wualabs.qtsurfer.engine.indicators.core
Classes in com.wualabs.qtsurfer.engine.indicators.core that implement ClockAwareModifier and TypeClassDescriptionclassIncremental indicator that optionally decorates (wraps) another indicator.classBase class for EMA RT Indicators -
Uses of ClockAware in com.wualabs.qtsurfer.engine.indicators.helpers
Classes in com.wualabs.qtsurfer.engine.indicators.helpers that implement ClockAwareModifier 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 ClockAware in com.wualabs.qtsurfer.engine.indicators.helpers.group
Classes in com.wualabs.qtsurfer.engine.indicators.helpers.group that implement ClockAwareModifier and TypeClassDescriptionclassInmutable Compound RT IndicatorclassclassGroups an instrument indicator map and extra indicators as a whole with a builder interfaceclassA map of RTIndicators for an instrumentclassA map of RTIndicators for an instrument fed from a kline stream — the kline-side counterpart ofInstrumentMapTickerSourceRTIndicator.classA map of RTIndicators for an instrumentclassA map of RTIndicators for an instrument -
Uses of ClockAware in com.wualabs.qtsurfer.engine.indicators.momentum
Classes in com.wualabs.qtsurfer.engine.indicators.momentum that implement ClockAwareModifier and TypeClassDescriptionclassMACD RTIndicatorclassRSI RTIndicatorclassStochastic RSI RTIndicator -
Uses of ClockAware in com.wualabs.qtsurfer.engine.indicators.statistics
Classes in com.wualabs.qtsurfer.engine.indicators.statistics that implement ClockAware