Hello,
I tried to run the test script on the first page of the backtrader website and received errors. I received the same error on two different machines.
Can someone help me out?
Traceback (most recent call last):
File "test1.py", line 17, in <module>
cerebro.run()
File "C:\Users\dx\AppData\Local\Programs\Python\Python35-32\lib\site-packages
backtrader\cerebro.py", line 1127, in run
runstrat = self.runstrategies(iterstrat)
File "C:\Users\dx\AppData\Local\Programs\Python\Python35-32\lib\site-packages
backtrader\cerebro.py", line 1207, in runstrategies
data._start()
File "C:\Users\dx\AppData\Local\Programs\Python\Python35-32\lib\site-packages
backtrader\feed.py", line 203, in _start
self.start()
File "C:\Users\dx\AppData\Local\Programs\Python\Python35-32\lib\site-packages
backtrader\feeds\yahoo.py", line 459, in start
super(YahooFinanceData, self).start()
File "C:\Users\dx\AppData\Local\Programs\Python\Python35-32\lib\site-packages
backtrader\feeds\yahoo.py", line 90, in start
super(YahooFinanceCSVData, self).start()
File "C:\Users\dx\AppData\Local\Programs\Python\Python35-32\lib\site-packages
backtrader\feed.py", line 671, in start
self.f = io.open(self.p.dataname, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'YHOO'