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

Source-Commit: ecedf69b9c
This commit is contained in:
ci[bot]
2026-08-24 09:29:51 +08:00
parent 2f0d80da65
commit 2b74e1466d
664 changed files with 28934 additions and 37020 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