@theochenko this issue is solved but now when I'm downloading data it marks me : FileNotFoundError: [Errno 2] No such file or directory: 'AAPL'
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Posts made by theochenko
-
RE: Yahoo Data Feed
-
Yahoo Data Feed
Traceback (most recent call last):
File "/Users/bognertheo/python/backtraderSMA.py", line 25, in <module>
data = bt.feeds.YahooFinanceData(dataname='AAPL', fromdate=datetime(2020, 1, 1), todate=datetime(2022, 1, 1))
TypeError: 'module' object is not callableHi, can someone indicates me how to solve that issue ? I'm a fairly new user of bt.