你好,游客 登录 注册 搜索
背景:

同花顺新短线王主图指标公式

[日期:2020-01-19] 来源:  作者: [字体: ]
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;

同花顺新短线王主图指标公式

 

收藏 推荐 打印 | 录入:admin | 阅读:
相关新闻       主图指标公式  短线指标公式 
热门评论