涨停突破60日线选股指标
-
相关简介:编写要求: 涨停突破60日线后,三日不破60线选股指标。 www.guhai.com.cn 股海网解答: 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);
-
文章来源:股海网作者:股海网发布时间:2015-08-02浏览次数:
编写要求:
涨停突破60日线后,三日不破60线选股指标。
www.guhai.com.cn股海网解答:
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);