Class EndpointMovingAverage
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Endpoint Moving Average (EPMA) indicator.
[Display(ResourceType = typeof(LocalizedStrings), Name = "EPMA", Description = "EndpointMovingAverage")]
[Doc("topics/indicators/endpoint_moving_average.html")]
public class EndpointMovingAverage : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
EndpointMovingAverage
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
EndpointMovingAverage()
Initializes a new instance of the EndpointMovingAverage.
public EndpointMovingAverage()
Methods
OnProcessDecimal(IIndicatorValue)
To handle the input value.
protected override decimal? OnProcessDecimal(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- decimal?
The new value of the indicator.