UPetit / python-binance-profit

Script to submit a buy order followed by an automatic sell OCO order
MIT License
47 stars 15 forks source link

Issues fix #10

Closed UPetit closed 3 years ago

UPetit commented 3 years ago

Change some print msg Add cancel order method to client Add a retry loop if the buy order can't be fetched Add the buy order cancellation after 3 retries Add the script termination if the buy order has been cancelled manually

Resolves #1, Resolves #8

UPetit commented 3 years ago

The retries to fetch the order through Binance API have not been tester as I don't know when Binance is overloaded :/