yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.49k stars 824 forks source link

Can't find buy order #231

Open Maathouse opened 6 years ago

Maathouse commented 6 years ago

Hi!

Im using a old version which i slightly modified to fit my preferences. After an buy order is initiated, it sometimes can't find it afterwards. This results in an open buy order while the bot continues and prints that there is a server delay.

        if not buy_order:
            print ("Server seems delayed, rechecking.")
            return

Any idea how to fix this?

Regards, Maathouse