bybit provides up to 2years of historic ohlcv data on any timefame.

This commit is contained in:
Jan Smets
2023-07-12 11:39:32 +02:00
parent a314175565
commit e8fe5a4f17

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,