CG:ma(C,17),linethick1;
STICKLINE(CLOSE>cg and c>o,OPEN,CLOSE,4,0),COLORWHITE;
STICKLINE(CLOSE=cg and c>o ,OPEN,CLOSE,4,0),COLORWHITE;
STICKLINE(CLOSE>cg and C>o,LOW,OPEN,0.4,0),COLORWHITE;
STICKLINE(CLOSE=cg and C
A:=VOL*CLOSE;
B:=SUM(A,1)/SUM(VOL,1);
B1:=EMA(B,17);
主力:(B-B1)*100/B,COLORRED;
进:STICKLINE(主力>=0 AND 0>=REF(0,1),0,主力,3,0),COLORRED;
出:STICKLINE(主力<0 AND 0>=REF(0,1),0,主力,3,0),COLORGREEN;