Page 1 of 1

Configurable entries via. backtest

Posted: Oct 16 2006
by fundjunkie
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

Posted: Oct 24 2006
by Stanley Miller
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.