九毛八公式指标 条件是股票以一根大阳线创阶段性新高后回调,8天内再次以大阳线创出阶段性新高 公式模块: 大阳线:=c/ref(c,1)>1.05; aa:=if(大阳线,c,0); 回调:=ref(hhv(c,3)<hhv(c,7),1); 回调 and ref(aa=hhv(c,30),5)and aa=hhv(c,35);