DannyBass: Hello! Is it any other method to detect when pending order is activating? Other then loop through all orders and search by OrderType() ? For example a have 5 pendings open, and when one of them activates, I want to trigger other actions. Thanks!
Only on MQL5 do you have transaction events.
One MQL4, you have to loop/poll to find out.
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! Is it any other method to detect when pending order is activating? Other then loop through all orders and search by OrderType() ?
For example a have 5 pendings open, and when one of them activates, I want to trigger other actions.
Thanks!