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