Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4234
- Note:
- Publié:
- 2018.06.06 14:29
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The overbought/oversold indicator, which was first described in "Futures Magazine" in June 2000, under the name of "Psychological Index".
It has one input parameter:
- Period - indicator calculation period.
Calculation:
PsyIndex[i] = SMA(UpDay)
where
- If Close[i] > Close[i-1]
UpDay[i] = 1, - otherwise
UpDay[i] = 0
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20448

The Performance Index indicator.

A Moving Average with the smoothing type by Mark Jurik.

An indicator of possible price "rebounds".

Divergences of the Repulse oscillator.