Home › Forums › Tickstory Lite › General Discussion › stopout mode/stopout level
Hi Ninjaturtle,
These parameters are best explained in the MT4 manual:
http://docs.mql4.com/account/AccountStopoutMode http://docs.mql4.com/account/AccountStopoutLevel
Hope this helps.
But what does it mean to “Stop lvl”? It’s something that’s at the bottom of this table. The links don’t talk about it.
Hi Tcferreira,
This is the value returned with the EA call:
MarketInfo(querySymbol,MODE_STOPLEVEL);
It represents the minimum distance of your stop price when placing an order.
You must be logged in to reply to this topic.