Hello all,
Would you please explain exactly what the default slippage values refer to? I understand the commission numbers. But the slippage numbers do not seem to reflect what I think they should mean ...
I would particularly like to know how to set a percent slippage of 5 basis points for buying, 5 basis points for selling. And be able to raise the volume limits substantially (ie allow the backtest to take 100% of historical volume during the minute bars).
Here is the default, as a reminder:
set_commission(commission.PerShare(cost=0.0075, min_trade_cost=1))
set_slippage(slippage.VolumeShareSlippage(volume_limit=0.025, price_impact=0.1))
Thanks,
ted