feat(portfolio): 组合回测接入A股费用(佣金/印花税/最低佣金/滑点)对齐个股回测; BulletTrade set_order_cost/set_slippage [vps]
CI/CD / test (push) Successful in 9s
CI/CD / nas-deploy (push) Successful in 25s
CI/CD / nas-verify (push) Successful in 10s

This commit is contained in:
2026-08-13 10:32:49 +08:00
parent b48a3b5c75
commit 66b393df16
6 changed files with 82 additions and 3 deletions
+5
View File
@@ -8,6 +8,11 @@ export interface PortfolioBacktestReq {
end_date: string
initial_cash: number
benchmark?: string
// A 股费用(对齐个股回测)
commission_rate?: number
stamp_duty_rate?: number
min_commission?: number
slippage?: number
}
export interface EquityPoint {