bybit: Add correct funding_fee_timeframe
This commit is contained in:
parent
9bb376296d
commit
72a98943b1
@ -34,6 +34,7 @@ class Bybit(Exchange):
|
|||||||
"ohlcv_candle_limit": 200,
|
"ohlcv_candle_limit": 200,
|
||||||
"ohlcv_has_history": True,
|
"ohlcv_has_history": True,
|
||||||
"mark_ohlcv_timeframe": "4h",
|
"mark_ohlcv_timeframe": "4h",
|
||||||
|
"funding_fee_timeframe": "8h",
|
||||||
"stoploss_on_exchange": True,
|
"stoploss_on_exchange": True,
|
||||||
"stoploss_order_types": {"limit": "limit", "market": "market"},
|
"stoploss_order_types": {"limit": "limit", "market": "market"},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user