Bk_ZfMatrix
简述
板块收益率,与系统参数(板块)相关。
Bk_ZfMatrix(BegT:TDateTime;EndT:TDateTime;RightType:Integer):Array
名称 | 类型 | 说明 |
---|
BegT | TDateTime | 日期。开始日期 |
EndT | TDateTime | 日期。截止日期 |
RightType | Integer | 用户自定义。加权方式,取值如下:
|
返回 | Array | 数组。板块收益率。 |
//2010年1月1日至2010年1月10日上证A股板块的收益率
SetSysParam(pn_bk(),"上证A股");
return Bk_ZfMatrix(20100101T,20100110T,0);
结果:
