MoneyFlowIndex

StockSharp.Algo.Indicators

Money Flow Index.

Inherits: DecimalLengthIndicator

Constructors

MoneyFlowIndex()

Initializes a new instance of the MoneyFlowIndex.

MoneyFlowIndex(int)

Initializes a new instance of the MoneyFlowIndex.

length
Period length.

Properties

Measure : IndicatorMeasures

IndicatorMeasures.

Methods

CalcIsFormed() : bool

Calc IsFormed.

Returns: IsFormed

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Reset()

Reset state.