modfn / Publications
Forum
I want my code to make one trade and then stop for two hours
I want a code that stop placing orders for x of time after place one in mql4. void OnTick() { //--- if (OrdersTotal() < 1) { if(emafast(0) > emaslow(0)&& emafast(10) > emaslow(10) && emafast(0) > emafast(5)) //&& emafast(1) > emafast(2)) { if(histogram(0)<-0.0001