femtotrader / pandas_talib

A Python Pandas implementation of technical analysis indicators
MIT License
744 stars 197 forks source link

Update to to support pandas-0.23 #19

Closed yaohongkok closed 6 years ago

yaohongkok commented 6 years ago

This package currently cannot run with panda-0.23. I made fixes for it. Also, there were 2 calculation that were broken. I fixed 2/3, namely EMA and ATR. ROC is still broken but I don't have time to dive deep into it.

I have not tested it with older pandas and do not plan to do so. Perhaps, someone else can do it?

femtotrader commented 6 years ago

Thanks @yaohongkok for your contribution Fixing CI could be an important task to tackle in an other PR