Uses of Class
com.wualabs.qtsurfer.engine.indicators.helpers.WindowTimeRTIndicator
Packages that use WindowTimeRTIndicator
Package
Description
Utility and compositional indicators for building complex indicator pipelines.
Multi-indicator containers and builders for managing groups of indicators per instrument.
-
Uses of WindowTimeRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers
Methods in com.wualabs.qtsurfer.engine.indicators.helpers with parameters of type WindowTimeRTIndicatorModifier and TypeMethodDescriptionvoidWindowTimeRTIndicator.WindowAwareListener.setWindow(WindowTimeRTIndicator window) Binds the window this listener was registered on. -
Uses of WindowTimeRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers.group
Subclasses with type arguments of type WindowTimeRTIndicator in com.wualabs.qtsurfer.engine.indicators.helpers.groupModifier and TypeClassDescriptionclassWindowTimeRTIndicator BuilderMethods in com.wualabs.qtsurfer.engine.indicators.helpers.group that return WindowTimeRTIndicatorModifier and TypeMethodDescriptionprotected WindowTimeRTIndicatorWindowTimeRTIndicatorBuilder.buildInternal()Builds a WindowTimeRTIndicator with the configured duration, indicator, listener, and state store.Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type WindowTimeRTIndicatorModifier and TypeMethodDescriptionvoidInstrumentGroupRTIndicator.addWindow(WindowTimeRTIndicator window) Constructor parameters in com.wualabs.qtsurfer.engine.indicators.helpers.group with type arguments of type WindowTimeRTIndicatorModifierConstructorDescriptionWindowTimeRTIndicatorBuilder(InstrumentMapRTIndicator indicators, BiConsumer<String, WindowTimeRTIndicator> buildIndicatorConsumer) -
Uses of WindowTimeRTIndicator in com.wualabs.qtsurfer.engine.strategy
Methods in com.wualabs.qtsurfer.engine.strategy that return WindowTimeRTIndicatorModifier and TypeMethodDescriptionprotected final WindowTimeRTIndicatorAbstractWindowListener.getWindow()Methods in com.wualabs.qtsurfer.engine.strategy with parameters of type WindowTimeRTIndicatorModifier and TypeMethodDescriptionfinal voidAbstractWindowListener.setWindow(WindowTimeRTIndicator window) Bound by the window when this listener is registered on it — not something a strategy calls.