The Money Flow Index (MFI), developed by Gene Quong and Avrum Soudack, uses both price and volume to measure buying and selling pressure. The MFI value ranges from 0 to 100. A MFI value above 80 indicates a possible overbought situation and a value below 20 indicates a possible oversold condition.
The formula is essentially a volume-weighted relative strength index (RSI). However, instead of using simple close prices, MFI uses the typical price multiplied by volume. The result is then used in the RSI calculation as a ratio of average volume weighted size of the up-closes over the past “n” periods and compared to the average volume weighted size of the down-closes. The result is indexed between 0 and 100.
Pivot=(High+Low+Close)3
MF=MoneyFlow=(ifPivott>Pivott−1,Pivot×VolumeifPivott<Pivott−1,−Pivot×Volume)
MR=MoneyRatio=∑n1PositiveMF∑n1NegativeMF
over a user defined n-periods
MFI=100−1001+MRn−periods