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