Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3434
- Note:
- 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

A stochastic momentum.

A colored histogram drawn using the High/Low prices.

VSI - Volatility Switch Indicator.

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