Package com.wualabs.qtsurfer.engine.indicators.numeric
package com.wualabs.qtsurfer.engine.indicators.numeric
Numeric and functional operator indicators.
Pure functional transformations and value holders: constants, predicates, clamping, rounding, arithmetic operations, and read-only wrappers. These operators compose with other indicators to build complex pipelines.
- See Also:
-
ClassesClassDescriptionAllow to apply a function to update from 2 RTIndicatorsAllow to apply a predicate function to colapse/clamp to a single valueClamp a RTIndicator's value to a fixed rangeAllow to apply a predicate function to update or not from a RTIndicatorBasic inmutable RT Indicator holding a valueAllow to apply a predicate function to update or not from a RTIndicatorAvoids update the wrapped RTIndicatorRound RTIndicatorAccumulating indicator that maintains a running sum of all values produced by the decorated indicator.Allow to apply a transformation function to a RTIndicator valueSimplest RT Indicator holding a value