GSPT1:=HHVBARS(HIGH,15);
GSPT2:=LLVBARS(LOW,15);
GSPT3:=(REF(CLOSE,GSPT2)-REF(CLOSE,GSPT1+1))/REF(CLOSE,GSPT1+1)*100;
GSPT6:=CLOSE>=REF(CLOSE,GSPT1);
GSPT8:=GSPT1>GSPT2 AND GSPT3<-5 AND COUNT(GSPT6,GSPT1+1)=1 AND GSPT6;
DRAWTEXT_FIX(C>O,0,0.2,0,'公式'),COLOR222222;
STICKLINE(GSPT8,0,8,1.5,0),COLORMAGENTA;