紫色和超短同时出现:tt2:=dma((((high + low) + (close * 2)) / 4.15),0.9);tt1:=ref(ema(tt2,3),1);rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;ff:=ema(close,3);aa1:=amount/vol;bb1:=l<aa1*0.9;cc1:=(c-ref(c,1))/ref(c,1)*100>1.2;dd1:=l<ma(c,5)*0.921;ee1:=vol<ma(v,5)*1.5;ff1:=bb1 and cc1 and dd1 and ee1;f:=100*(c-ref(c,1))/ref(c,1);p1:=if(c<ref(o,1) and f<0,1,0);p2:=if(c<ref(o,2) and f<0,1,0);tt3:=p1=0 and ref(p1,1)=1 and p2=0 and ref(p2,1)=1 ;xg:tt3 and ff1; 紫色和买同时出现:tt2:=dma((((high + low) + (close * 2)) / 4.15),0.9);tt1:=ref(ema(tt2,3),1);rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;ff:=ema(close,3);aa1:=amount/vol;bb1:=l<aa1*0.9;cc1:=(c-ref(c,1))/ref(c,1)*100>1.2;dd1:=l<ma(c,5)*0.921;ee1:=vol<ma(v,5)*1.5;ff1:=bb1 and cc1 and dd1 and ee1;f:=100*(c-ref(c,1))/ref(c,1);p1:=if(c<ref(o,1) and f<0,1,0);p2:=if(c<ref(o,2) and f<0,1,0);tt3:=p1=0 and ref(p1,1)=1 and p2=0 and ref(p2,1)=1 ; xg:tt3 and cross(close,tt1) and j<55;(已测试) 20210311