修正表达式策略执行价诊断文案

This commit is contained in:
boris
2026-06-26 04:53:53 +08:00
parent 1bcedcee0f
commit 02e2a20aff
@@ -8064,7 +8064,7 @@ impl Strategy for PlatformExprStrategy {
day.total_value day.total_value
), ),
format!("selected_symbols={}", stock_list.join(",")), format!("selected_symbols={}", stock_list.join(",")),
"platform strategy script executed through expression runtime + batched tick execution" "platform strategy script executed through expression runtime + batched execution quotes"
.to_string(), .to_string(),
]; ];
diagnostics.extend(selection_notes); diagnostics.extend(selection_notes);