GUP1:=(CLOSE-LLV(LOW,20))/(HHV(HIGH,20)-LLV(LOW,20))*100;
GUP3:=EMA(GUP2,5);
GUP5:=CROSS(GUP4,GUP2) AND GUP2<2.1 AND CLOSE>OPEN;
DRAWICON(GUP5>0,85,13),coloryellow;
GUP7:=(2*CLOSE+HIGH+LOW)/4;
GUP9:=HHV(HIGH,13);
GUP11:=EMA(0.667*REF(GUP10,1)+0.333*GUP10,2);
STICKLINE(GUP10>GUP11,GUP10,GUP11,2.8,0),COLOR0066BB;
STICKLINE(GUP10>GUP11,GUP10,GUP11,2.2,0),COLOR0088DD;
STICKLINE(GUP10>GUP11,GUP10,GUP11,1.2,0),COLOR00AAFF;
STICKLINE(GUP10>GUP11,GUP10,GUP11,0.2,0),coloryellow;
STICKLINE(GUP10<=GUP11,GUP10,GUP11,2.8,0),COLOR990088;
STICKLINE(GUP10<=GUP11,GUP10,GUP11,2.2,0),COLOR990066;
STICKLINE(GUP10<=GUP11,GUP10,GUP11,1.2,0),COLORBB00BB;
STICKLINE(GUP10<=GUP11,GUP10,GUP11,0.2,0),colormagenta;
中位:50,coloryellow;
启动:EMA(0.382*REF(GUP10,2)+0.618*GUP10,6),colorred;
STICKLINE(买进,50,0,3.5,0),colorgreen;
STICKLINE(买进,50,0,3.1,0),colorgreen;
STICKLINE(买进,50,0,2.5,0),COLOR009900;
STICKLINE(买进,50,0,1.5,0),COLOR00BB00;
STICKLINE(买进,50,0,0.3,0),colorgreen;
DRAWICON(买进>0,60,25),coloryellow;