【大智慧】控盤1號指標(biāo)公式
攻城獅 2015.12.25 17:36
DRAWGBKLAST(close>0,STRIP(RGB(0,128,128),RGB(25,25,112),0));
TT:=VOL/TICKCOUNT;
TT10:=ma(TT,10);
TT60:=(ma(TT,60));
ma10:=ma(c,10);
ma60:=ma(c,60);
aa:=-(TT10-TT60);
bb:=ma10>=ma60;
cc:=aa>=0 and bb;
STICKLINE(aa<0,0,aa,8.10,0),colorgreen;
{概念股網(wǎng)-股票公式網(wǎng)站 www.chiang1015.com}
STICKLINE(cc ,0,aa,8.10,0),COLOR0000CC;
STICKLINE((not(aa<0) and not(cc) ),0,aa,8.10,0),colorwhite;
控盤天數(shù):barslast(not(not(aa<0) and cc)),coloryellow,LINETHICK0;
申明:本文為作者投稿或轉(zhuǎn)載,在概念股網(wǎng) http://www.chiang1015.com/ 上發(fā)表,為其獨立觀點。不代表本網(wǎng)立場,不代表本網(wǎng)贊同其觀點,亦不對其真實性負(fù)責(zé),投資決策請建立在獨立思考之上。