yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.49k stars 824 forks source link

UNKNOWN ORDER #212

Open AxelDeneu opened 6 years ago

AxelDeneu commented 6 years ago

I keep getting UNKNOWN ORDER and Insuffisent balance message with the latest commit. Am I the only one ? image

ykartal commented 6 years ago

Duplicate of https://github.com/yasinkuyu/binance-trader/issues/199

msmmi commented 6 years ago

No me too... I guess this is causing the error : sell_order = Orders.sell_limit(symbol, quantity, sell_price)

    sell_id = sell_order['orderId']
    print('Sell order create id: %d' % sell_id)

    time.sleep(self.WAIT_TIME_CHECK_SELL)

    if sell_order['status'] == 'FILLED':'

I see my order is placed on biananc but app is not getting that.... I guess sale order should be checked through API something like that not sure.

RedcoatAsher commented 6 years ago

@ykartal it is, but you mentioned it to be closed before it was 100% working. I am getting the error again too with the latest back-merge...

screen shot 2018-03-07 at 12 56 19 pm

msmmi commented 6 years ago

It has error too I am working on it back-testing it its fine I will update again.

Thank you

On Thu, Mar 8, 2018 at 2:58 AM, Asher Peruscini notifications@github.com wrote:

@ykartal https://github.com/ykartal it is, but you mentioned it to be closed before it was 100% working. I am getting the error again too with the latest back-merge... [image: screen shot 2018-03-07 at 12 56 19 pm] https://user-images.githubusercontent.com/6314239/37117840-39ef2e68-2207-11e8-96f7-0bdf7d53bb31.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yasinkuyu/binance-trader/issues/212#issuecomment-371282350, or mute the thread https://github.com/notifications/unsubscribe-auth/AI2i3m2lpYfN3b6LTbmN3hOxViW4kH6gks5tcEn7gaJpZM4SPWN4 .

Aussiebjl commented 6 years ago

increasing the wait time seems to help