Hello,
I'm have produced a date, open, high, low, close, volume, dividend, split csv sampled at a hourly frequency that I want to ingest as a custom bundle for zipline. I have managed to do it at a daily frequency, but not at a hourly frequency.
When using
zipline ingest -b my-hourly-bundle
I got the following error:
AssertionError: Got 50642 rows for daily bars table with first
day=2013-01-04, last day=2018-10-15, expected 1418 rows.
What files/config should I change so that zipline would be able to ingest this hourly data from a csv?
Many thanks,