📦 deps(tsl): sync tsl-playbook from a71480a4

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,24 @@
# 金融 / 技术分析
## `alpha101_test(bk_name, end_t)`
声明:function
返回101Alpha整体测试
<!-- tags: 金融 技术分析 返回 获取 -->
| 参数 | 类型 | 说明 |
| --------- | -------- | ---------------- |
| `bk_name` | string | 字符串。板块名称 |
| `end_t` | datetime | 日期。截止日 |
返回:array
### 示例
范例01:调用 Alpha101_Test
```tsl
return Alpha101_Test('申万非银金融', 20201231T);
```