源码:
DRAWTEXTABS(5,5 ,'■筹码高度集中'),COLORFF00FF,linethick1;
DRAWTEXTABS(95,5 ,'■筹码突破,注意变盘'),COLORyellow,linethick1;
A:sma(cost(67),2,1),COLORwhite;
sma(cost(50),2,1),COLORwhite;
sma(cost(35),2,1),COLORwhite;
B:sma(cost(20),2,1),COLORwhite;
价:c,LINETHICK2,COLORred;
筹:sma(cost(87),2,1),COLORGREEN;{http://www.ttchagu.com}
DRAWTEXT( vol/CAPITAL<0.007,筹,'o'),COLORYELLOW;{http://ttchagu.com}
STICKLINE((A-B)<=0.8 AND 价<=筹,0,1,6,0),COLORFF00FF;
STICKLINE((A-B)<=0.8 AND 价>=筹 AND REF(价,1)<REF(筹,1) ,0,3,6,0),COLORYELLOW;{http://ttchagu.com}
日换手率:=vol/CAPITAL*100;
DRAWTEXT( vol/CAPITAL<0.01,价,'*') ,COLORFFFF00;