打印本文 打印本文  关闭窗口 关闭窗口  
同花顺新短线王主图指标公式
作者:佚名  文章来源:不详  点击数  更新时间:2011/10/29 0:24:58  文章录入:萃富投资  责任编辑:萃富

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;

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

 

打印本文 打印本文  关闭窗口 关闭窗口