Configurable entries via. backtest

Questions about MultiCharts and user contributed studies.
fundjunkie
Posts: 58
Joined: Sep 25 2005
Location: UK

Oct 16 2006

Hi All,
From my initial perusal of the strategy testing and reportig function there doesn't appear to a way to select the method my which market entries will get filled, ie, limit, market, stop or other order types.

Thx
D

User avatar
Stanley Miller
Posts: 556
Joined: Jul 26 2005
Has thanked: 3 times

Oct 24 2006

EasyLanguage allows you to choose between market, limit or stop orders i.e.

buy this bar at close; //market
buy next bar at close + 1 point limit; // limit
sell next bar at close - 1 point stop; // stop

Please let me know if this is what you are looking for.