BK_StepInFlowAmount
简述
分档净流入(元)。统计在分档区间V1<=Value<V2的净流入(元),与系统参数(时间)相关。
BK_StepInFlowAmount(BKName:String;V1:Real;V2:Real;DType:Integer):Real
名称 | 类型 | 说明 |
---|
BKName | String | 字符串。板块名 |
V1 | Real | 实数。分档上区间 |
V2 | Real | 实数。分档下区间 |
DType | Integer | 用户自定义。分档方式,取值如下:
显示名 |
取值 |
成交量(股) |
0 |
成交金额(元) |
1 |
换手率(%) |
2 |
每笔成交金额(元) |
3 |
|
返回 | Real | 实数。分档净流入(元)。 |
//统计"上证A股"在20240408日明细成交量在100000~inf区间的分档净流入(元)
setsysparam(pn_date(),20240408T);
return BK_StepInFlowAmount("上证A股",100000,inf,0);
//返回:6502581782