Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | MFI_normalized

John Bollinger MFI Money Flow Index), normalized.

Bollinger Bands are used for calculating overbought/oversold zones.

There are four input parameters:

  • MFI period - MFI calculation period
  • MFI applied volume - volume used for MFI calculation
  • BB period - Bollinger Bands calculation period
  • BB deviation - Bollinger Bands deviation

Calculation:

NormMFI = (MFI-BL) / (TL-BL)

where:

TL = BBands(MFI, BB period, BB deviation, UPPER_BAND)
BL = BBands(MFI, BB period, BB deviation, LOWER_BAND)

MFI - Money Flow Index(MFI period, MFI applied volume)
BBands - UPPER_BAND and LOWER_BAND of Bollinger Bands

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.1. MFI normalized

MetaTrader Experts, Indicators, Scripts and Libraries

Fig.2. MFI normalized + MFI

23285