1、股价上穿60日均线后回落至60日均线附近获得支撑、最低价格不低于60日线的2%;
2、上穿60日均线后的最大涨幅大于20%;
3、选股前一日为涨幅<5%的实体阳线;
4、股价下跌期间量能逐渐萎缩;
5、选股时候60日均线向上发散。
公式模块
m60:=ma(c,60);
m62:=ma(c,60)*0.98;
aa:=cross(c,m60);
ta:=barslast(aa);
ll:=every(l>=m62,ta);
ZF:=c/ref(c,ta);
hf:=hhv(ZF,ta);
hz:=hf>=1.2;
bb:=cross(1.2,hf);
tb:=barslast(bb);
vv:=every(v<ref(v,tb),tb-1);
xg1:=ta>tb and tb>1 and vv and ll;
xg2:=c/ref(c,1)<1.05 and c>o and c/ref(c,1)>=1;
fs:=m60>ref(m60,1)*1.004;
cross(xg1 and ref(xg2,1) and fs,0.5)