How to run:
- Pip install all dependencies these include: websocket, talib, tkinter, and matplotlib.
- Run main.py
How to Use:
- On the start up screen choose either Ethereum or Bitcoin as the crypto you wish to trade
- Enter the RSI oversold value you wish the bot to make buys at. The standard is 30.
- Enter the RSI overbought value you wish the bot to make sells at. The standard is 70.
- Click Start.
- After about 14 minutes the bot will have enough data to start making trades.
- View all of the bots trades using the trade history tabs.
- View graphs of the price and RSI movement using the graph buttons.
#Start up Screen
#Main Screen
Important The bot does not use real money and is only performing paper trades, however it can be configured to execute trades with real money by adding in Binance Exchange API calls.