Edmund Peh
Edmund Peh
I like automated trading systems and have been using them for the past 4 years.
Friends

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

Edmund Peh
Registered at MQL5.community
Edmund Peh
Added topic Inconsistent behaviour of OrderSend
Hi, I have the following code:    int ticketBuy = OrderSend ( pair , OP_BUYSTOP , lot , longEntryPrice , 100 , longStopLossPrice , 0 , "BUY" , 0 , 0 , Green ) ;    if ( ticketBuy = = - 1 ) {