I’m trying to initialize my python algorithm on the Quantconnect.com platform and I keep getting this runtime error:
‘MethodBinding’ object has no attribute ‘symbol’ at initialize self.newma=self.SMA(self.ticker.symbol,100)
Can someone who is familiar with the quantconnect platform please help me?
Thanks
I entered the following code and still got the error message:
self._symbol = self.add_crypto(“BTCUSD”,Resolution.Minute).symbol
New contributor
jds333 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.