chore: re-add candle-limit for funding fee candles

This commit is contained in:
Matthias
2025-02-02 17:15:21 +01:00
parent 4c5c054bca
commit f1f355330c

View File

@@ -36,6 +36,7 @@ class Binance(Exchange):
"ws_enabled": True, "ws_enabled": True,
} }
_ft_has_futures: FtHas = { _ft_has_futures: FtHas = {
"funding_fee_candle_limit": 1000,
"stoploss_order_types": {"limit": "stop", "market": "stop_market"}, "stoploss_order_types": {"limit": "stop", "market": "stop_market"},
"order_time_in_force": ["GTC", "FOK", "IOC"], "order_time_in_force": ["GTC", "FOK", "IOC"],
"tickers_have_price": False, "tickers_have_price": False,