G1:=CLOSE;
G2:=LOW;
G3:=OPEN;
G4:=HIGH;
gspt1:=DYNAINFO(7)>G3;
gspt2:=gspt1 AND DYNAINFO(7)>EMA(G1,8) AND DYNAINFO(7)>EMA(G1,21) AND DYNAINFO(7)>EMA(G1,60);
gspt3:=gspt2 AND G3< EMA(G1,21) AND G3< EMA(G1,60);
gspt4:=gspt3 AND (DYNAINFO(7)-G3)>0.0618*DYNAINFO(7);
gspt5:=REF(gspt4,2) OR REF(gspt4,1);
gspt6:=MA((VOL-REF(VOL,1))/REF(VOL,1),5);
gspt7:=(G1-MA(G1,24))/MA(G1,24)*100;
gspt8:=gspt7*(1+gspt6);
gspt9:=MA(gspt8,5);
gspt10:=CROSS(gspt8,gspt9);
龙头起点:gspt5 AND gspt10,COLORRED,NODRAW;
STICKLINE(龙头起点,60,90,1,0),COLORMAGENTA;
STICKLINE(龙头起点,
....