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 place_order() #26

Closed mikeczabator closed 3 years ago

mikeczabator commented 3 years ago

coin['volume'] will throw a error string indices must be integers at the time of sale when place_order is being called.

coin['volume'] is not necessary here since we have already set this value to volume on line 72.