View Single Post
  #2 (permalink)  
Old 06-23-2007, 07:48 AM
Michel Michel is offline
Senior Member
 
Join Date: Feb 2006
Posts: 587
Michel is on a distinguished road
Quote:
Originally Posted by fxtrader625 View Post
Hi,

How can a mini or standard account be detected in EA?

Regards,
Jeff
You can try something like this:
PHP Code:
if(MarketInfo(Symbol(), MODE_LOTSIZE) < 50000IsMiniAccount true
Reply With Quote