Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 15883
- Note:
- Publié:
- 2008.09.25 08:34
- Mise à jour:
- 2014.04.21 14:53
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
A percentage oscillator of the price allows to perform the comparing the time periods independently on the price.
Calculation:
PPO = ( EMA(CLOSE, 12) - EMA(CLOSE, 26) ) / EMA(CLOSE, 26)
SIGNAL = SMA(PPO, 9)
Signals:
1.Positive/Negative divergence
2.The intersection of the indicator with its signal line.
3.A condition of overbuying/overselling
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8371

MACDVersion2_ Mod is amodification of MACDVersion2 to show some additional information.

Expert Advisor EMA_CROSS.