CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.41k stars 777 forks source link

Check API keys before running #109

Closed getsec closed 3 years ago

getsec commented 3 years ago

Runs check against client.get_account() before script running to ensure we have good access before we start the bot.

Also, added a --notimeout arg to skip 30s timeout.