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,49 @@
# 应用专题 / 其他专题
## `stockPriceDivideByDEA(begt, endt, price_option)`
声明:function
区间价格 DEA 分段函数,与系统代码、周期相关
<!-- tags: 证券 个股 价格数据 行情 -->
| 参数 | 类型 | 说明 |
| -------------- | -------- | ------------------------------------ |
| `begt` | datetime | 起始日 |
| `endt` | datetime | 截止日 |
| `price_option` | any | 价格选项 0:收盘(缺省) 1:最高最低 |
返回:array
## `stockPriceDivideByEDA(begt, endt, price_option)`
声明:function
区间价格 DEA 分段函数,与系统代码、周期相关
<!-- tags: 证券 个股 价格数据 行情 -->
| 参数 | 类型 | 说明 |
| -------------- | -------- | ------------------------------------ |
| `begt` | datetime | 起始日 |
| `endt` | datetime | 截止日 |
| `price_option` | any | 价格选项 0:收盘(缺省) 1:最高最低 |
返回:array
## `stockPriceDivideByKLine(begt, endt, limit_len)`
声明:function
区间价格 K 线分段函数,与系统代码、周期相关
<!-- tags: 证券 个股 价格数据 行情 -->
| 参数 | 类型 | 说明 |
| ----------- | -------- | ----------------------------------- |
| `begt` | datetime | 起始日 |
| `endt` | datetime | 截止日 |
| `limit_len` | any | K 线长度阈值,删除合并 K 线不足的点 |
返回:array