ArnaudLegouxMovingAverage
StockSharp.Algo.Indicators
Arnaud Legoux Moving Average (ALMA) indicator.
Inherits: DecimalLengthIndicator
Constructors
ArnaudLegouxMovingAverage()
Initializes a new instance of the ArnaudLegouxMovingAverage.
Properties
Methods
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.