HullMovingAverage
StockSharp.Algo.Indicators
Hull Moving Average.
Наследует: DecimalLengthIndicator
Конструкторы
HullMovingAverage()
Initializes a new instance of the HullMovingAverage.
Свойства
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.
Методы
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Возвращает: The new value of the indicator.
Reset()
Reset state.