同花顺彩色成交量副图指标
源码
p1:=5;p2:=10;
今量: VOL ,POINTDOT ,COLORffffff;
换手: MA(100*V/CAPITAL,1),POINTDOT ,COLORffffff;
均量1: MA(VOL,p1),COLOR00ffff;
换手1: MA(100*V/CAPITAL,P1),POINTDOT ,COLOR00ffff;
均量2: MA(VOL,p2),COLOR00CC00;
换手2: MA(100*V/CAPITAL,P2),POINTDOT ,COLOR00CC00;
STICKLINE( C>=O,0 ,今量*1.0,6 ,0 ),COLOR0000ff;
STICKLINE( C>=O,0 ,今量*0.8,6 ,0 ),COLOR0066ff;
STICKLINE( C>=O,0 ,今量*0.6,6 ,0 ),COLOR0099ff;
STICKLINE( C>=O,0 ,今量*0.4,6 ,0 ),COLOR00ccff;
STICKLINE( C>=O,0 ,今量*0.2,6 ,0 ),COLOR00ffff;
STICKLINE( C<O,0 ,今量*1.0,6 ,0 ),COLORffff66;
STICKLINE( C<O,0 ,今量*0.8,6 ,0 ),COLORffcc66;
STICKLINE( C<O,0 ,今量*0.6,6 ,0 ),COLORff9966;
STICKLINE( C<O,0 ,今量*0.4,6 ,0 ),COLORff6666;
STICKLINE( C<O,0 ,今量*0.2,6 ,0 ),COLORcc0033;