Crunchy51324
Crunchy51324
Friends

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

Crunchy51324
Registered at MQL5.community
Crunchy51324
Added topic Why is the close order not executing
Hi All, OrderClose(132443329,3,Bid,3,Red); Could someone please tell me what I am doing wrong. according to the documentation this line above should close the order, but nothing happens, if I do it manualy then their is no problem! Thanks in advance
Crunchy51324
Added topic Faster manualy?
Hi All, why is it when I am an order send using mql4 is so slow, but manualy is very fast? Thanks Crunchy
Crunchy51324
Added topic Keep getting -1 on order orderSend function
Hi all, When I make 2 (ordersend) after eatch other, the second order return -1 I put a while around the second order, but stil, many -1 results, but as soon as I recompile the order get sendt, and no problem! while (ticket2 < 0){