Best Correlation
- Utilità
-
Vladimir Khlystov
Sono un programmatore MQL (terminali MT4 e MT5)
Se sei interessato al trading automatico sul forex, allora posso offrirti prodotti finiti o scrivere un robot per te sulla tua strategia.
il mio sito - Versione: 2.0
A script showing the correlation for three selected zones at once (TF-bar)
In the parameters, select 3 options
The data is displayed sorted by the first zone
The script also creates a file in which it writes all the data without sorting.
In this way, you can expand the number of zones to any number and perform the analysis in exsel
Parameters:
- TF_Trade1 =PERIOD_M5;
- BarsCor1 = 300;
- TF_Trade2 =PERIOD_M5;
- BarsCor2 = 800;
- TF_Trade3 =PERIOD_M5;
- BarsCor3 = 2000;
- K = 0.8;
- WindSize = 1.2; //size information window

Thank you, working perfectly and a great tool!