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
Correlation - indicateur pour MetaTrader 4
- Vues:
- 32333
- Note:
- Publié:
- 2009.01.07 08:28
- 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
The indicator calculates the correlation of the currency pairs.
Input Parameters:
extern string OtherChart="EURUSD"; extern int n=20; extern bool UseOpen=true; extern bool UseClose=false; extern bool UseHigh=false; extern bool UseLow=false; extern int CalcBars=400;Example with USDCHF and EURUSD:
Correlation
MA Reverse
A simple EA. It plays in the opposite direction on the specified difference between Bid and MA. It is considerably risky but it has own advantage.
Keltner_ChanelThe indicator of the Keltner's channel.