Money Flow Index (MFI)
<< Click to Display Table of Contents >> Money Flow Index (MFI) |
The Money Flow Index (MFI) is a momentum indicator that is similar to the Relative Strength Index (RSI) in both interpretation and calculation. However, MFI is a more rigid indicator in that it is volume-weighted, and is therefore a good measure of the strength of money flowing in and out of a security.
... Courtesy of StockCharts
MFI(int period)
MFI(ISeries<double> input, int period)
Returns default value
MFI(int period)[int barsAgo]
MFI(ISeries<double> input, int period)[int barsAgo]
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
input |
Indicator source data (?) |
period |
Number of bars used in the calculation |
// Prints the current value of a 20 period MFI using default price type |
You can view this indicator method source code by selecting the menu New > NinjaScript Editor > Indicators within the NinjaTrader Control Center window.