Make sure you have the following installed on your system
- Python 3
git clone https://github.com/ndiecodes/binance-trading-bot.git botcd botcp config.example.py config.py- then fill in your configurations.pip install -r requirements.txtpython main.py- On a different terminal session or tab
This Simple bot buys when the last RSI value is below 30 and sells when RSI value is over 70. That's all it does folks!