ematvey / pybacktest

Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier — compact, simple and fast
MIT License
807 stars 241 forks source link

Upgrade pandas for deprecated .ix() #32

Closed tuan2174 closed 3 years ago

tuan2174 commented 3 years ago

Replace .ix() with .loc(). Use Pandas 0.20 or above for deprecated .ix(). Add 'pandas-datareader' in setup.