Open AxelDeneu opened 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.
@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...
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 .
increasing the wait time seems to help
I keep getting UNKNOWN ORDER and Insuffisent balance message with the latest commit. Am I the only one ?