mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
fix: bitget only provides 100 funding rate candles per call
This commit is contained in:
@@ -40,6 +40,7 @@ class Bitget(Exchange):
|
||||
}
|
||||
_ft_has_futures: FtHas = {
|
||||
"mark_ohlcv_timeframe": "4h",
|
||||
"funding_fee_candle_limit": 100,
|
||||
"stoploss_blocks_assets": False, # Stoploss orders do not block assets
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user