CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 268 forks source link

Some nice refactor at main.py, some more comments #26

Closed sonic182 closed 3 years ago

sonic182 commented 3 years ago
sonic182 commented 3 years ago

This logic may be interesting to be done with websocket stream, by receiving any market price update (aka last_price in this code) and check the orders. Also to connect it with a telegram bot, etc...

CyberPunkMetalHead commented 3 years ago

Thanks @sonic182, a multithreading version has just been merged. Are you able to resolve conflicts and speed test your build?