Hi everyone ! 

I am relatively new on QuantConnect and I am looking for some help that I am sure it might be easy for some of you. 

I am creating an Equity strategy that is involving multiple tickers and indicators. I managed to create the same strategy with one Equity (it works !) but multiple tickers is different. After looking at the documentation and the forum, it seems that I need to use the Class SymbolData to keep all my indicator so each tickers can be referred to it. The problem is that I think I am using wrong terminologies to connect everything and the code is not working. I also don't really know where I should update my indicator (I guess the Ondata def). 

Please let know where my code is falling or if you have a code example that is very similar I would be able to work from it. 

 

 

 

Thank you, 

Romain