EndpointMovingAverage

StockSharp.Algo.Indicators

Endpoint Moving Average (EPMA) indicator.

Inherits: DecimalLengthIndicator

Constructors

EndpointMovingAverage
public EndpointMovingAverage()
endpointMovingAverage = EndpointMovingAverage()

Initializes a new instance of the EndpointMovingAverage.

Methods

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = endpointMovingAverage.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.