feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 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