Thread
:
How do I detect mini or standard account in EA?
View Single Post
#
2
(
permalink
)
06-23-2007, 07:48 AM
Michel
Senior Member
Join Date: Feb 2006
Posts: 587
Quote:
Originally Posted by
fxtrader625
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
) <
50000
)
IsMiniAccount
=
true
;
Michel
View Public Profile
Find all posts by Michel