Hello!

I encountered the ff error in my program (the attached one):

 

Runtime Error: Exception : Please register to receive data for symbol 'A RPTMYV3VC57P' using the AddSecurity() function...at CoarseSelectionFunction in main.py:line 113

To fix the error, I put the ff. code in main.py line 72:

self.AddSecurity(SecurityType.Equity,'A RPTMYV3VC57P', Resolution.Daily)

However, I still get the following error:

Runtime Error: Exception : Please register to receive data for symbol 'AA WF7IHVI76I5H' using the AddSecurity() function...at CoarseSelectionFunction in main.py:line 113

What is the best way to fix the error? 

Appreciate the response! 

Author