Skip to content

Commit

Permalink
bybit provides up to 2years of historic ohlcv data on any timefame.
Browse files Browse the repository at this point in the history
  • Loading branch information
jansmets committed Jul 12, 2023
1 parent a314175 commit e8fe5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/exchange/bybit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e8fe5a4

Please sign in to comment.