Index_TA_ChipDistribution
Index_TA_ChipDistribution(IndexID;EndT;Days;PriceType;RightType;Stype) :Array功能:获取指数筹码分布指标
| 名称 | 类型 | 说明 |
|---|
| IndexID | | String,指数代码 |
| EndT | | Date,截止日 |
| Days | | Integer,测算天数 |
| PriceType | | Integer,指数均价算法类型
0:算术平均
1:成交量加权平均
2:成交金额加权平均
3:成交量加权平均(调整) |
| RightType | | Integer,换手率加权方式
0:加权平均
1:算术平均 |
| Stype | | Integer,换手率股票类型
0:全部
1:A股 |
| 返回 | Array功能:获取指数筹码分布指标 | 数据表 |
获取沪深300在20230206筹码分布指标
IndexID := "SH000300";
EndT := 20230206t;
Days := 5;
PriceType := 0;
RightType := 0;
Stype := 1;
return Index_TA_ChipDistribution(IndexID,EndT,Days,PriceType,RightType,Stype);
返回:
