gspt1:=EMA(VOL/CAPITAL,3);
gspt2:=HHV(gspt1,240);
gspt3:=LLV(gspt1,240);
gspt4:=MA(CLOSE,33);
gspt5:=WINNER(CLOSE/1.1)*100;
gspt6:=WINNER(CLOSE/1.2)*100;
gspt26:=WINNER(CLOSE/1.3)*100;
gspt28:=EMA(CLOSE,20);
STICKLINE(((CLOSE/1.1)*100),gspt5,0,2.7,0),COLOR000055;
STICKLINE(((CLOSE/1.1)*100),gspt5,0,1.7,0),COLOR000077;
STICKLINE(((CLOSE/1.1)*100),gspt5,0,0.7,0),COLOR0000BB;
STICKLINE(((CLOSE/1.1)*100),gspt5,0,0.2,0),COLOR0000FF;
STICKLINE(((CLOSE/1.2)*100),gspt6,0,2.7,0),COLOR009999;
STICKLINE(((CLOSE/1.2)*100),gspt6,0,1.7,0),COLOR00BBBB;
STICKLINE(((CLOSE/1.2)*100),gspt6,0,0.7,0),COLOR00DDDD;
STICKLINE(((CLOSE/1.2)*100),gspt6,0,0.2,0),COLOR00FFFF;
STICKLINE(((CLOSE/1.3)*100),gspt26,0,2.7,0),COLORFF1100;
STICKLINE(((CLOSE/1.3)*100),gspt26,0,1.7,0),COLORFF5500;
STICKLINE(((CLOSE/1.3)*100),gspt26,0,0.7,0),COLORFF9900;
STICKLINE(((CLOSE/1.3)*100),gspt26,0,0.2,0),COLORFFDD00;
DRAWTEXT_FIX(C>O,0,0.2,0,'分析家公式网http://www.70822.com'),COLOR333333;
二十日斜率:(gspt28-REF(gspt28,1))/REF(gspt28,1)*100,NODRAW,COLORFFFFFF;
十日换手率:SUM(VOL,10)/CAPITAL*100,LINETHICK1,COLOR00FF00;
锁定筹码:EMA((gspt1-gspt3)/gspt3*gspt4,13),LINETHICK2,COLORFF0000;
浮动筹码:EMA((gspt2-gspt1)/gspt1*gspt4,13),LINETHICK2,COLORFFFFFF;
力量对比:锁定筹码-浮动筹码,COLORSTICK;
筹码蝶变:CROSS(锁定筹码,浮动筹码);
DRAWICON(筹码蝶变,LOW,30);