modfn / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
modfn
Added topic 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)
: