binance-trading-bot-new-coins icon indicating copy to clipboard operation
binance-trading-bot-new-coins copied to clipboard

No sell order created on GNO listing

Open bragg2012 opened this issue 2 years ago • 9 comments

Hey, buy order created this morning for GNO but no subsequent sell order was triggered. Unfortunately I don’t have any logs as I was running it in the background. Did anyone else experience this?

bragg2012 avatar Aug 30 '21 09:08 bragg2012

This error was already mentioned in #19, with included logs.

Nishok avatar Aug 30 '21 09:08 Nishok

Hi - I don’t think that’s the same issue, #19 is around buying late. Mine also bought late, but then never sold and looks like it might have bombed out when trying to sell as it was no longer running. Will run again in the foreground see what happens next time. I reddit user also posted this morning that they bought but no sell order was triggered.

bragg2012 avatar Aug 30 '21 09:08 bragg2012

Mine bought high in the first second and then didn't sell. Looks like the idea was good, but it just instantly shoots up in price causing high buy orders. Can probably still be used for minor gains if the sell bug gets fixed.

Emilvang avatar Aug 30 '21 14:08 Emilvang

My run also did not create a sell order and spammed 'volume'. When looking up the order to sell, it tries to access the field 'volume', which does not exist in order.json. My guess that it should be 'executedQty' instead. Also, it is somewhat slow to write/read order.json from disk between buy and sell.

kevinluchsinger avatar Aug 30 '21 16:08 kevinluchsinger

I also got the 'volume' spam.

Emilvang avatar Aug 30 '21 19:08 Emilvang

^ here too

ibemember3 avatar Aug 31 '21 07:08 ibemember3

order.json - Kopie.txt remove clientid and clientorder id

nevsnevs avatar Aug 31 '21 07:08 nevsnevs

@CyberPunkMetalHead FYI on the qty/volume issue on real orders.

bragg2012 avatar Aug 31 '21 16:08 bragg2012

Thanks, yes issue is there for live orders. That's because the trades.json schema for live and test orders are different. I will work on fixing this soon.

CyberPunkMetalHead avatar Sep 03 '21 10:09 CyberPunkMetalHead