TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.46k stars 1.74k forks source link

talib module has not RSI member #364

Open makin4990 opened 3 years ago

makin4990 commented 3 years ago

Hi i have this issue. How can i fix it

image

mrjbq7 commented 3 years ago

What editor? What version of ta-lib? What version of python?

I had made a fix here f4b0d2b717cd004820d0abffc1bf423cc6a7c7ef that made this work for PyCharm.

makin4990 commented 3 years ago

VSCode ta-lib version: TA_Lib-0.4.19-cp37-cp37m-win_amd64

mrjbq7 commented 3 years ago

That version should have the PyCharm fix, so perhaps I need to do a bit more work to make pylint aware of the functions.

Thanks for the report!