Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
4170
Note:
(12)
Publié:
2018.07.09 13:45
IMI.mq5 (10.01 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Oscillator Intraday Momentum Index displays the ratio between the directed change in the price and the total change in the prices over the specified period.

There are three adjustable parameters:

  • Period - calculation period;
  • Overbought - overbought level;
  • Oversold - oversold level.

Calculation:

IMI = 100*U /(U+D)

where:

U = SMA(Up, Period),
D = SMA(Down, Period)

If Close > Open:

Up = Close - Open

otherwise:

Up = 0

If Close < Open:

Down = Open - Close

otherwise:

Down = 0

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21106

CVI CVI

Oscillator CVI (Chartmill Value Indicator).

APZ APZ

Indicator APZ (Adaptive Price Zone) represents an adaptive price channel.

NV NV

NV (Natenberg's Volatility) - Sheldon Natenberg's historical volatility indicator.

PAIN PAIN

Oscillator PAIN (Price Action Indicator).