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