
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
I need to retrieve in an EA the info regarding the number of max open orders allowed by broker for the running account.
Searching in the documentation I found the function for the max allowed pending orders ( ACCOUNT_LIMIT_ORDERS) but not the function for max allowed open orders.
https://docs.mql4.com/constants/environment_state/accountinformation
Is it possible or not to retrive the" max allowed open orders" info with mql4 code?