Does Quantopian online algorithm testing include any sorts of things added, such as:
- Is there a default calendar currently in use (if so - is it NYSE or something else).
- Is there a "filler" that places a pre-defined value on days that don't have any data (or days with missing some intraday values), and would that affect data.history() in any way.
- Is the OHLCV data used to calculate, for example - in data.history() - adjusted or un-adjusted?
The return data is adjusted (as per the documentation), but is the data actually used for calculations adjusted or not? - Does Quantopian use saparate intraday/daily feeds for a "bundle", or is daily just recalculated/resampled from the daily minute values?
- What is the intraday dataset CSV format for ingesting into zipline? I managed to ingest some daily datasets, but not intraday (1-minute).
Regards,
C