Open wiseryfendy opened 3 years ago
Hey there!
Can you send your code?
Thomas
Have you tried or test the code? Below is the code. Just basic code
order = await client.create_order( symbol = pair, side = Side.BUY.value, order_type = OrderType.LIMIT.value, time_in_force= TimeInForce.GTC.value, price = Decimal(price), quantity = Decimal(quantity), new_client_order_id= order_id, test = test_mode ) print(order)
For the price I get it from fetch_klines()..
It has been more than 1 month... Is there any updates? Or nobody is looking at this problem?
Hi,
I got an error "invalid price" for only SHIB pair. Can you check? I'm using version 1.8.4