Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Correlation - indicatore per MetaTrader 4

Visualizzazioni:
31902
Valutazioni:
(16)
Pubblicato:
2009.01.07 08:28
Aggiornato:
2014.04.21 14:53
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.