Configurable entries via. backtest

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

Configurable entries via. backtest

Postby fundjunkie » 16 Oct 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: 26 Jul 2005
Has thanked: 3 times

Postby Stanley Miller » 24 Oct 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.


Return to “MultiCharts”