Hi All, just wanted to confirm that the best and most accurate way to get a list of symbol holdings in my portfolio at any given time would be:

holdings = [ x.Symbol for x in self.Portfolio.Values if x.Invested ]

Would this be accurate at any given point in time in the algorithm?

Thanks,

Chetan

Author