I've made this simple project to test, it basically should open position in ETHUSDT as soon as we get first price of it. 

However, for some reason it only shows error in log: “Unable to compute order quantity of ETHUSDT. Reason: ETHUSDT: The security does not have an accurate price as it has not yet received a bar of data…”

But this is the only security I have added, so OnData could only be called if there is a price of ETHUSDT arrived, so why this error happens? Also, eventually it only opens position at 2021-05-03 22:00:00, but judging by my plot there is plenty of price data before that date, starting as early as 2018-05-01, so why it didn't open position earlier? Can somebody explain why this happens? 

Author