mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: explicitly disable hyperliquid websockets
Add comment explaining the reason
This commit is contained in:
@@ -28,6 +28,8 @@ 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,
|
||||
}
|
||||
_ft_has_futures: FtHas = {
|
||||
"stoploss_on_exchange": True,
|
||||
|
||||
Reference in New Issue
Block a user