Skip to content

BitJunky/crypto-signal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Signals

This script will automate the Technical Analysis for coin pairs on Bittrex

It's also intended to alert you when a breakout occurs through your desktop, SMS, and console.

Technical Analysis Automated:

  • Relative Strength Index (RSI)
  • Ichimoku Cloud
  • Simple Moving Average
  • Exponential Moving Average
  • Breakouts

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

How to use

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

About

Automated crypto Technical Analysis (TA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%