feels like sabotage. just reinstalled it and am currently waiting for results.
same thing is happening.
what happens if you change Ask to 0?
What is the order type? You can only close buy and sells, you must delete pending orders.
Always test your return codes and print the error code so you find out WHY.

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
{ //Opposite as the OP_BUY Stop Loss scenario.
RefreshRates();
while( OrderClose(t,OrderLots(),Ask,Slippage, Green)!=true){Sleep(500);}
}
This works fine with the backtester but with live trading I get no result not even a log entry. The EA button is on.
Other EAs have worked but now that I have one that works the mt4 platform isn't letting me use it.Any help is greatly appreciated.