✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 金融 / 技术分析
|
||||
|
||||
## `alpha101_test(bk_name, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
101Alpha整体测试
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --------- | -------- | ---------------- |
|
||||
| `bk_name` | string | 字符串。板块名称 |
|
||||
| `end_t` | datetime | 日期。截止日 |
|
||||
|
||||
返回:array
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:调用 Alpha101_Test
|
||||
|
||||
```tsl
|
||||
return Alpha101_Test('申万非银金融', 20201231T);
|
||||
```
|
||||
Reference in New Issue
Block a user