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

Hi I am trying to use "obv" in my strategy but since the obv indicator y_axis is not giving you valuable pieces of information, we need to measure the slope...

Good day. this problem occurs in both PyCharm and VS Code. When importing talib, there are no available methods (because of which you have to use the Function method and...

I have tried use the following to install the ta-lib in Anaconda: ... conda install -c quantopian ta-lib ... But I get message as follow: Fetching package metadata ............. Solving...

Hi. I am installing talib on my elementary linux (ubuntu) and it throws me the following error: pip3 install ta-lib Collecting ta-lib Using cached TA-Lib-0.4.18.tar.gz (265 kB) Requirement already satisfied:...

Hi; any plans on distributing wheels? (x86_64 Ubuntu 18.04 server especially)

When setting signalperiod = 1 in function MACD, the last two results of the bar value is not in a stable condition, and always approaching 0. How the function calculates...

This maybe a silly question but is there a method of using an indicator (e.g. SMA) on a variable (e.g. unemployment rate) to pridect when to buy and sell a...

Hi, several Statistical Features of the "Stylized Facts of Asset Returns" are missing in the Library. In particular: Asset Returns, Kurtosis, Skewness, of a Non-Gaussian Distribution of Asset Returns. I...

First of all, thanks for this library. I tried using patterns from your library by adding the graphs: inputs = { 'open' : df['open'], 'high' : df['high'], 'low' : df['low'],...

It would be convenient, if the library would handle datatype conversions behind the scenes automatically, for example, when I pass in a List as an input, but it expects a...