binance-trader icon indicating copy to clipboard operation
binance-trader copied to clipboard

UNKNOWN ORDER

Open AxelDeneu opened this issue 7 years ago • 5 comments

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

AxelDeneu avatar Feb 22 '18 13:02 AxelDeneu

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

ykartal avatar Feb 22 '18 22:02 ykartal

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.

msmmi avatar Mar 06 '18 20:03 msmmi

@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

RedcoatAsher avatar Mar 07 '18 20:03 RedcoatAsher

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 [email protected] 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 .

msmmi avatar Mar 07 '18 23:03 msmmi

increasing the wait time seems to help

Aussiebjl avatar Apr 22 '18 05:04 Aussiebjl