Hi,

Using the rotational mode backtester, does anyone know how to model slippage?  
I want to set to X number of ticks.  In normal backtesting mode I could 
directly set buyprice and sellprice.

e.g. 
// two tick slippage on stocks
Buyprice = Close + .02;
Sellprice = Close - .02;

This does not seem to work with the rotational backtester.

Craig




Reply via email to