ChaikinMoneyFlow

StockSharp.Algo.Indicators

Chaikin Money Flow (CMF) indicator.

Inherits: DecimalLengthIndicator

Constructors

ChaikinMoneyFlow
public ChaikinMoneyFlow()
chaikinMoneyFlow = ChaikinMoneyFlow()

Initializes a new instance of the ChaikinMoneyFlow.

Properties

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

IndicatorMeasures.

Methods

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

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Reset
public override void Reset()
chaikinMoneyFlow.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).