diff --git a/freqtrade/exchange/hyperliquid.py b/freqtrade/exchange/hyperliquid.py index b1e5c28ce..2807f1be6 100644 --- a/freqtrade/exchange/hyperliquid.py +++ b/freqtrade/exchange/hyperliquid.py @@ -32,7 +32,6 @@ class Hyperliquid(Exchange): _ft_has_futures: FtHas = { "stoploss_on_exchange": True, "stoploss_order_types": {"limit": "limit"}, - "marketOrderRequiresPrice": False, } _supported_trading_mode_margin_pairs: list[tuple[TradingMode, MarginMode]] = [