I keep on getting the runtime error below even though I already confirmed that the particular symbol(s) triggering the error is(are) indeed in the Securities object.

 

Runtime Error: Please register to receive data for symbol 'CMCSA' using the AddSecurity() function.
  at ema_filter
    self.ema5 = self.EMA(self.Securities[symbol].Symbol, 5, Resolution.Daily)