TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.
- Includes 150+ indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands, etc.
- Candlestick pattern recognition
- Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET
I have tried a few ways to install it:
pip install ta-lib
and
conda install -c quantopian ta-lib
both shows that I need to downgrade my python==3.8 to lower version, which I can’t, especially, I need to use keras tunner.
There is a way to install TA-Lib for any version of python in Anaconda as shown in this video: