ElderForceIndex

StockSharp.Algo.Indicators

Elder's Force Index.

Inherits: ExponentialMovingAverage

Constructors

ElderForceIndex
public ElderForceIndex()
elderForceIndex = ElderForceIndex()

Initializes a new instance of the ElderForceIndex.

Properties

Measure
public override IndicatorMeasures Measure { get; }
value = elderForceIndex.Measure

IndicatorMeasures.

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = elderForceIndex.NumValuesToInitialize

Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.

Methods

OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = elderForceIndex.OnProcess(input)

To handle the input value.

input
The input value.

Returns: The resulting value.

Reset
public override void Reset()
elderForceIndex.Reset()

To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).