通达信八色成交量指标公式

通达信攻击式涨停选股指标公式

通达信八色成交量指标公式:

量:=IF(C>200,vol/1000000,VOL/100);

换手率率:=VOL/CAPITAL*100;

振振幅:=((H-L)/L)*100;

量比比:=VOL/MA(VOL,10);

stICKLINE(C<O,0,IF(换手率率<1,量,0),8,0),colorEEEE00;

STICKLINE(C>=O,0,IF(换手率率<1,量,0),8,1),color0033ff;

{地量:STICKLINE(C<O AND 换手率<1,0,量,6,0 ),colorffffff;}

低靡:STICKLINE(C<O AND 换手率率>=1 and 换手率率<2,0,量,6,0 ),colorccffcc;

温和:STICKLINE(C<O AND 换手率率>=2 and 换手率率<3,0,量,6,0 ),color00ffff;

活跃:STICKLINE(C<O AND 换手率率>=3 and 换手率率<5,0,量,6,0 ),color33AAff;

带量:STICKLINE(C<O AND 换手率率>=5 and 换手率率<8,0,量,6,0 ),colorFF00FF;

放量:STICKLINE(C<O AND 换手率率>=8 and 换手率率<15,0,量,6,0 ),color33FF00;

巨量:STICKLINE(C<O AND 换手率率>=15 and 换手率率<25,0,量,6,0 ),colorFFCC33;

怪异:STICKLINE(C<O AND 换手率率>=25,0,量,6,0),colorff6600;

累计率:=sum(VOL/CAPITAL,300),Color008EFF;

STICKLINE(C>=O AND 换手率率>=1 and 换手率率<2,0,量,8,1 ),colorccffcc;

STICKLINE(C>=O AND 换手率率>=2 and 换手率率<3,0,量,8,1 ),color00FFFF;

STICKLINE(C>=O AND 换手率率>=3 and 换手率率<5,0,量,8,1 ),color33AAff;

STICKLINE(C>=O AND 换手率率>=5 and 换手率率<8,0,量,8,1 ),colorFF00FF;

STICKLINE(C>=O AND 换手率率>=8 and 换手率率<15,0,量,8,1 ),color33FF00;

STICKLINE(C>=O AND 换手率率>=15 and 换手率率<25,0,量,8,1 ),colorFFCC33;

STICKLINE(C>=O AND 换手率率>=25,0,量,8,1),colorff6600;

{MA1:MA(量,5),color00ffff;

MA2:MA(量,13),colorff00ff;

MA3:MA(量,55),color00ff00;}

通达信牛马撑压主图指标公式