Uses of Enum Class
com.wualabs.qtsurfer.engine.indicators.core.KlineValueSource
Packages that use KlineValueSource
Package
Description
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.
-
Uses of KlineValueSource in com.wualabs.qtsurfer.engine.indicators.core
Subclasses with type arguments of type KlineValueSource in com.wualabs.qtsurfer.engine.indicators.coreModifier and TypeClassDescriptionenumValue sources available on a kline (bar): the OHLCV fields shared with every market snapshot plus the kline-only trade count.Methods in com.wualabs.qtsurfer.engine.indicators.core that return KlineValueSourceModifier and TypeMethodDescriptionstatic KlineValueSourceReturns the enum constant of this class with the specified name.static KlineValueSource[]KlineValueSource.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of KlineValueSource in com.wualabs.qtsurfer.engine.indicators.helpers
Methods in com.wualabs.qtsurfer.engine.indicators.helpers with parameters of type KlineValueSourceModifier and TypeMethodDescriptionstatic doubleKlineSnapshots.getValue(MarketSnapshot snap, KlineValueSource klineValueSource) Reads a single primitive double from the snapshot via the source selector.static voidKlineSnapshots.update(RTIndicator indicator, MarketSnapshot snap, KlineValueSource klineValueSource) Extracts the field selected byklineValueSourcefrom the snapshot and pushes it into the indicator. -
Uses of KlineValueSource in com.wualabs.qtsurfer.engine.indicators.helpers.group
Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group that return KlineValueSourceConstructors in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type KlineValueSourceModifierConstructorDescriptionInstrumentMapKlineSourceRTIndicator(@NonNull Instrument instrument, @NonNull KlineValueSource valueSource)