Quote:
|
Originally Posted by alamanjani
Barnix, thank you!
I have one question, though. Probably we need to set (adjust) something based on our providers servers, rihght?
So for example, FXDD is GMT+2; where I need to enter/adjust this so it will put lines on the right place?
Thank you, Mario
|
-----------------------------------
Dolly_Trading Times #3_auto.mq4 is a full automated script for
following brokers:
....
else if (region=="Alpari Ltd.")
r1=GMT1(dt1);
else if (region=="Gimex Group") //NEUMEX
r1=GMT1(dt1);
else if (region=="FXDirectDealer") //FXDD
r1=GMT2(dt1);
else if (region=="Interbank FX, LLC.")
r1=GMT_1(dt1);
else if (region=="FIBO Group Ltd.")
r1=GMT0(dt1);
else if (region=="Velocity4x")
..
if you want you can complete with another brokers
Barnix