Index_stylefactor
简述
指数风格因子暴露
功能:提取指数风格因子
与系统参数(当前证券、当前时间)有关,只支持日线
Index_stylefactor(Dtype:Integer):ARRAY
名称 | 类型 | 说明 |
---|
Dtype | Integer | Integer,取值类型 |
oV:=BackUpSystemParameters2();
SetSysParam(pn_stock(),'SH000300');
SetSysParam(pn_date(),2020601T);
return Index_StyleFactor(2);