修正延迟卖出后止损补仓槽位

This commit is contained in:
boris
2026-07-08 05:13:13 +08:00
parent 185ed49fe2
commit b87e1b4a02
@@ -8373,7 +8373,8 @@ impl Strategy for PlatformExprStrategy {
let mut daily_top_up_pending_buy_value = 0.0_f64;
let mut pending_full_close_symbols = BTreeSet::<String>::new();
let mut slot_blocking_symbols = BTreeSet::<String>::new();
let should_block_released_slots_after_top_up = delayed_open_exit_submitted;
let should_block_released_slots_after_top_up =
delayed_open_exit_submitted && !self.config.release_slot_on_exit_signal;
let should_block_partial_exit_residual_slot =
should_block_released_slots_after_top_up || trading_ratio < 1.0;
let interleaved_pending_full_close_symbols = BTreeSet::<String>::new();