ta-lib-python
ta-lib-python copied to clipboard
Python wrapper for TA-Lib (http://ta-lib.org/).
Brilliant work on this package! In the 61 patterns in the Pattern Recognition, which of those are formed from 2 or 3 candlesticks? Some obvious, that can be told from...
Hello I am a new python user and got annoying error "" **TypeError: Invalid parameter value for nbdevup (expected float, got int)** "" When I use **bt.talib.bband** in my strategy...
Have you got any plans on adding a fractals indicator, I can’t find any reference to fractals in your documentation
Hello everyone, i've been hurting my head for the past days trying to make a very simple MACD strategy on the 1D interval. When MACD crosses Up --> Buy When...
hi : i've got error like : `TA_SMA function failed with error code 12: Out-of-Range Start Index (TA_OUT_OF_RANGE_START_INDEX` is there any way to help me ?
`def search_pattern(symbol): data = yfinance.download(symbol, period = "60d", interval = "1h" , progress = False ) #candlestick_patterns is python dictionary of pattern's function name used in Talib and full name...
1. Compile binary with Nuitka 2. Run the binary, it show error: (talib) X:\stock\code\tastock\tusc.dist>tusc.exe Traceback (most recent call last): File "X:\stock\code\tastock\tusc.dist\tusc.py", line 3, in File "X:\stock\code\tastock\tusc.dist\talib\__init__.py", line 72, in ModuleNotFoundError:...
Is there a quick way to add all indicators as columns to my pandas dataframe / or equivalent OHLV numpy without having to call them individually?
Hello, I wanted to propose to extend this project with a chart pattern detection. So it should be possible to detect double tops/bottoms, and so on. I suggest this because...
Hello, I am trying to download TA-Lib and it seems the formulae is wrong. I am on MAC OS Catalin. thx for your help