Sends an Alert Email as soon as your Cryptocurrency hits a trigger price.
Due to the highly volatile nature of Cryptocurrencies this script comes in handy when you're day trading.
India's Top cypto exchange "WazirX" lacks this feature where you can set a Trigger Price for your favourite cryptocurrency.
This script helps in timing the market and taking decisions accordingly.
- An account on Binance.com.
- Binance API Key and API Secret Key.
- Follow this video for help regarding the above mentioned point.
- A working dummy email ID.
- The best way to use my script is to firstly clone the git repo where you want to.
- Go to keys.py and enter your Binance API key and Secret Key next to the corresponding variables.
- Enter your dummy email account details in keys.py.
- Go to main.py and run it.
- Enter the Crypto of your choice and set the Trigger Price.
Optional: If you want a live price chart to be displayed as well, please run "withliveplot.py" instead of "main.py" in step (4)
- This script fetches the price of the crypto via the Binance API every 3 seconds.
- As soon as the current price becomes less than or equal to the Alert price, this script sends an email alert to the user's main email.