Skip to content

amoulkaf/rsi-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSI-notifier

RSI-notifier is a cryptocurrency trading software that sends email notifications of Relative Strength Index divergences on intraday, and daily timeframes

Table of Contents

Features

  • 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.

Prerequisite

Quick-start

  • 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

Usage

run the software with:

python main.py

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages