FuturesMTPSumNOIPercent
简述
指定日前N名机构持仓量占总持仓比(%),与系统参数(证券)相关。
FuturesMTPSumNOIPercent(EndT:TDateTime;TopN:Integer;type:Integer):Real
名称 | 类型 | 说明 |
---|
EndT | TDateTime | 日期。截止日期 |
TopN | Integer | 整数。前N名 |
type | Integer | 用户自定义。持仓类型,取值如下:
|
返回 | Real | 实数。指定日前N名机构持仓量占总持仓比(%) |
SetSysParam(PN_Stock(),'TF2403');
return FuturesMTPSumNOIPercent(20240201T,1,1);
//结果:19.49