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

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,50 @@
# 金融 / 期货 / 涨跌停板幅度
## `futureslimitschangecount(begt, endt)`
声明:function
返回区间涨跌停板变化次数,与系统参数(期货合约代码,时间)相关
<!-- tags: 金融 期货 涨跌停板幅度 返回 获取 -->
| 参数 | 类型 | 说明 |
| ------ | ---- | ------------- |
| `begt` | date | date,开始日期 |
| `endt` | date | date,截止日期 |
返回:real
## `futureslimitschangecount2(n)`
声明:function
返回N日涨跌停板变化次数,与系统参数(期货合约代码,时间)相关
<!-- tags: 金融 期货 涨跌停板幅度 返回 获取 -->
| 参数 | 类型 | 说明 |
| ---- | ---- | -------------- |
| `n` | int | integer,交易日 |
返回:float
## `futureslimitsischanged()`
声明:function
返回涨跌停板幅度是否有变化,与系统参数(期货合约代码,时间)相关
<!-- tags: 金融 期货 涨跌停板幅度 返回 获取 -->
返回:boolean
## `futureslimitsrange()`
声明:function
返回指定日涨跌停板幅度,与系统参数(期货合约代码,时间)相关
<!-- tags: 金融 期货 涨跌停板幅度 返回 获取 -->
返回:float