九毛八公式指标
1、10天内出现过涨停; 2、今天的股价来到的最低价格或收盘价,比10天内最高价格下挫20%以上。
公式模块:
zt:=(c-ref(c,1))/ref(c,1)*100>0.99;
cz:=exist(zt,10);
hh:=hhv(h,10);
tj:=l/hh*100<-0.2;
xg:cz and tj;
九毛八公式指标
1、10天内出现过涨停; 2、今天的股价来到的最低价格或收盘价,比10天内最高价格下挫20%以上。
zt:=(c-ref(c,1))/ref(c,1)*100>0.99;
cz:=exist(zt,10);
hh:=hhv(h,10);
tj:=l/hh*100<-0.2;
xg:cz and tj;