Hi,
All I am doing is printing close price values from before_trading_start, but for the previous day, it gives me the close price values at the first minute of market open, and I am expecting the close price from the end of day? Why is this behaving like this? or am I misreading it?
So on 2016-01-05, from before_trading_start() the close price for 2016-01-04 is being given as 102.04, whereas on 2016-01-06, from before_trading_start(), the close price for 2016-01-04 is given as 105.33
Could someone please explain this?
Thanks.