refactor: remove funding_fee_candle_limit override
Kraken Futures now provides 1 year of hourly funding rate history. The previous limit of 700 candles (29 days) was a workaround for limited API retention. Freqtrade paginates funding rate fetches automatically, so the CCXT default (2000) works correctly.
This commit is contained in:
@@ -53,8 +53,6 @@ class Krakenfutures(Exchange):
|
||||
PriceType.MARK: "mark",
|
||||
PriceType.INDEX: "index",
|
||||
},
|
||||
# Kraken Futures retains only 29 days of hourly funding rate history.
|
||||
"funding_fee_candle_limit": 700,
|
||||
}
|
||||
|
||||
@retrier
|
||||
|
||||
Reference in New Issue
Block a user