My model only holds a subset of the symbols I track.  What is the best way to count the number of symbols currently held? Is there a count function, can I loop through self.Portfolio, or must I loop through all symbols tracked?  I've tried several things but the only thing that works is looping through all symbols tracked but I think there must be a better way.  Thanks for any help.

Author