大智慧控盘1号指标公式

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;

{指标公式123网-股票公式网站 www.GupAng.com}

STICKLINE(cc ,0,aa,8.10,0),COLOR0000CC;

STICKLINE((not(aa<0) and not(cc) ),0,aa,8.10,0),colorwhite;

控盘天数:barslast(not(not(aa<0) and cc)),coloryellow,LINETHICK0;