Closed KevinBaudin closed 2 years ago
Hello @KevinBaudin , Some of the parameters such as the type were not correct for opening a stop-limit order in Huobi. Besides that, the operator parameter was missing and it's a mandatory piece of information for this exchange.
Please checkout these examples where stop-limit orders are being created: https://github.com/ccxt/ccxt/blob/master/examples/py/huobi-spot.py
Thanks
I managed to create a limit order on ccxt with exchange huobipro, but can't manage to perform a
stop-limit
. What am I doing wrong here? I tried different prices, str and float prices...Additionnal question: I can't find stop-limit open orders from huobipro I did (from huobi interface) a stop-limit sell on ADA/USDT but
exchange.fetch_open_orders('ADA/USDT', params={"type":"sell-limit"})
returns me[]
Thanks all for the great job on ccxt !