九毛八公式指标
5天前10天内(也就是从今天向前数6-10天)累计涨停板的公式。
公式模块:
n 1 0 30 1 m 1 1 29 1
ST:=STRFIND(stkname,'ST',1)>0;
S:=STRFIND(stkname,'S',1)>0;
停牌:=(DYNAINFO(4)=0);
BB:=not(ST) and not(停牌) and not(S);
AA:=ref(c,n)/ref(c,m)>1.096 and ref(c,20)/ref(c,60)<1.089;
预警:AA AND BB;
去掉停牌的和st 参数调整比如:n4 m5 就是4天前涨停的,可以单天也可以多天,调节n和m参数即可