MaGd_SS
简述
均线拐点
MaGd_SS(BKName;N;v;type):array
名称 | 类型 | 说明 |
---|
BKName | String | 板块名称 |
N | integer | 均线天数 |
V | real | 拐点标准(元) |
Type | integer | 类型 |
返回 | Array,TableArray | 数据表,所选的股票代码及名称,还有5日均线的拐点 |
SetSysParam(pn_date(),inttodate(20140123));
Return MaGd_SS("深证A股;上证A股",5,0.01,2);
//结果:
