# 应用专题 / 因子研究 / 量化数据 ## `stockChipASRByEndt(endt, n_d, float_per, cost_method, damp_factor, cyclemaxlen, dealmethod)` 声明:function 指定日获利筹码,与系统代码、周期相关 | 参数 | 类型 | 说明 | | ------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `float_per` | any | 浮动比例(%),非科创板缺省为 10,科创板缺省为 20 | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cyclemaxlen` | any | 价格最大长度阈值(缺省 300) | | `dealmethod` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipBiasByEndt(endt, n_d, cost_method, damp_factor, cyclemaxlen, deal_method)` 声明:function 指定日筹码乖离率,与系统代码、周期相关 | 参数 | 类型 | 说明 | | ------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cyclemaxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipCBWByEndt(endt, n_d, cost_method, damp_factor, cyclemaxlen, deal_method)` 声明:function 指定日成本带宽,与系统代码、周期相关 | 参数 | 类型 | 说明 | | ------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cyclemaxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipCKDPByEndt(endt, n_d, cost_method, damp_factor, cyclemaxlen, deal_method)` 声明:function 指定日相对价位,与系统代码、周期相关 | 参数 | 类型 | 说明 | | ------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cyclemaxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipCKDWByEndt(endt, n_d, cost_method, damp_factor, cyclemaxlen, deal_method)` 声明:function 指定日成本重心,与系统代码、周期相关 | 参数 | 类型 | 说明 | | ------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cyclemaxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipPJCBByEndt(endt, n_d, cost_method, damp_factor, cycle_maxlen, deal_method)` 声明:function 指定日筹码的平均成本,与系统股票代码、周期相关 | 参数 | 类型 | 说明 | | -------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cycle_maxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipPRPByEndt(endt, n_d, cost_method, damp_factor, cycle_maxlen, deal_method)` 声明:function 指定日价格相对位置,与系统代码、周期相关 | 参数 | 类型 | 说明 | | -------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cycle_maxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipPTRByEndt(endt, n_d, cost_method, damp_factor, cyclemaxlen, deal_method)` 声明:function 指定日筹码穿透率,与系统代码、周期相关 | 参数 | 类型 | 说明 | | ------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cyclemaxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockChipUTRByEndt(endt, n_d, cost_method, damp_factor, cyclemaxlen, deal_method)` 声明:function 指定日筹码承接率,与系统代码、周期相关 | 参数 | 类型 | 说明 | | ------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cyclemaxlen` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:real ## `stockWinRateKLineByEndt(endt, n_d, cost_method, damp_factor, cycle_max_len, deal_method)` 声明:function 指定日博弈 K 线,与系统代码、周期相关 | 参数 | 类型 | 说明 | | --------------- | -------- | ---------------------------------------------- | | `endt` | datetime | 指定日期 | | `n_d` | any | 历史交易日天数(缺省 250) | | `cost_method` | any | 成本分布算法 0:平均分布 1:三角分布(缺省值) | | `damp_factor` | any | 历史衰减系数 | | `cycle_max_len` | any | 价格最大长度阈值(缺省 300) | | `deal_method` | any | 筹码分布算法 0:换手率加权 1:流通股本 | 返回:array