Use unified stopPrice argument

pull/6465/head
Matthias 4 years ago
parent 1b91be08fe
commit f3421dfa9f

@ -59,7 +59,7 @@ class Huobi(Exchange):
try:
params = self._params.copy()
params.update({
"stop-price": stop_price,
"stopPrice": stop_price,
"operator": "lte",
})

Loading…
Cancel
Save