jhuot
jhuot
Friends

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

jhuot
Registered at MQL5.community
jhuot
Added topic Invalid stop error
I want to open a pending order with the price= Ask + 20 pips. I use: OrderSend (Symbol(),OP_BUYLIMIT,LOTS,Ask+0.0020,0,0,0,0,0,0, DarkOrange ); But I get a GetLastError() = 130, which is an Invalid stops error. What is the problem? Thank