Skip to content
Prev 12873 / 15274 Next

quantstrat - model transactions on specific dates

On 10/09/2014 04:00 PM, Mark Knecht wrote:
see the faber_rebal demo.

The rebalance_on argument will call the rebalancing rule(s) on whatever 
periodicity you tell it to, you'll have to have something for them to do.

In the demo, I just changed max order size, but there's no reason you 
couldn't write a (strategy specific) rebalancing rule that wouldn't read 
all the positions, and do transactions on the rebalance date.

Regards,

Brian