ta-lib-python
ta-lib-python copied to clipboard
Python wrapper for TA-Lib (http://ta-lib.org/).
Hey guys! any idea on how coding the Williams Alligator? thanks!
I am trying to read the C source code of HAMMER. I understand the general idea of what is a HAMMER. But it is not clear how specifically it is...
There is no KDJ in this package. Is it possible to add it? Thanks
Hi, I tried to get the bollinger bands, i'm extracting values from binance and getting correct value for rsi and ema. ub, mb, lb = talib.BBANDS(numpy.asarray(closes),20,2,0, matype=MA_Type.SMA) print(closes[-5:]) print(lb[-5:]) print(mb[-5:])...
Hi It just took me hours to install and pip install ta-lib on Ubuntu 20.04. Granted, I am returning to Linux after years on Mac so it might not be...
I am trying to use the EMA 200 function on the BTC/USDT. I have made sure to have more than 201 data samples but the result that I have from...
When I plot RSI, it produces the same chart as CMO does, with only difference of y axis value. The two graphs are exactly the same. I guess one of...
Hi guys, first of all thanks for this awesome library! I can't find Connors RSI in the indicators, is there any plan to implement it or anyway to do it...
ADX seems to work "well", but when i try a low period value it gives really high values, i'm comparing those with tradingview or binance adx values... Up to 7-14...
Is this doable? I tried using `get_cython_function_address` as stated in [Numba docs](http://numba.pydata.org/numba-doc/latest/extending/high-level.html#importing-cython-functions) but it fails because module 'talib._ta_lib' has no attribute `__pyx_capi__`.