Uses of Enum Class
com.wualabs.qtsurfer.engine.indicators.core.TickerValueSource
Packages that use TickerValueSource
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 TickerValueSource in com.wualabs.qtsurfer.engine.indicators.core
Subclasses with type arguments of type TickerValueSource in com.wualabs.qtsurfer.engine.indicators.coreMethods in com.wualabs.qtsurfer.engine.indicators.core that return TickerValueSourceModifier and TypeMethodDescriptionstatic TickerValueSourceReturns the enum constant of this class with the specified name.static TickerValueSource[]TickerValueSource.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TickerValueSource in com.wualabs.qtsurfer.engine.indicators.helpers
Methods in com.wualabs.qtsurfer.engine.indicators.helpers with parameters of type TickerValueSourceModifier and TypeMethodDescriptionstatic doubleTickerSnapshots.getValue(MarketSnapshot snap, TickerValueSource tickerValueSource) Reads a single primitive double from the snapshot via the source selector.static voidTickerSnapshots.update(RTIndicator indicator, MarketSnapshot snap, TickerValueSource tickerValueSource) Extracts the field selected bytickerValueSourcefrom the snapshot and pushes it into the indicator. -
Uses of TickerValueSource in com.wualabs.qtsurfer.engine.indicators.helpers.group
Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group that return TickerValueSourceConstructors in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type TickerValueSourceModifierConstructorDescriptionInstrumentMapTickerSourceRTIndicator(@NonNull Instrument instrument, @NonNull TickerValueSource valueSource)