急速超跌:=(C-ma(C,34))/MA(C,34)*100<-14;{34日乖离率} 收阳:=(h-l)/l>0.07{当天振幅大于7%} and (c-o)/o>0.07{当天的k线实体长度大于7%} and C/ref(C,1)>1.05{当日涨幅超过5%}; CDSY:=急速超跌 and 当日收阳 ; 枯木逢春:=CDSY,ColorFF00FF; stICKLINE(CDSY,90,100,8,0),ColorFF00FF; DRAWTEXT(CDSY,100,' 枯\n 木\n 逢\n 春\n 97.36%'),ColorFF00FF;{平均成功率:97.36%, 成功率达到50%的股票有:25.3% 利润1总平均:35.87% 最大平均利润1:ST江 纸 168.89% 最小平均利润1:ST啤酒花 4.48%} XL2:=llv(l,3)=llv(l,60) and c/ref(c,1)>=1.04; {爆点 60.64%} XL3:=(c-Ema(c,21))/Ema(c,21)*100; XL4:=cross(XL3,-20);{爆破} XL5:=llv(l,3)=llv(l,120) and c/ref(c,1)>=1.06; XL6:=(c-ma(c,24))/ma(c,24)*100; Xl7:=cross(XL6,-20);{启爆} 爆破:=XL4>0,Color004FFD; STICKLINE(XL4>0,70,90,8,0),Color004FFD; DRAWTEXT(XL4,80,' 爆\n 破\n86.91'),Color004FFD; 启爆:=XL7>0,Color0080FF; STICKLINE(XL7>0,30,50,8,0),Color0080FF; DRAWTEXT(XL7,45,' 启\n 爆\n 81.97%'),Color0080FF; 爆炸:=XL5>0,Color0000FF; STICKLINE(XL5>0,50,70,8,0),Color0000FF; DRAWTEXT(XL5,65,' 爆\n 炸\n68.22%'),Color0000FF; 爆点:=XL2>0,ColorFFFFFF; STICKLINE(XL2>0,5,30,8,0),ColorFFFFFF; DRAWTEXT(FILTER(XL2,5),22,' 爆\n 点\n 60.64%'),ColorFFFFFF; XG:(爆点 and 启爆 and 枯木逢春)*5;