chore: reduce binance futures candle count to 499

closes #12751
This commit is contained in:
Matthias
2026-02-16 19:54:32 +01:00
parent 9e2eca3b8b
commit 2325e5f535
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ class Binance(Exchange):
"has_delisting": True,
}
_ft_has_futures: FtHas = {
"ohlcv_candle_limit": 499,
"funding_fee_candle_limit": 1000,
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},
"stoploss_blocks_assets": False, # Stoploss orders do not block assets

View File

@@ -44,7 +44,7 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = {
"candle_count": 1000,
"futures": True,
"futures_pair": "BTC/USDT:USDT",
"candle_count_futures": 1500,
"candle_count_futures": 499,
"hasQuoteVolumeFutures": True,
"leverage_tiers_public": False,
"leverage_in_spot_market": False,