Skip to content

Commit 7afd3cb

Browse files
committed
feat(bitget): configure mark timeframe
1 parent b887e2a commit 7afd3cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

freqtrade/exchange/bitget.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ class Bitget(Exchange):
2323
_ft_has: FtHas = {
2424
"ohlcv_candle_limit": 200, # 200 for historical candles, 1000 for recent ones.
2525
}
26+
_ft_has_futures: FtHas = {
27+
"mark_ohlcv_timeframe": "4h",
28+
}
2629

2730
def ohlcv_candle_limit(
2831
self, timeframe: str, candle_type: CandleType, since_ms: int | None = None

0 commit comments

Comments
 (0)