account server question

 

I am trying to design my Expert Advisor to distinguish which server it is logged into. (We have some special accounts created with different parameters, such as the spread, etc). My understanding is these accounts are on a different server ( Login 9002323 password: P4334 server: 207.38.2.84 )

I'd like to use the MQL function AccountServer() to make this distinction, but at this time it seems to return the same value for our special accounts and regular accounts (the value is Server).

Is there another way we can make the distinction?

Any other comments on AccountServer() feature?

Joe Gelet
Elite E Services
www.eliteeservices.net
www.elitefxsystems.com
 
Why not use functions AccountNumber() or AccountCompany()?
Reason: