Watch how to download trading robots for free
Find us on Facebook!
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
Views:
2624
Rating:
(8)
Published:
2018.06.16 11:00
MI.mq5 (11.45 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Indicator Mass Index is used to search for trend reversals. It is based on the changes between the highest and the lowest prices. If the bandwidth becomes wider, the mass index will grow; if it narrows, then the mass index will decrease.

It has four input parameters:

  • First smoothing period - the initial smoothin period;
  • Second smoothing period - the secondary smoothing period;
  • Resulting smoothing period - the resulting smoothing period;
  • Method - calculation method.

Calculations:

MI = SUM(EMA(HIGH - LOW, First Period) / EMA(EMA(HIGH - LOW, First Period), Second Period), Resulting Period)

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

EMV EMV

Indicator Arms' Ease of Movement Value (EMV).

EMAVFS EMAVFS

Exponential moving average with a variable smoothing factor.

PC PC

Indicator Price Cycle.

TQ TQ

Indicator Trend Quality.