mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-19 02:40:58 +00:00
feat: enable websocket support for hyperliquid
This should be treated as experimental (experimental).
This commit is contained in:
@@ -28,8 +28,7 @@ class Hyperliquid(Exchange):
|
||||
"stoploss_on_exchange": False,
|
||||
"exchange_has_overrides": {"fetchTrades": False},
|
||||
"marketOrderRequiresPrice": True,
|
||||
# ws causes tons of warnings on low timeframes due to low volume on many coins
|
||||
"ws_enabled": False,
|
||||
"ws_enabled": True,
|
||||
}
|
||||
_ft_has_futures: FtHas = {
|
||||
"stoploss_on_exchange": True,
|
||||
|
||||
Reference in New Issue
Block a user