fxtrader625:
Hi,
Hi,
How can a mini or standard account be detected in EA?
Regards,
JeffYou can try something like this:
if(MarketInfo(Symbol(), MODE_LOTSIZE) < 50000) IsMiniAccount = true;
Michel:
You can try something like this:
You can try something like this:
if(MarketInfo(Symbol(), MODE_LOTSIZE) < 50000) IsMiniAccount = true;
Thank you, Michel!
Jeff

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,
How can a mini or standard account be detected in EA?
Regards,
Jeff