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
Where are your Print statements to get the error code

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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);