The problem I have is that in my CoarseFundamental function I cannot get the correct current price. I have tried using x.Price, History requests and even an indicator to no avail as they all only give yesterday's close as the latest value.

I was wondering is this a bug or an intentional design because I would like to get the difference between yesterday's close and current price but it seems I can't find how to do that.

 

I have attached a backtest where the lastest value of TSLA on the 10th of June 2020 is 188.13 but looking at quotes it seems that the low on that day was 196.50.

Author