Clarify strategy entry semantics in AI manual
This commit is contained in:
@@ -88,7 +88,7 @@ pub fn built_in_strategy_manual() -> StrategyAiManual {
|
||||
statement_blocks: vec![
|
||||
ManualSection {
|
||||
title: "strategy(\"name\") { ... }".to_string(),
|
||||
detail: "策略入口。内部用于声明 market/benchmark/signal、选股、调仓、风控、排序、资金分配。".to_string(),
|
||||
detail: "策略入口。内部用于声明 market/benchmark/signal、选股、调仓、风控、排序、资金分配。name 是策略标识,会进入历史档案和回测记录,建议始终填写,但它本身不改变交易逻辑。".to_string(),
|
||||
},
|
||||
ManualSection {
|
||||
title: "market / benchmark / signal".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user