Bybit fix candle limit

This commit is contained in:
Matthias 2022-11-26 13:58:22 +01:00
parent 756921b16a
commit ce213b55a2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Bybit(Exchange):
"""
_ft_has: Dict = {
"ohlcv_candle_limit": 200,
"ohlcv_candle_limit": 1000,
"ccxt_futures_name": "linear",
"ohlcv_has_history": False,
}