Uses of Class
com.wualabs.qtsurfer.engine.indicators.helpers.group.InstrumentMapRTIndicator
Packages that use InstrumentMapRTIndicator
Package
Description
Multi-indicator containers and builders for managing groups of indicators per instrument.
-
Uses of InstrumentMapRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers.group
Modifier and TypeClassDescriptionclassA 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 instrumentMethods in com.wualabs.qtsurfer.engine.indicators.helpers.group that return InstrumentMapRTIndicatorModifier and TypeMethodDescriptionInstrumentMapRTIndicator.add(String name, RTIndicator indicator) InstrumentGroupRTIndicator.getIndicators()Constructors in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type InstrumentMapRTIndicatorModifierConstructorDescriptionInstrumentGroupRTIndicator(@NonNull InstrumentMapRTIndicator indicators) protectedInstrumentMapRTIndicatorBuilder(@NonNull InstrumentMapRTIndicator indicators, BiConsumer<String, T> buildIndicatorConsumer) WindowTimeRTIndicatorBuilder(InstrumentMapRTIndicator indicators, BiConsumer<String, WindowTimeRTIndicator> buildIndicatorConsumer) -
Uses of InstrumentMapRTIndicator in com.wualabs.qtsurfer.engine.strategy
Methods in com.wualabs.qtsurfer.engine.strategy that return InstrumentMapRTIndicatorModifier and TypeMethodDescriptionprotected InstrumentMapRTIndicatorAbstractSubscriptionStrategy.updateIndicators(Instrument instrument, T source) Updates the RT indicator group for an instrument from the market data source, triggering recalculation of all indicators in the group.Methods in com.wualabs.qtsurfer.engine.strategy with parameters of type InstrumentMapRTIndicatorModifier and TypeMethodDescriptionvoidAbstractSubscriptionStrategy.fillSignal(InstrumentMapRTIndicator indicators, InfoStrategySignal signal) protected InfoStrategySignalAbstractSubscriptionStrategy.getUpdatedSignal(InstrumentMapRTIndicator indicators) Creates a new info signal populated with the current values of all public indicators.