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

Can someone double check "CDLKICKING - Kicking" and "CDLKICKINGBYLENGTH - Kicking - bull/bear determined by the longer marubozu". Ran the Pattern Recognition functions on QQQ and I should have gotten...

I imported the Talib library to use the SMA function. `import talib` `feed.pop(0)` `feed.append(json.loads(message)['p'])` `print(talib.SMA(numpy.array(feed)))`

Do you plan to add an Awesome Oscillator?

Dear, I tried out the CDL3BLACKCROWS function using the following codes. But it doesnt seem to work well..? I am using talib 0.4.17 ``` from plotly.offline import plot import plotly.graph_objs...

I'm not sure if you are willing to pay for TravisCI, but it will cost you about $69 USD per month once your 10K free credits are used. Additionally, OSX...

> I'm also getting zeroes for the last 26 values of returns in my backtest when using the BBands and matype=7 MAMA. I'm experiencing the same behavior for the upper...

great code thanks may you clarify : will it work for multivariate time series prediction both regression and classification 1 where all values are continues values weight height age target...

- removed python 2 support in travis - wheels built via [cibuildwheel](https://github.com/joerick/cibuildwheel) - automatic upload to pypi via [twine](https://github.com/pypa/twine)

I have a 2-D array which contains lots of nans. Each column has 244 not nan float number When calculating the MA of each column, the function gives the correct...

Hi, Can we use this library with our business/company ? full usage and no limitations correct ?