工作线:=ma(close,1);趋势线:ma(close,18)colorgreen,linethick2;强势线:ma(close,3)colorred,linethick2;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;lc:=ref(close,1);rsi:=((sma(max((close - lc),0),3,1) / sma(abs((close - lc)),3,1)) * 100);ff:=ema(close,3);ma144:ema(close,144),pointdot,colorwhite;ma318:ema(c,318);aa1:=amount/vol;bb1:=lcc1:=(c-ref(c,1))/ref(c,1)*100>1.2;dd1:=lee1:=volff1:=bb1 and cc1 and dd1 and ee1;f:=100*(c-ref(c,1))/ref(c,1);p1:=if(c<0,1,0);p2:=if(c<0,1,0);tt3:=p1=0 and ref(p1,1)=1 and p2=0 and ref(p2,1)=1 ;tt4:=p1=1 and ref(p1,1)=0 and p2=1 and ref(p2,1)=0 ;z1:=ma(c,13);zx:=ref(z1,13/2+1);drawicon(cross(zx,c),h*1.01,2);drawtext(cross(工作线,趋势线)and j<55,low,'入')colorwhite;drawtext(cross(close,tt1)and j<55,low,'买'),colorred;drawtext(cross(88,rsi),high * 1.02,'顶'),color00ffff;drawtext(ff1,l*0.99,'超短'),color00ff00;stickline(tt3,open,close,3,0),colorff00ff;stickline(tt4,open,close,3,0),colorgreen;tt5:=5;v1:=ma(high,30)*1.15;v2:=ma(high,3)*1.03;v3:=ma(low,3)*0.97;v4:=ma(low,30)*0.85;get:zig(3,tt5)colorwhite,linethick3; 20210311