Useful indicators to generate financial technical indicators. Some are based on Talib (but with little tweak to improve perfomance). Others are attemps for basic Rain Forest Machine learning algorithms.
Install all needed external modules with
python -r requirements.txt
from rsi_indicator import RsiIndicator
my_indicator = RsiIndicator()
my_indicator.on_new_candle(candle)
candle is OHLCV based candle
my_indicator.export_data()
- RSI
- CCI
- MACD
- EMA
- ATR
- RF ML
- Volume weighted MACD