Hello guys,

i am recently encountered this issue by using Event Datasets from TradingEconomics. 

During the algorithm initialization, the following exception has occurred: Exception has been thrown by the target of an invocation. symbol must not contain the characters '|' or ' '. Parameter name: symbol

I just can't get my head around how to use it. Is this me or is it a bug? Because Calendar Datasets does not throw an error.

self.interestRate = self.AddData(TradingEconomicsCalendar, TradingEconomics.Calendar.UnitedStates.InterestRate).Symbol

 

Thanks in advance!