I have generated a CSV file with daily positions that I would like to run through the backtester:
http://viridianhawk.dreamhosters.com/static_assets/bf4positions.csv
However I've tried both fetch_csv()
and the self-serve data features, and both are forward-filling my data such that the positions just accumulate. The CSV file only has roughly 20 tickers per date, but both len(data.fetcher_assets)
for the fetcher and len(context.output.index)
for self-serve keep growing each day until they are thousands large.
This is not the behavior I expected from reading the docs, nor have I observed it with other datasets that I've uploaded, and I hope it is not occurirng, because I'll have to start over on those as well then.
If I intend for a value to be NULL do I need to explicitly send it in as NULL?