Money Flow Index (MFI)
Category: momentum, volume
A volume-weighted momentum oscillator that measures the inflow and outflow of money into an asset over a specific period, oscillating between 0 and 100.
Formula
TypicalPrice = (High + Low + Close) / 3\nRawMoneyFlow = TypicalPrice * Volume\nMoneyRatio = (\sum_{i=1}^{n} PositiveRawMoneyFlow) / (\sum_{i=1}^{n} NegativeRawMoneyFlow)\nMFI = 100 - (100 / (1 + MoneyRatio))
Inputs
- len (default: 14)
See signal primitives and every published strategy that uses Money Flow Index (MFI) on WOBR StrategyVerse.