From c085730ca59eb964df7519c234a2f0743fd7c06c Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 8 Jul 2026 02:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8C=82=E8=B5=B7=E6=B8=85?= =?UTF-8?q?=E4=BB=93=E8=A1=A5=E4=BB=93=E5=8D=A0=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/fidc-core/src/platform_expr_strategy.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/fidc-core/src/platform_expr_strategy.rs b/crates/fidc-core/src/platform_expr_strategy.rs index 36ea060..6c074d2 100644 --- a/crates/fidc-core/src/platform_expr_strategy.rs +++ b/crates/fidc-core/src/platform_expr_strategy.rs @@ -8669,8 +8669,7 @@ impl Strategy for PlatformExprStrategy { target_value: 0.0, reason: "pending_full_close_exit".to_string(), }); - if daily_top_up_pending_buy_value > 0.0 && should_block_released_slots_after_top_up - { + if daily_top_up_pending_buy_value > 0.0 { slot_blocking_symbols.insert(position.symbol.clone()); } self.forget_position_entry_date(&position.symbol);