Any error using Mt4 build 226

 

Anyone experience error when using script to excute order with stoploss setup in mt4 build 226? When i alter my script order with Stoploss, the order could not be excute in the MT4. Any error with my function or do anyone experience that? I tried using this function in old version and can be used

int ticket = OrderSend(Symbol(),OP_BUY,Lots,Ask,3,Ask-15*Point,0,"1 MIN",111,0,Green);

 
are you using a 5 digit broker, then your stops are 1.5 pips and your slippage is 0.3 pips.
Where are your Print statements to get the error code
Reason: