mcth
mcth
Friends

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

mcth
Registered at MQL5.community
mcth
Added topic strange ordersend
These 2 don't work OrderSend(Symbol(),OP_BUY,NormalizeDouble(lotstobuy,2),Ask,3,NormalizeDouble(slpoint,4),0); OrderSend(Symbol(),OP_BUY,lotstobuy,Ask,3,slpoint,0); this works OrderSend(Symbol(),OP_BUY,1,Ask,3,0,0); Could any one tell me whats going