---
title: "Money Flow Index - Volume Indicators - Indicators - Chart - MetaTrader 5 for iPhone - MetaTrader 5 iPhone/iPad Help"
description: "Money Flow Index (MFI) is the technical indicator, which indicates the rate at which money is invested into a security and... - Money Flow Index - Volume Indicators - Indicators"
image: "https://www.metatrader5.com/i/logo_metatrader5.png"
url: "https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators/money_flow_index"
---

[MetaTrader 5 iPhone/iPad Help](https://www.metatrader5.com/en/mobile-trading/iphone/help) → [Chart](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart) → [Indicators](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators) → [Volume Indicators](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators) → Money Flow Index

# Money Flow Index

Money Flow Index (MFI) is the technical indicator, which indicates the rate at which money is invested into a security and then withdrawn from it. Construction and interpretation of the indicator is similar to [Relative Strength Index](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/oscillators/relative_strength_index) with the only difference that volume is important to MFI.

When analyzing the money flow index one needs to take into consideration the following points:

- divergences between the indicator and price movement. If prices grow while MFI falls (or vice versa), there is a great probability of a price turn;
- Money Flow Index value, which is over 80 or under 20, signals correspondingly of a potential peak or bottom of the market.

![Money Flow Index](https://www.metatrader5.com/i/help/iphone/en/money_flow_index.png)

## Calculation

The calculation of Money Flow Index includes several stages. At first one defines the typical price (TP) of the period in question:

```
TP = (HIGH + LOW + CLOSE) / 3
```

Then one calculates the amount of the Money Flow (MF):

```
MF = TP * VOLUME
```

If todays typical price is larger than yesterdays TP, then the money flow is considered positive. If todays typical price is lower than that of yesterday, the money flow is considered negative.

POSITIVE MONEY FLOW is a sum of positive money flows for a selected period of time. NEGATIVE MONEY FLOW is the sum of negative money flows for a selected period of time.

Then one calculates the money ratio (MR) by dividing the positive money flow by the negative money flow:

```
MR = POSITIVE MONEY FLOW / NEGATIVE MONEY FLOW
```

And finally, one calculates the money flow index using the money ratio:

```
MFI = 100 - (100 / (1 + MR)
```

Where:

HIGH – the high price of the current bar;
LOW – the low price of the current bar;
CLOSE – the close price of the current bar;
VOLUME – the volume of the current bar.

## In this section

- [Accumulation/Distribution](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators/accumulation_distribution)
- Money Flow Index
- [On Balance Volume](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators/on_balance_volume)
- [Volumes](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators/volumes)
- [Market Profile](https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators/market_profile)

```json
{"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {"@type": "ListItem", "position": 1, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/iphone/help", "name": "MetaTrader 5 iPhone/iPad Help"}}, {"@type": "ListItem", "position": 2, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/iphone/help/chart", "name": "Chart"}}, {"@type": "ListItem", "position": 3, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators", "name": "Indicators"}}, {"@type": "ListItem", "position": 4, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators", "name": "Volume Indicators"}}, {"@type": "ListItem", "position": 5, "item": {"@id": "https://www.metatrader5.com/en/mobile-trading/iphone/help/chart/indicators/volume_indicators/money_flow_index", "name": "Money Flow Index"}} ]}
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "MetaTrader 5: Money Flow Index", "acceptedAnswer": { "@type": "Answer", "text": "Money Flow Index (MFI) is the technical indicator, which indicates the rate at which money is invested into a security and then withdrawn from it..." } }] }
```
