Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
2669
Valutazioni:
(8)
Pubblicato:
2018.06.16 11:00
MI.mq5 (11.45 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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)

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.