FractalAdaptiveMovingAverage
StockSharp.Algo.Indicators
Fractal Adaptive Moving Average (FRAMA).
Hereda de: DecimalLengthIndicator
Constructores
FractalAdaptiveMovingAverage()
Initializes a new instance of the FractalAdaptiveMovingAverage.
Métodos
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Devuelve: The new value of the indicator.
Reset()
Reset state.