SmoothedMovingAverage
StockSharp.Algo.Indicators
Smoothed Moving Average.
Inherits: DecimalLengthIndicator
Constructors
SmoothedMovingAverage()
Initializes a new instance of the SmoothedMovingAverage.
Methods
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Reset()
Reset state.