mehtadone / CryptoGramBot

A simple telegram bot that sends your balance updates from coinigy, send trade notifications from Poloniex and Bittrex and creates you a trade export for your own spreadsheet magicary.
MIT License
105 stars 41 forks source link

Feature Request] Combine partial sell orders for Binance #47

Open rigide opened 6 years ago

rigide commented 6 years ago

When Binance partially fills sell orders the bot shows multiple sells. Is it possible to have the bot wait until all sells are complete before notifying?

CultureCrypto commented 6 years ago

@rigide Binance fills these as distinct orders though. That's the problem. Sjakil merges orders that occur within a few minutes of each other, though there is a possibility of price difference between "sub-orders"

rigide commented 6 years ago

I figured it was something on the Binance side.. Yes, having a wait time of 1-2 minutes could work and then combine the orders and average the price.