My goal is to get self.tickers to be populated so that I can iterate through them and perform technical analysis on each ticker.  I want to be able to specify a stock manually as well as have the output of the Universe selector added.  I tried setting self.tickers = self.AddedSecurities, and also tried doing something like 


self.tickers = filteredSymbols + self.manually_selected

 in the Fine Selector

Can anyone please point me in the right direction here?