-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1a5734
commit 7392b5e
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Money Flow Index (MFI) | ||
Money Flow Index (MFI) is a movement indicator used in technical analysis that looks at time and price to measure the trading pressure — buying or selling. It is also called volume-weighted Relative Strength Index (RSI), as it includes volume, unlike RSI, which only incorporates price. | ||
|
||
## Key features | ||
|
||
- The Money Flow Index (MFI) is a technical indicator that generates overbought or oversold signals using both prices and volume data. | ||
|
||
- An MFI reading above 80 is considered overbought and an MFI reading below 20 is considered oversold, although levels of 90 and 10 are also used as thresholds. | ||
|
||
- A divergence between the indicator and price is noteworthy. For example, if the indicator is rising while the price is falling or flat, the price could start rising. | ||
|
||
## How to calculate Money Flow Index (MFI) in excel spreadsheet? | ||
|
||
[Download excel sample](../tests/mfi/MoneyFlowIndex.xlsm) |