
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 All,
MQL4 has function to check MT4 account number with this command
int AccountNumber(); it will return MT4 account number
Sometimes specified MT4 account number was registered under specified Introducer Broker (IB) Code
My question: Is there any function for checking the Introducer Broker (IB) Code? the function should return the number to which specified MT4 account number was registered with.
For example, my MT4 account number was 222333 and it was registered under IB code 5678.
Is there any function that will return 5678 ?
If there is no function like that, it would be appreciated if MetaQuotes can provide it, as it will be very useful for EA developer.
Thank you