Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Our community is a completely independent place for communication between forex traders and software developers for trading platforms Metatrader 4 and Metatrader 5
Create A New Account
what and how to change the expert Advisor so that it works at opening prices?
pchela88
after OnTick() or start (), insert these 3 lines:static datetime time_bar_0; if(time_bar_0==iTime(NULL,0,0)) return; time_bar_0 = iTime(NULL,0,0);
after OnTick() or start (), insert these 3 lines:
See lessstatic datetime time_bar_0;
if(time_bar_0==iTime(NULL,0,0)) return;
time_bar_0 = iTime(NULL,0,0);