Skip to content

Commit f1f3553

Browse files
committed
chore: re-add candle-limit for funding fee candles
1 parent 4c5c054 commit f1f3553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freqtrade/exchange/binance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Binance(Exchange):
3636
"ws_enabled": True,
3737
}
3838
_ft_has_futures: FtHas = {
39+
"funding_fee_candle_limit": 1000,
3940
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},
4041
"order_time_in_force": ["GTC", "FOK", "IOC"],
4142
"tickers_have_price": False,

0 commit comments

Comments
 (0)