Hi,

Couldn't find any questions about that, so I'm making a new thread.

While working with hour resolutions you can tell that the bars are related to rounded hours.

for example, this is a Debug of Facebook stock, include time, open and close prices while using 

AddEquity("FB", Resolution.Hour);
Time is -> 1/10/2019 10:00:00 AM Open price = 143.2300 Close price = 141.4200
Time is -> 1/10/2019 11:00:00 AM Open price = 141.4300 Close price = 142.8800
Time is -> 1/10/2019 12:00:00 PM Open price = 142.9000 Close price = 143.0100
Time is -> 1/10/2019 1:00:00 PM Open price = 142.9800 Close price = 144.3550
Time is -> 1/10/2019 2:00:00 PM Open price = 144.3600 Close price = 143.5100

(The hours inside the log indicate a different time zone, so 10AM equals to 3PM in trading hour)

If you look at the second row in the log (for example), it related to bar that indicate the time between 15:00 to 16:00 in trading hours, instead of being 15:30 to 16:30 ( and so on...).

Trading hours start from 14:30, what makes the whole "Hour Resolution" being in offset of 30min,

is there any fix for that?

Thanks in advance,

Liad.

Author