Use unified stopPrice argument
This commit is contained in:
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…
Reference in New Issue
Block a user