Hi guys,
Sorry if this is a trivial question, i didn't find anything related to it in the API docs or the forum.
I am running the most simple backtest to see when the handle_data() is being called, but it seems to skip most of the day and calls it every minute ONLY AFTER 16:30, as opposed to literally every 1m as i would expect based on the API docs. (and the last min that is being called on each day is at 23:00).
Can you confirm why that is? Is it by design like that? Am i missing something?
Also can you confirm what is the timezone reference of the data (UTC?) ? Is it uniform across all assets in Quantopian?
The only thing i can think of is being a timezone offset, but NYSE opens at 09:30 ET and it only has 4 hours difference with GMT/UTC time.
Thanks
Photis