ta-lib-python
ta-lib-python copied to clipboard
Python wrapper for TA-Lib (http://ta-lib.org/).
I would like to add an indicator for market breadth. It will take an input of closing prices of 100-1000 stocks and return the number of stocks above n-day EMA...
Hey! I implemented TA-Lib to work on cryptocurrency markets. Given some BTC-ALTCOIN markets, prices can be very low. As example: BTC-DOGE has prices like 0.00000022. RSI function returns 0 values....
Hello, I've spent all morning trying to figure out if i'm making some mistake or if its an issue with ta-lib. My CMO inputs have been relatively accurate when close...
Your core.cmo() method is not returning correct values. In the book of New Trading System pg 96 by Chande & Kroll their is a table computing CMO for 10 periods....
Hello! I use `ta-lib` in the `freqtrade` bot. When I plot indicators, It seems that `PLUS_DI` indicator in the `ta-lib` and DMI with ADX smoothing = 14 and DI length...
I have a technical question about the MACD indicator. How is the SignalLine calculated when period = 1? What's your formula then? Best Stefan
As title states, I'm getting a ValueError when I run my code with 4-hour data, but not with 1-hour data. I'm using CSVs. 1-hour data runs perfectly as expected. However,...
Good Morning! How can I get the formulas like the candlestick patterns are calculate in this library? Regards
An interesting phenomenon in Python:  Code of MFI:  The problem is if tempValue1 = (2.86 + 2.7 + 2.73), prevValue = (2.81 + 2.7 + 2.78), which means...
Sorry for the layman's question. Can someone please advise me on this? I tried to analyze stock prices, and I referred to the following site, but I cannot use TA-lib....