跳过无加载器的行情规划

This commit is contained in:
boris
2026-09-07 09:22:15 +08:00
parent 0afbdc2210
commit e542e52bdb
2 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -2519,7 +2519,7 @@ where
)?;
let on_day_open_orders = self.open_order_views();
let decision_quote_times = self.strategy.decision_quote_times();
if !decision_quote_times.is_empty() {
if self.execution_quote_loader.is_some() && !decision_quote_times.is_empty() {
let decision_quote_symbols =
self.strategy.decision_quote_symbols(&StrategyContext {
execution_date,