ta-lib-python
ta-lib-python copied to clipboard
missing method signatures in PyCharm
When I type talib.SMA() in pycharm, it says "Cannot find reference 'SMA' in 'init.py' ". The code can run without error. I'm using TA_Lib-0.4.21-cp37-cp37m-win_amd64.whl, python3.7.1, pycharm. Changelog says that talib-0.4.19 fixed missing method signatures in PyCharm, but I still got this problem. I also have a python3.8 environment that has talib-0.4.19 installed which doesn't have this problem. I'm wondering what is the problem here.
Has the problem been solved?