fix: add stop_price_prop for hyperliquid

temporary workaround for #10960
This commit is contained in:
Matthias
2024-11-21 06:44:51 +01:00
parent 69be62f1e6
commit 18b0dfe28c

View File

@@ -31,6 +31,7 @@ class Hyperliquid(Exchange):
_ft_has_futures: FtHas = {
"stoploss_on_exchange": True,
"stoploss_order_types": {"limit": "limit"},
"stop_price_prop": "stopPrice",
"funding_fee_timeframe": "1h",
"funding_fee_candle_limit": 500,
}