bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 337 forks source link

Orders Not Filled #42

Closed kuuulwin closed 5 years ago

kuuulwin commented 5 years ago

When the script initiates the first BUY/SELL or last BUY/SELL orders might not be completely filled. That may or may not lead to the orders getting stuck, it depends on whether the program accounts for it.

Total here supposed to be 0.01 as in MAX

Screen Shot 2019-03-26 at 12 05 50

Total here supposed to be 45 as in MAX

Screen Shot 2019-03-26 at 12 06 11

Is there a way to let it overBuy and finish the triangle rather than underBuy? Or somehow account for it when executing the trades?