Uses of Enum Class
com.wualabs.qtsurfer.engine.indicators.helpers.WindowTimeRTIndicator.WindowTime
Packages that use WindowTimeRTIndicator.WindowTime
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.WindowTime in com.wualabs.qtsurfer.engine.indicators.helpers
Subclasses with type arguments of type WindowTimeRTIndicator.WindowTime in com.wualabs.qtsurfer.engine.indicators.helpersMethods in com.wualabs.qtsurfer.engine.indicators.helpers that return WindowTimeRTIndicator.WindowTimeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WindowTimeRTIndicator.WindowTime[]WindowTimeRTIndicator.WindowTime.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.wualabs.qtsurfer.engine.indicators.helpers with parameters of type WindowTimeRTIndicator.WindowTimeModifierConstructorDescriptionWindowTimeRTIndicator(WindowTimeRTIndicator.WindowTime windowTime, RTIndicator indicator) -
Uses of WindowTimeRTIndicator.WindowTime in com.wualabs.qtsurfer.engine.indicators.helpers.group
Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type WindowTimeRTIndicator.WindowTimeModifier and TypeMethodDescriptionWindowTimeRTIndicatorBuilder.duration(WindowTimeRTIndicator.WindowTime windowTime) InstrumentGroupRTIndicator.window(WindowTimeRTIndicator.WindowTime windowTime) InstrumentGroupRTIndicator.window(@NonNull String indicatorName, @NonNull WindowTimeRTIndicator.WindowTime windowTime, @NonNull OnChangeRTIndicator.OnChangeListener onChangeListener)