carkod / binbot

An API, React app dashboard, Telegram bot to monitor and trigger bots for cryptocurrency trading
5 stars 14 forks source link

Track order status #587

Closed carkod closed 3 days ago

carkod commented 2 months ago

When a SPOT bot is opened, there is no current way to track this status. This means, an order could be not fulfilled and drained the current balance while the order is on hold for market bidders/askers.

Revert back to checking order status, but now we can check back in the market_updates whether the order is fulfilled or not.