bybit: Add correct funding_fee_timeframe

This commit is contained in:
Matthias 2023-02-01 06:55:51 +01:00
parent 9bb376296d
commit 72a98943b1

View File

@ -34,6 +34,7 @@ class Bybit(Exchange):
"ohlcv_candle_limit": 200,
"ohlcv_has_history": True,
"mark_ohlcv_timeframe": "4h",
"funding_fee_timeframe": "8h",
"stoploss_on_exchange": True,
"stoploss_order_types": {"limit": "limit", "market": "market"},
}