iBWMFI

Calculates the Market Facilitation Index indicator and returns its value.

Syntax

double iBWMFI(
 string symbol,     // symbol
 int    timeframe,  // timeframe
 int    shift       // shift
);

Parameters

  • symbol [in]: Symbol name for calculation. NULL uses the current symbol.
  • timeframe [in]: Timeframe. Use ENUM_TIMEFRAMES values. 0 uses the current chart timeframe.
  • shift [in]: Index of the value from the indicator buffer (shift relative to the current bar).
  • Return Value

    Numerical value of the Market Facilitation Index indicator.

    Example

    double val = iBWMFI(NULL, 10, 0);
    

    Related Functions

  • [iIchimoku](/indicators/iichimoku)
  • [iMomentum](/indicators/imomentum)