Forward test with odd lots?

Agreed.

Why not model order latency in your backtest?

Estimate your round trip order latency from market data to order fill, then in the backtest data, look for the tick that would trigger the order to be placed, wait the round trip time, then look for a fill.

It woudl avoid false fills on price spikes that have little chance of getting a fill.
 
Quote from 6pst6:

The strategy wouldn't be share heavy (max 400, more than likely ~200) with several dozen open positions at once. Partial fills and averages won't have a large impact and are easier to calculate.

Why not run it on a simulator? Since liquidity probably wont be an issue (200-400 shares) that shouldnt be an issue.
 
Back
Top