mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
feat(hyperliquid): fix a few settings to make spot work properly
This commit is contained in:
@@ -25,10 +25,15 @@ class Hyperliquid(Exchange):
|
||||
"l2_limit_range": [20],
|
||||
"trades_has_history": False,
|
||||
"tickers_have_bid_ask": False,
|
||||
"stoploss_on_exchange": True,
|
||||
"stoploss_on_exchange": False,
|
||||
"exchange_has_overrides": {"fetchTrades": False},
|
||||
"stoploss_order_types": {"limit": "limit"},
|
||||
"funding_fee_timeframe": "1h",
|
||||
"marketOrderRequiresPrice": True,
|
||||
}
|
||||
_ft_has_futures: FtHas = {
|
||||
"stoploss_on_exchange": True,
|
||||
"stoploss_order_types": {"limit": "limit"},
|
||||
"marketOrderRequiresPrice": False,
|
||||
}
|
||||
|
||||
_supported_trading_mode_margin_pairs: list[tuple[TradingMode, MarginMode]] = [
|
||||
|
||||
Reference in New Issue
Block a user