在线检测未来函数

涨停突破60日线选股指标

来源:Internet,编辑:股旁网,2015-07-30

编写条件:

涨停突破60日线后,三日不破60线选股指标。

编写方法:

zt:=c/ref(c,1)>1.095 and c=h;
TS:=BARSLAST(ZT);
tj1:=zt and cross(c,ma(c,60));
xg:count(c>=ma(c,60),3)=3 and ref(zt,3);

相关文章