Number of Max Open Orders Allowed by Broker

 

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? 

 
Broker dependent, some 100, some 1000, some don't care. Ask the broker, put it in an external.
 

WHRoeder:
Broker dependent, some 100, some 1000, some don't care. Ask the broker, put it in an external. 

 

ok  I see , thank you for the hint !

Reason: