I am running an algo that gathers about two years of data before it starts trading (and from then on uses a rolling two year window going forward). I'm mainly using Zipline right now, but porting back to quantopian API soon.
As is, it seems that the performance stats (e.g. the benchmark cumulative return) are running for two years before I make a trade. Is there some way to set a specific date for that data collection to begin?
I can tweak it myself in most cases - there's got to be a better way, but I don't see it in the doc.
TIA