RSI-notifier is a cryptocurrency trading software that sends email notifications of Relative Strength Index divergences on intraday, and daily timeframes
- Based on Python 3.7+: For botting on any operating system - Windows, macOS and Linux.
- Swing: Get bullish and bearish signals on multiple timeframes.
- Email chart: Achieved with aws, link to charts stored in S3 are sent with the mail.
- Multiple Indicator chart: Get multiple indicators in the emailed chart, such as EMAs.
- Advanced chart: Choice between OHLC or heikin ashi for better trend reading.
- Group Usage: One setup, Multiple people receive the signals.
- Desktop Notification: Useful only if the software is setup on main user computer.
- Multiple crypto-currencies: Select which crypto-currency you want to get signals of.
- Python 3.7.x
- pip
- git
- TA-Lib
- virtualenv (Recommended)
- Install requirements.txt
pip install -r requirements.txt
- Setup an email account that can be used controlled by a program.
- For charts stored in S3:
- Create an S3 bucket
- Install aws-cli and configure access key and secret access key
- Create a config.json like the example ./quant-crypto/quant/config.example.json with:
- The S3 bucket informations
- The email account you just setup
- The emails of the subscribers
run the software with:
python main.py
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.