stopout mode/stopout level

General discussion about the Tickstory Lite software package.
Post Reply
ninjaturtle
Posts: 7
Joined: Wed Aug 21, 2013 2:30 pm

stopout mode/stopout level

Post by ninjaturtle »

hi,
when i load the mtconfig file for different brokers, the stopout level changes (as would be expected). but my particular broker (armadamarkets) has 0 stop level yet the mtconfig file loads this value as 30. when i then change the value to 0, it drastically changes my backtest results.
can you explain the "stopout mode/stopout level" parameters on tickstory;
how is it different from the parameter "stop lvl";

see picture attached
Attachments
2013-10-19_224532.jpg

tickstory
Posts: 4899
Joined: Sun Jan 06, 2013 12:27 am

Re: stopout mode/stopout level

Post by tickstory »

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.

tcferreira
Posts: 31
Joined: Thu Nov 15, 2012 12:16 pm

Re: stopout mode/stopout level

Post by tcferreira »

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.

tickstory
Posts: 4899
Joined: Sun Jan 06, 2013 12:27 am

Re: stopout mode/stopout level

Post by tickstory »

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.

Hope this helps.

Post Reply