Track 250+ crypto currencies and their trading signals through Crypto signals.
Technical Analysis Automated:
- Relative Strength Index (RSI)
- Ichimoku Cloud (Leading Span A, Leading Span B, Conversion Line, Base Line)
- Simple Moving Average
- Exponential Moving Average
- Breakouts
Features:
- Tracking for over 250 coins on Bittrex
- SMS alerts for coin breakouts and price changes
- Well documented script
- Automated Technical Analysis that's implemented from scratch for simplicity and ease of use
You can build on top of this tool and implement algorithm trading and some machine learning models to experiment with predictive analysis.
Coming Soon:
- MACD
- Bollinger Band
- Web Client :)
Shoutouts:
- To Bittrex for an awesome API
- Eric Somdahl for writing the Python wrapper for the Bittrex API
- Ryan Mullin for implementing the getHistoricalData() method on v2 of the Bittrex API
To install the dependencies for this project, run "pip install -r requirements.txt"
Add a secrets.json file to the root directory of your project.
The contents of the file should mirror the following:
{
"bittrex_key" : "BITTREX_API_KEY",
"bittrex_secret" : "BITTREX_SECRET",
"twilio_key": "TWILIO_API_KEY",
"twilio_secret": "TWILIO_SECRET",
"twilio_number": "TWILIO_PHONE_NUMBER",
"my_number": "YOUR_PHONE_NUMBER"
}
If you don't want to use the Twilio notifications, you can remove the code
Navigate to your file directory in terminal, run with "python app.py"
I am not your financial advisor, nor is this tool. Use this program as an educational tool, and nothing more. None of the contributors to this project are liable for any loses you may incur. Be wise and always do your own research.