明确红利账务再投来源并修复流式遗漏与校正时钟

This commit is contained in:
boris
2026-09-14 22:30:05 +08:00
parent fbc4233dcd
commit 984f9d308d
11 changed files with 681 additions and 140 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ pub fn built_in_strategy_manual() -> StrategyAiManual {
},
ManualSection {
title: "corporate_actions.dividend_reinvestment".to_string(),
detail: "支持 corporate_actions.dividend_reinvestment(true)。开启后,现金分红到账会优先按 round lot 回补成同一只股票,零头保留为现金".to_string(),
detail: "历史兼容的回测账务再投模型:corporate_actions.dividend_reinvestment(true) 在分红结算时按调整后的参考价分配整手股数,零头留现金,费用为0;来源标记为 dividend_reinvestment,不是交易所委托或真实自动买入。新策略不应手工处理公司行为".to_string(),
},
ManualSection {
title: "execution.matching_type / execution.slippage".to_string(),