Open JavierAntoran opened 3 years ago
It has to do with the pandas version. You need to downgrade to pandas 1.1.5 as bta-lib hasn't been updated to the 1.2.x versions yet. (maybe we can have an update here?) This should have been added to install requirements for bta-lib anyway, but that's another topic.
Let me know, if this works for you.
When I run
or
with btc_df.high, btc_df.low and btc_df.close being columns from a pandas data frame (series of floats).
I get:
TypeError Traceback (most recent call last)