backtrader2 / backtrader

Python Backtesting library for trading strategies
https://www.backtrader.com
GNU General Public License v3.0
238 stars 54 forks source link

Yahoo 'no such file or directory error' #3

Closed neilsmurphy closed 4 years ago

neilsmurphy commented 4 years ago

Taken from bt issues: Prevent YahooFinanceData from throwing No such file or directory: since Yahoo's response type has changed

For context

It's unfortunate because it breaks the example on the page at https://www.backtrader.com/home/helloalgotrading/

ronnyli commented 4 years ago

Port over yinghang's PR: https://github.com/mementum/backtrader/pull/401 (I'll do it after waiting 24hrs for the original author)

vladisld commented 4 years ago

Closing this issue, since it was fixed in #4