📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,23 @@
# 金融函数 - 行情 / N日
## 函数
### `stockMaxRateDown2(n)`
N日最大跌幅(%)(已复权)
| 参数 | 类型 | 说明 |
| ---- | ---- | -------------- |
| `n` | any | 整数,交易周期 |
返回:float
### `stockMaxRateUp2(n)`
N日最大涨幅(%)(已复权)
| 参数 | 类型 | 说明 |
| ---- | ---- | -------------- |
| `n` | any | 整数,交易周期 |
返回:float