
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
Dear programmers,
I want to remove a trade before it comes to execution, following it at a trade_transaction level and somewhen sending a request for annihilating it.
Imagine I want to send a request and I can wait for it to be filled. I set a threshold of 200 milliseconds. I start counting.... If the request doesn't turn into a result within the time threshold then remove the request.
Is it possible in mql5?
Thank you very much