Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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

Correlation - indicateur pour MetaTrader 4

Vues:
32062
Note:
(16)
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 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_Chanel Keltner_Chanel

The indicator of the Keltner's channel.

CosMod CosMod

The indicator line sharply changes its direction at the critical moments. It helps to identify the beginning of the trend.

PROphet PROphet

A practical EA for the intraday trading from 10:00 till 19:00. It works well on 5M EURUSD. The expected payoff is 40..60 pips per week on the forward testing.