When running my Lumibot Pandas backtester in my python script I keep on getting:
Traceback (most recent call last):
File "/Users/montellgreef/Desktop/algostack/backtest.py", line 169, in <module>
strategy = ElliottWaveStrategy()
File "/Users/montellgreef/Desktop/algostack/.venv/lib/python3.10/site-packages/lumibot/strategies/_strategy.py", line 198, in __init__
self.broker.quote_assets.add(self._quote_asset)
AttributeError: 'NoneType' object has no attribute 'quote_assets'
What can I do to fix this issue ?
New contributor
Montell Greef is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1