This python package is used to calulate the following trading indicators: Relative Strength Index(RSI), Simple Moving Average(MA), Smoothed Moving Average(SMMA), Exponential Moving Average(EMA), Moving Average Convergence Divergence(MACD), Bollinger Bands, Fibonacci Retracements, Fibonacce Extensions.
pip install tradingindicators
pip install -r requirements.txt
from tradingindicators import indicators
Examples can be found on Github inside the
/examples
directory.