gspt1:=CLOSE>REF(OPEN,1) AND CLOSE>MA(CLOSE,60) AND OPEN<REF(CLOSE,1) AND REF(OPEN,1)>REF(CLOSE,1) AND (REF(CLOSE,2)-REF(CLOSE,1))*100/REF(CLOSE,2)>0.5;
gspt2:=CLOSE>REF(OPEN,1) AND CLOSE<MA(CLOSE,60) AND OPEN<REF(CLOSE,1) AND REF(OPEN,1)>REF(CLOSE,1) AND (REF(CLOSE,2)-REF(CLOSE,1))*100/REF(CLOSE,2)>0.5;
gspt3:=REF(OPEN,1)>REF(CLOSE,1) AND (REF(CLOSE,2)-REF(CLOSE,1))*100/REF(CLOSE,2)>1.5 AND CLOSE>OPEN AND CLOSE>REF(CLOSE,1)+(REF(CLOSE,2)-REF(CLOSE,1))*0.5;
gspt4:=CLOSE>=REF(OPEN,1) AND DYNAINFO(17)>0;
gspt5:=gspt3 AND gspt4;
gspt6:=CLOSE/REF(OPEN,1)<1.03 AND REF(OPEN,1)/CLOSE<1.01;
gspt7:=REF(CLOSE,1)<REF(CLOSE,2)*0.94;
gspt8:=gspt1 OR gspt5 OR gspt2 AND gspt6 AND gspt7;
gspt9:=gspt1 OR gspt3 OR gspt2 AND gspt6 AND gspt7;
gspt10:=gspt1 OR gspt5 OR gspt2 AND gspt7;
gspt11:=gspt6 AND gspt7;
XG:=gspt8 OR gspt9 OR gspt10 OR gspt11,NODRAW,COLORYELLOW;
游资短线:=FILTER(XG=1,10);
STICKLINE(游资短线,0,5,3,0),COLORYELLOW;
STICKLINE(游资短线,0,5,0.5,0),COLORYELLOW;
DRAWTEXT(游资短线,3.5,' ★游资....