Hi there,

Assuming history data is in UTC. Setting BarZone to, say, ET will create all bars in ET zone. So, all price() functions will return the corresponding values (high, Low, etc) for bars with ET timestamps. dayHigh/dayLow/.. functions have a time zone arg. Should I set that to 0 in order to get the prev. day high/low/etc since the data has already been adjusted already to ET?

Thank you