Click or drag to resize

TechnicalAnalysisRoutinesCalculateMoneyFlowIndex Method

LightningChart .NET Help
Calculates Money Flow Index values using given number of time periods (n).

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static double[] CalculateMoneyFlowIndex(
	double[] closeValues,
	double[] highValues,
	double[] lowValues,
	double[] volumes,
	int n
)

Parameters

closeValues
Type: SystemDouble
OHLC data close values
highValues
Type: SystemDouble
OHLC data high values
lowValues
Type: SystemDouble
OHLC data low values
volumes
Type: SystemDouble
Volume values
n
Type: SystemInt32
Period count

Return Value

Type: Double
MFI values
See Also