Uses of Class
com.wualabs.qtsurfer.engine.indicators.numeric.TransformRTIndicator
Packages that use TransformRTIndicator
Package
Description
Numeric and functional operator indicators.
-
Uses of TransformRTIndicator in com.wualabs.qtsurfer.engine.indicators.numeric
Subclasses of TransformRTIndicator in com.wualabs.qtsurfer.engine.indicators.numericModifier and TypeClassDescriptionclassClamp a RTIndicator's value to a fixed rangeMethods in com.wualabs.qtsurfer.engine.indicators.numeric that return TransformRTIndicatorModifier and TypeMethodDescriptionstatic TransformRTIndicatorTransformRTIndicator.abs(RTIndicator indicator) Transforms the input indicator by indicator.abs(coefficient).static TransformRTIndicatorTransformRTIndicator.clamp(RTIndicator indicator, @NonNull Number minRange, @NonNull Number maxRange) Transforms the input indicator by indicator.clamp(minRange,maxRange).static TransformRTIndicatorTransformRTIndicator.divide(RTIndicator indicator, @NonNull Number coefficient) Transforms the input indicator by indicator.divide(coefficient).static TransformRTIndicatorTransformRTIndicator.log(RTIndicator indicator) Transforms the input indicator by indicator.log(coefficient).static TransformRTIndicatorTransformRTIndicator.max(RTIndicator indicator, @NonNull Number coefficient) Transforms the input indicator by indicator.max(coefficient).static TransformRTIndicatorTransformRTIndicator.min(RTIndicator indicator, @NonNull Number coefficient) Transforms the input indicator by indicator.min(coefficient).static TransformRTIndicatorTransformRTIndicator.minus(RTIndicator indicator, @NonNull Number coefficient) Transforms the input indicator by indicator.minus(coefficient).static TransformRTIndicatorTransformRTIndicator.multiply(RTIndicator indicator, @NonNull Number coefficient) Transforms the input indicator by indicator.multiply(coefficient).static TransformRTIndicatorTransformRTIndicator.plus(RTIndicator indicator, @NonNull Number coefficient) Transforms the input indicator by indicator.plus(coefficient).static TransformRTIndicatorTransformRTIndicator.sqrt(RTIndicator indicator) Transforms the input indicator by indicator.sqrt(coefficient).