Trent its pretty straight forward. My sytstem is set up for 1% selection bias at 100 trades. If my explorer comes up with less than 100 trades… EG 50, then I adjust the csv file to place orders for twice the size… If there are more than 100 orders then I dont make any adjustments.
The code change is a cumbersome method of seeing how many orders were generated on any given day over the entire back test.
(it seems that craig has shown me code above that may make this processs simpler.)
I run my original system as normal, and only scaling up all orders equally on the days where the explorer generates less than 100 orders…
This works for my model, so I thought Id share it. It may not work on all models.