CloseMorethanMa
简述
收盘价大(小)于均线比例(%);收盘价大(小)于均线的A股个数/已上市的A股个数*100%
CloseMorethanMa(BegT:TDateTime;EndT:TDateTime;ReturnType:Integer):Graph
名称 | 类型 | 说明 |
---|
BegT | TDateTime | 开始日期,TDateTime类型 |
EndT | TDateTime | 截止日期,TDateTime类型 |
N | | 均线天数 |
ReturnType | Integer | 返回类型
显示名 |
取值 |
收盘大于等于均线比例(%) |
0 |
收盘小于均线比例(%) |
1 |
|
返回 | Graph | 图形 |
SetSysParam(pn_stock(),'SH000001');
Return CloseMorethanMa(inttodate(20130501),inttodate(20130706),20,0);
//结果:
