backtrader2 / backtrader

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

fix issue #33 : from pandas ols to statsmodels ols #62

Closed FGU1 closed 2 years ago

FGU1 commented 3 years ago

Modification of ols.py file : pandas ols is depreciated and have been switched to statsmodels. No test file in this commit as statsmodels ols fail with pypy in travis ci.