feat(tsl-api-reference): update API catalog and data dictionary

This commit is contained in:
csh
2026-08-11 18:10:24 +08:00
parent 34a3a5dec1
commit 7bd965de89
1231 changed files with 64187 additions and 18822 deletions
@@ -6,6 +6,8 @@
返回当前板块当前时间存在交易股票指标Exp的平均值,其中Mode决定返回的平均类型,与系统参数(板块,日期,周期,复权)相关
<!-- tags: 数据仓库 向导函数 历史遗留 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------ | ---- | -------------------- |
| `exp` | expr | 函数表达式 |
@@ -29,6 +31,8 @@ return AvgOfSectorExceptNoTrade(@close(), 0);
返回当前板块当前时间存在交易股票指标Exp的和,与系统参数(板块,日期,周期,复权)相关
<!-- tags: 数据仓库 向导函数 历史遗留 返回 获取 -->
| 参数 | 类型 | 说明 |
| ----- | ---- | ---------- |
| `exp` | expr | 函数表达式 |