backtrader2 / backtrader

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

YahooDinanceData fromdate, todate fix #71

Closed happydasch closed 2 years ago

happydasch commented 2 years ago

both params are needed in request. added default values if dates not provided, fixed also wrong todate check.

Replaces https://github.com/backtrader2/backtrader/pull/70

neilsmurphy commented 2 years ago

Travis not required as this is yahoo module.