Hello, 

Im trying to combine these two examples. I'm not sure how I can add new symbols from the universe to my symbol equity list. If my univerese updates daily will I need to initilize the indicators and consolidators daily too? I was trying to change line 70 to     "for security in self._changes.AddedSecurities: " but I wasn't having any luck. 

 

https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/CoarseFundamentalTop3Algorithm.py

https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/MultipleSymbolConsolidationAlgorithm.py

Author