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
Indicateurs

Universal Ranger - indicateur pour MetaTrader 4

Vues:
16386
Note:
(2)
Publié:
2010.07.19 07:15
Mise à jour:
2014.04.21 14:54
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Shows low high from the last bar from other timeframe. Timeframe and Bar[x] can be changed

correction

resi = iHigh(Symbol(), PERIOD_M15, i);

supi = iLow(Symbol(), PERIOD_M15, i);

change

resi = iHigh(Symbol(), tframe, i);

supi = iLow(Symbol(), tframe, i);


DoubleDragon DoubleDragon

Simple Momentum x 2

Big Times Big Times

This indicator reflects the positive difference between the High and Low of the period.

OsMaSter_V0 OsMaSter_V0

The Expert Adviser uses the indicator OsMA.

Heat Map Heat Map

The purpose of this indicator is to highlight the price zones that had the most activity : the hotest zones.