CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.22k stars 302 forks source link

fix-selling-errors #29

Closed mikeczabator closed 3 years ago

mikeczabator commented 3 years ago

fixes selling failure error handling .

pushes the removal of orders.json to happen only when the sell was successful and test_mode=false.
makes trade_client.py return an exception when a sale is failed.

mikeczabator commented 3 years ago

fixes #26