SpiralDevelopment / RSI-divergence-detector

RSI divergence detector finds regular and hidden bullish and bearish divergences
MIT License
83 stars 37 forks source link
algorithmic-trading crypto-trading relative-strength-index rsi stock-trading technical-analysis trading

RSI-divergence-detector

Relative Strength Index Divergence Detector

RSI divergence detector finds regular and hidden bullish and bearish divergences

Usage

This project uses TaLib library for some calculations, so install the TaLib library first. Then, clone the project and install other requirements.

$ git clone git@github.com:SpiralDevelopment/crypto-hft-data.git
$ cd crypto-hft-data
$ pip3 install virtualenv
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt

Samples

Result

Here is the result of detected RSI divergences for BTCUSDT pair during 22.11.2020 - 22.03.2022 period in daily timeframe

License

MIT License