Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Market Facilitation Index, BW MFI - indicator for MetaTrader 4

Views:
30699
Rating:
(13)
Published:
2005.12.13 18:57
Updated:
2016.11.22 07:32
BW_MFI.mq4 (5.38 KB) view
bw-mfi.gif (10.69 KB)
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Market Facilitation Index Technical Indicator (BW MFI) is the indicator which shows the change of price for one tick. Absolute values of the indicator do not mean anything as they are, only indicator changes have sense.

Market Facilitation Index, BW MFI

Bill Williams emphasizes the interchanging of MFI and volume:

  • Market Facilitation Index increases and volume increases — this points out that: a) the number of players coming into the market increases (volume increases) b) the new comingplayers open positions in the direction of bar development, i.e., the movement has begun and picks up speed;

  • Market Facilitation Index falls and volume falls. It means the market participants are not interested anymore;

  • Market Facilitation Index increases, but the volume falls. It is most likely, that the market is not supported with the volume from clients, and the price is changing due to traders’(brokers and dealers) "on the floor" speculations;

  • Market Facilitation Index falls, but the volume increases. There is a battle between bulls and bears, characterized by a large sell and buy volume, but the price is not changing significantly since the forces are equal. One of the contending parties (buyers vs. sellers) will eventually win the battle. Usually, the break of such a bar lets you know if this bar determines the continuation of the trend or annuls the trend. Bill Williams calls such bar "curtsying".

    Calculation
    To calculate Market Facilitation Index you need to subtract the lowest bar price from the highest bar price and divide it by the volume.
 
  BW MFI = RANGE*(HIGH-LOW)/VOLUME

    Where:

  • RANGE — is the multiplication factor, which brings the difference in points down to whole;
  • HIGH — maximum price of the current bar;
  • LOW — minimum price of the current bar;
  • VOLUME — volume of the current bar.


Technical Indicator Description

Full description of BW MFI is available in the Technical analysis: Market Facilitation Index

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7992

Gator Oscillator, Gator Gator Oscillator, Gator

Gator Oscillator is based on the Alligator and shows the degree of convergence/divergence of the bal

Fractals Fractals

Fractals indicator it is a series of at least five successive bars, with the highest HIGH in the middle, and two lower HIGHs on both sides.

Volumes Volumes

The Indicator Volumes displays volumes as histogram in separate window and paints the histogram in two colours.

On Balance Volume On Balance Volume

On Balance Volume Indicator (OBV) is a momentum technical indicator that relates volume to price change.