Merge pull request #8898 from jansmets/bybit_ohlcv_history

bybit provides up to 2years of historic ohlcv data on any timefame.
This commit is contained in:
Matthias 2023-07-12 18:16:11 +02:00 committed by GitHub
commit 8ad32e7498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ class Bybit(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 200,
"ohlcv_has_history": False,
"ohlcv_has_history": True,
}
_ft_has_futures: Dict = {
"ohlcv_has_history": True,