mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Increase bybit ohlcv_candle_limit to 1000
This commit is contained in:
parent
03150ee09a
commit
1f23727ff7
|
@ -27,7 +27,7 @@ class Bybit(Exchange):
|
|||
"""
|
||||
|
||||
_ft_has: Dict = {
|
||||
"ohlcv_candle_limit": 200,
|
||||
"ohlcv_candle_limit": 1000,
|
||||
"ohlcv_has_history": True,
|
||||
}
|
||||
_ft_has_futures: Dict = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user