chore: hyperliquid doesn't have mark candles
it uses regular futures candles as multiplicator for funding fees.
This commit is contained in:
@@ -39,6 +39,7 @@ class Hyperliquid(Exchange):
|
|||||||
"stop_price_prop": "stopPrice",
|
"stop_price_prop": "stopPrice",
|
||||||
"funding_fee_candle_limit": 500,
|
"funding_fee_candle_limit": 500,
|
||||||
"uses_leverage_tiers": False,
|
"uses_leverage_tiers": False,
|
||||||
|
"mark_ohlcv_price": "futures",
|
||||||
}
|
}
|
||||||
|
|
||||||
_supported_trading_mode_margin_pairs: list[tuple[TradingMode, MarginMode]] = [
|
_supported_trading_mode_margin_pairs: list[tuple[TradingMode, MarginMode]] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user