修复AiQuant策略表达式回测执行语义

This commit is contained in:
boris
2026-06-15 11:16:04 +08:00
parent d3d08276ae
commit 1c31fa80d2
8 changed files with 1227 additions and 292 deletions
+3
View File
@@ -40,6 +40,9 @@ pub trait Strategy {
fn schedule_rules(&self) -> Vec<ScheduleRule> {
Vec::new()
}
fn decision_quote_times(&self) -> Vec<NaiveTime> {
Vec::new()
}
fn on_scheduled(
&mut self,
_ctx: &StrategyContext<'_>,