Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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:
2996
Note:
(12)
Publié:
2018.04.18 17:12
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The IDayIIndex (Intraday Intensity Index) oscillator indicator.

It is calculated by the following formula:

III = Sum((2C-H-L)/(H-L))*TickVolume

Normalized:

Normalized III = (III /Sum(V))*100

The indicator has two input parameters:

  • Normalized - enable or disable the calculation of the normalized index (Yes/No);
  • Period - indicator calculation period.

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

StochasticMomentum StochasticMomentum

A stochastic momentum.

HL_MA_Band HL_MA_Band

A colored histogram drawn using the High/Low prices.

VSI VSI

VSI - Volatility Switch Indicator.

SignalMAAboveBelow 3 SignalMAAboveBelow 3

A module of trading signals based on the Moving Average indicator signal module.