goocreations:
It works for me. Which build are you using ?
Hi,
When getting the properties TERMINAL_COMMUNITY_ACCOUNT and TERMINAL_COMMUNITY_CONNECTION using the TerminalInfoInteger() function, the result is always false. I'm connected to the MQL community, my balance shows next to the Cloud under Agents. Can anyone help me with this? Or is there any other way to programmatically detect if I'm connected to the cloud?
Version 5.00 build 975
goocreations:
Version 5.00 build 975
Version 5.00 build 975
I confirm these properties are working well with MT5 build 975.
printf("Com.Account=%i Com.Conn=%i",TerminalInfoInteger(TERMINAL_COMMUNITY_ACCOUNT),TerminalInfoInteger(TERMINAL_COMMUNITY_CONNECTION));
Result if connected :
2014.10.08 14:17:13.253 36655 (EURUSD,D1) Com.Account=1 Com.Conn=1
If not connected :
2014.10.08 14:15:45.413 36655 (EURUSD,H1) Com.Account=0 Com.Conn=0

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
Hi,
When getting the properties TERMINAL_COMMUNITY_ACCOUNT and TERMINAL_COMMUNITY_CONNECTION using the TerminalInfoInteger() function, the result is always false. I'm connected to the MQL community, my balance shows next to the Cloud under Agents. Can anyone help me with this? Or is there any other way to programmatically detect if I'm connected to the cloud?