这是个特殊形态。是一日内5日线上穿10、20、30日线。出现这个形态,股价要翻一番。我写了个一线穿三线的公式:a1:=ma(c,5);a2:=ma(c,10);a3:=ma(c,20);a4:=ma(c,30);b1:=cross(a1,a2);b2:=cross(a1,a3);b3:=cross(a1,a4);xg:b1 and b2 and b3;从你的图上看和这个类似的图形还有:均线粘合、箱...
var1:=ema(sma((close-llv(low,19))/(hhv(high,19)-llv(low,19))*100,8,1),3);w1:=c=hhv(c,20);w2:=barslast(w1);w3:=if(w2>0,ref(c,w2),ref(c,w2));w4:=cross(c,ref(w3,1));突破在即:=if(w4 and count(w4,5)=1,40,0)...