Friends

Add friends via their profile or user search and you will be able to see if they are online

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)
modfn
Registered at MQL5.community