Currently using self.Securities[symbol].Holdings.Quantity to view how much I am invested per symbol. When I run the algorithm live, the code just returns 0 even though I am currently holding more than 1 for several symbols. In the backtest, self.Securities[symbol].Holdings.Quantity works as expected.  Should I be using something else to view the amount of crypto currencies owned?