Attach the mq5/mqh-files so others can reproduce the error.
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
Hello,
I keep getting Invalid Request errors while trying to delete a pending order on the MT5 strategy tester.
Running the EA on live has no issues.
I've paused the EA on a breakpoint to show the issue:
The journal shows this error:
Code:
The closes array contains an item with 10 on it (the ticket number of the trade)
I have also tried deleting it with CTrade, I get the same error.
Any hints?