ta-lib-python icon indicating copy to clipboard operation
ta-lib-python copied to clipboard

Python wrapper for TA-Lib (http://ta-lib.org/).

Results 173 ta-lib-python issues
Sort by recently updated
recently updated
newest added

I am getting substantially different values from ta-lib with respect to both Binance and Trading view. All three indicators: STOCH, RSI, MACD return different values. Sometimes the difference is negligible,...

The instructions before were general instructions and not code

I have tried every possible way to calculate RSI, but the talib.RSI calculation disagrees with all other packages, libraries and methods to calculate RSI. Is there anybody who knows how...

Hi, Sometimes I encounter that the NATR indicator data via talib is wrong? when the value is good : please check in attachment : the data of the NATR indicator...

Any idea on how implement this? i've tried to find any implementation but i wasn't able to find it :)

Hey! i was trying to find the RVI (or RVGI) indicator but seems that is not implemented, does anyone knows how? thanks!

Hi, I am trying to use: `macd, macdsignal, macdhist = talib.MACD(close, fastperiod=12, slowperiod=26, signalperiod=9)` but not clear what are in Macd, macdsignal & macdhist variables ? I suppose that: macd...

As mentioned above, I hope it could make others to create their own custom "pluginable" indicator under this ta-lib library using python language. However, since this library is written in...

## problem - if some talib function is called and produces some error, and this is handled by `try-except`, then the subsequent calls to this or other talib functions gives...

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...