同花顺新短线王主图指标公式
基本概况:
- 指标类别: 同花顺指标
- 授权方式: 免费版
- 指标评级: ★★★★★
- 指标语言: 简体中文
- 指标来源: 互联网
- 指标日期: 2017-08-21 00:00:00
内容介绍:
同花顺新短线王主图指标公式CG:ma(C,17),linethick1;
STICKLINE(CLOSE>cg and c>o,OPEN,CLOSE,4,0),COLORWHITE;
STICKLINE(CLOSE=cg and c>o ,OPEN,CLOSE,4,0),COLORWHITE;
STICKLINE(CLOSE>cg and C>o,LOW,OPEN,0.4,0),COLORWHITE;
STICKLINE(CLOSE=cg and C>o,LOW,OPEN,0.4,0),COLORWHITE;
STICKLINE(CLOSE>cg and C>o,CLOSE,HIGH,0.4,0),COLORWHITE;
STICKLINE(CLOSE=cg and c>o,CLOSE,HIGH,0.4,0),COLORWHITE;
STICKLINE(CLOSE>cg and c<o,OPEN,CLOSE,4,1), COLORRED;
STICKLINE(CLOSE=cg and c<o ,OPEN,CLOSE,4,1), COLORRED;
STICKLINE(CLOSE>cg and C<o,LOW,OPEN,0.4,1), COLORRED;
STICKLINE(CLOSE=cg and C<o,LOW,OPEN,0.4,1), COLORRED;
STICKLINE(CLOSE>cg and C<o,CLOSE,HIGH,0.4,1),COLORRED;
STICKLINE(CLOSE=cg and c<o,CLOSE,HIGH,0.4,1),COLORRED;
STICKLINE(CLOSE<cg,CLOSE,OPEN,4,0), color00ff00;
STICKLINE(CLOSE=cg,CLOSE,OPEN,4,0), color00ff00;
STICKLINE(CLOSE<cg,OPEN,LOW,0.4,0), color00ff00;
STICKLINE(CLOSE=cg,OPEN,LOW,0.4,0), color00ff00;
STICKLINE(CLOSE<cg,HIGH,CLOSE,0.4,0), color00ff00;
STICKLINE(CLOSE=cg,HIGH,CLOSE,0.4,0),color00ff00;
amv0:=vol*(o+c)/2;
博杀生命线:sum(amv0,88)/sum(vol,88),colorff00ff,linethick1;
FL:=hhv(CG,2);
博杀持股线:hhv(CG,2),color00ff00,linethick1;
FS:CG-(FL-CG),coloryellow,linethick1;
同花顺新短线王主图指标公式: 更新时间:2017-8-21 14:45