feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -1,6 +1,6 @@
# 量化择时 / 宏观因子
## `TS_HGDataProcess`
## `ts_HGDataProcess`
声明:class
@@ -8,7 +8,7 @@
<!-- tags: 因子分析 因子指标 宏观经济 宏观择时 批量计算 数据处理 -->
### `factorArr`
### `FactorArr`
声明:field
@@ -18,7 +18,7 @@
类型:array
### `fBegT`
### `FBegT`
声明:field
@@ -28,7 +28,7 @@
类型:date
### `fEndT`
### `FEndT`
声明:field
@@ -38,7 +38,7 @@
类型:date
### `fCycle`
### `FCycle`
声明:field
@@ -48,7 +48,7 @@
类型:string
### `fFactorArr`
### `FFactorArr`
声明:field
@@ -58,7 +58,7 @@
类型:array
### `fUnifiedType`
### `FUnifiedType`
声明:field
@@ -68,7 +68,7 @@
类型:int
### `fSmoothType`
### `FSmoothType`
声明:field
@@ -78,7 +78,7 @@
类型:int
### `fFillMoveN`
### `FFillMoveN`
声明:field
@@ -88,7 +88,7 @@
类型:int
### `ftbMoveN`
### `FtbMoveN`
声明:field
@@ -98,7 +98,7 @@
类型:int
### `fInvalidDataPro`
### `FInvalidDataPro`
声明:field
@@ -108,7 +108,7 @@
类型:int
### `fSmoothMoveN`
### `FSmoothMoveN`
声明:field
@@ -118,7 +118,7 @@
类型:int
### `fhpLambda`
### `FhpLambda`
声明:field
@@ -128,7 +128,7 @@ HP 滤波平滑参数 1
类型:real
### `fComFactorArr`
### `FComFactorArr`
声明:field
@@ -138,7 +138,7 @@ HP 滤波平滑参数 1
类型:array
### `fWeightType`
### `FWeightType`
声明:field
@@ -148,7 +148,7 @@ HP 滤波平滑参数 1
类型:int
### `getRawData(beg_t, end_t)`
### `GetRawData(beg_t, end_t)`
声明:function
@@ -165,7 +165,7 @@ HP 滤波平滑参数 1
返回:array
### `getPostProcessData(beg_t, end_t)`
### `GetPostProcessData(beg_t, end_t)`
声明:function
@@ -182,7 +182,7 @@ HP 滤波平滑参数 1
返回:array
### `getMidProcessData(beg_t, end_t)`
### `GetMidProcessData(beg_t, end_t)`
声明:function
@@ -199,7 +199,7 @@ HP 滤波平滑参数 1
返回:array
### `getComData(beg_t, end_t)`
### `GetComData(beg_t, end_t)`
声明:function
@@ -216,7 +216,7 @@ HP 滤波平滑参数 1
返回:array
### `getComWeight()`
### `GetComWeight()`
声明:function
@@ -228,7 +228,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_HG_GetDataByQK(beg_t, end_t, cycle, zb_arr)`
### `Tsd_HG_GetDataByQK(beg_t, end_t, cycle, zb_arr)`
声明:function
@@ -247,7 +247,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_HG_FillMiss(data, fill_type, move_n, date_field)`
### `Tsd_HG_FillMiss(data, fill_type, move_n, date_field)`
声明:function
@@ -266,7 +266,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_HG_UnifiedCaliber(data, unified_type, tb_move_n, invalid_data_pro, date_field)`
### `Tsd_HG_UnifiedCaliber(data, unified_type, tb_move_n, invalid_data_pro, date_field)`
声明:function
@@ -286,7 +286,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_HG_Smooth(data, smooth_type, move_n, hp_lambda, date_field)`
### `Tsd_HG_Smooth(data, smooth_type, move_n, hp_lambda, date_field)`
声明:function
@@ -306,7 +306,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_ShortTermHighLow_Avg(data, k, b, col_name)`
### `Tsd_ET_ShortTermHighLow_Avg(data, k, b, col_name)`
声明:function
@@ -325,7 +325,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_ShortTermHighLow_Percent(data, k, percent, col_name)`
### `Tsd_ET_ShortTermHighLow_Percent(data, k, percent, col_name)`
声明:function
@@ -344,7 +344,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_ShortTermNewHighLow(data, k, col_name)`
### `Tsd_ET_ShortTermNewHighLow(data, k, col_name)`
声明:function
@@ -362,7 +362,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_HistNewHighLow(data, col_name)`
### `Tsd_ET_HistNewHighLow(data, col_name)`
声明:function
@@ -379,7 +379,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_ContinueUpDown(data, k, col_name)`
### `Tsd_ET_ContinueUpDown(data, k, col_name)`
声明:function
@@ -397,7 +397,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_ReversalUpDown(data, k, col_name)`
### `Tsd_ET_ReversalUpDown(data, k, col_name)`
声明:function
@@ -415,7 +415,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_SignalGenerator(data, col_name, event_arr, drop_first_n)`
### `Tsd_ET_SignalGenerator(data, col_name, event_arr, drop_first_n)`
声明:function
@@ -434,7 +434,7 @@ HP 滤波平滑参数 1
返回:array
### `tsd_ET_SignalStat(signal_data, index_id, cycle, n)`
### `Tsd_ET_SignalStat(signal_data, index_id, cycle, n)`
声明:function