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,143 @@
# 应用专题 / 因子研究 / 因子模型
## `chipDistribution()`
声明:function
筹码分布详情
<!-- tags: 指数 因子 -->
返回:array
## `chipDistribution_test()`
声明:function
提供指数因子之技术面系列筹码因子模型计算说明中的 `chipDistribution_test` 功能
<!-- tags: 因子分析 因子指标 基准指数 指数产品 指数 因子 -->
返回:any
## `chipKRC()`
声明:function
筹码峰度
<!-- tags: 指数 因子 -->
返回:real
## `chipMeasure()`
声明:function
筹码基类总接口
<!-- tags: 指数 因子 -->
返回:any
## `chipReturn_fixedQK()`
声明:function
筹码收益率(%),又称筹码均值
<!-- tags: 回报率 投资收益 指数 因子 -->
返回:real
## `chipSRC()`
声明:function
筹码偏度
<!-- tags: 指数 因子 -->
返回:real
## `chipVRC()`
声明:function
筹码方差
<!-- tags: 指数 因子 -->
返回:real
## `chipWinPercent()`
声明:function
获利比例(%)
<!-- tags: 指数 因子 -->
返回:real
## `cumulativeChipProfit()`
声明:function
累积筹码收益(万)
<!-- tags: 指数 因子 -->
返回:real
## `getCloseByEndt(v_end_t)`
声明:function
指定日收盘价,与后续计算收益率(%)相关
<!-- tags: 查询 回报率 投资收益 指数 因子 -->
| 参数 | 类型 | 说明 |
| --------- | -------- | ---------------- |
| `v_end_t` | datetime | 日期类型,截止日 |
返回:real
## `getHslByEndt(v_end_t)`
声明:function
指定日换手率(%)
<!-- tags: 查询 交易频率 指数 因子 -->
| 参数 | 类型 | 说明 |
| --------- | -------- | ---------------- |
| `v_end_t` | datetime | 日期类型,截止日 |
返回:real
## `getTradeDataByEndt(v_end_t)`
声明:function
获取指定日价格分布情况,支持指定日存在多个价格
<!-- tags: 查询 买卖 交易策略 价格数据 行情 指数 因子 -->
| 参数 | 类型 | 说明 |
| --------- | -------- | ---------------- |
| `v_end_t` | datetime | 日期类型,截止日 |
返回:array
## `getTradedaysArr()`
声明:function
获取区间内测算日期序列
<!-- tags: 查询 计算 交易日期 日期时间 指数 因子 -->
返回:array