修正挂起清仓补仓占位

This commit is contained in:
boris
2026-07-08 02:24:04 +08:00
parent 538edb907d
commit c085730ca5
@@ -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);