Sum
StockSharp.Algo.Indicators
Sum of N last values.
Inherits: DecimalLengthIndicator
Constructors
Properties
Methods
OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = sum.OnProcessDecimal(input)
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.