打印本文 打印本文  关闭窗口 关闭窗口  
大智慧与主力同步指标公式
作者:佚名  文章来源:不详  点击数  更新时间:2011/10/29 0:08:21  文章录入:萃富投资  责任编辑:萃富

N1:=38;N2:=8;N3:=7;
X1:=100*(HHV(HIGH,N1)-CLOSE)/(HHV(HIGH,N1)-LLV(LOW,N1));
Var1:=100*(HHV(HIGH,N2)-CLOSE)/(HHV(HIGH,N2)-LLV(LOW,N2));
Var2:=100*(HHV(HIGH,N3)-CLOSE)/(HHV(HIGH,N3)-LLV(LOW,N3));
Var3:=Var1-X1;
Var4:=X1-Var1;
STICKLINE(X1>=0,0,Var2,8,0),Colorgreen;
DRAWTEXTABS(5,5,'萃富网 www.cuiv.com'),linethick1,COLOR00EEff;
主力介入区: STICKLINE(Var3<0,0,Var4,8,0),COLOR0000AA;
STICKLINE(Var3<0,0,Var4,6,0),COLOR0000bb;
STICKLINE(Var3<0,0,Var4,4,0),COLOR0000cc;
STICKLINE(Var3<0,0,Var4,2,0),COLOR0000ee;
STICKLINE(Var3<0,0,Var4,0,0),COLOR0000ff;
STICKLINE(X1>=0,0,Var1,8,1),colorblue;
主力出货区: STICKLINE(Var4<0,0,Var3,8,1),coloryellow;

大智慧与主力同步指标公式

 

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