HullMovingAverage
StockSharp.Algo.Indicators
Hull Moving Average.
Hereda de: DecimalLengthIndicator
Constructores
HullMovingAverage()
Initializes a new instance of the HullMovingAverage.
Propiedades
NumValuesToInitialize : int
Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.
SqrtPeriod : int
Period of resulting average. If equal to 0, period of resulting average is equal to the square root of HMA period. By default equal to 0.
Métodos
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Devuelve: The new value of the indicator.
Reset()
Reset state.