fix: bybit's minimal funding fee interval to 1h

This commit is contained in:
Matthias
2025-12-06 15:53:27 +01:00
parent 3ca8e0fb5c
commit 4897080827

View File

@@ -38,8 +38,8 @@ class Bybit(Exchange):
}
_ft_has_futures: FtHas = {
"ohlcv_has_history": True,
"mark_ohlcv_timeframe": "4h",
"funding_fee_timeframe": "8h",
"mark_ohlcv_timeframe": "1h",
"funding_fee_timeframe": "1h",
"funding_fee_candle_limit": 200,
"stoploss_on_exchange": True,
"stoploss_order_types": {"limit": "limit", "market": "market"},