mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
fix: add stop_price_prop for hyperliquid
temporary workaround for #10960
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user