twopirllc / pandas-ta

Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
https://twopirllc.github.io/pandas-ta/
MIT License
5.27k stars 1.03k forks source link

problem in squeeze_pro.py #817

Closed partyhead closed 2 months ago

partyhead commented 2 months ago

version pandas_ta-0.3.14b0 import pandas_ta as ta show error for the first line from numpy import NaN as npNaN change it to
from numpy import nan as npNaN
and all working numpy try 1.26 and 2

DOABrownie commented 2 months ago

i had the same issue and this fix works. cheers

bibsn commented 1 month ago

one NaN remain in squeeze_pro.py