Use unified stopPrice argument
This commit is contained in:
@@ -59,7 +59,7 @@ class Huobi(Exchange):
|
||||
try:
|
||||
params = self._params.copy()
|
||||
params.update({
|
||||
"stop-price": stop_price,
|
||||
"stopPrice": stop_price,
|
||||
"operator": "lte",
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user