📦 deps(tsl): sync tsl-playbook from 5d73964d

Source-Commit: 5d73964db8
This commit is contained in:
ci[bot]
2026-08-14 17:15:41 +08:00
parent 5f4ca63966
commit 2f0d80da65
574 changed files with 47871 additions and 14463 deletions
@@ -0,0 +1,17 @@
# 模型 / 策略验证(交易类)
## `portfolioBackTesting_Trading(pf_info_data, t, return_type)`
声明:function
执行交易类策略历史回测并返回指定类型的回测结果
<!-- tags: 交易回测 历史模拟 成交明细 策略验证 -->
| 参数 | 类型 | 说明 |
| -------------- | ------- | ------------------------ |
| `pf_info_data` | array | 回测组合基础配置表 |
| `t` | array | 交易明细或交易结果数据表 |
| `return_type` | integer | 返回结果类型选择项 |
返回:array