飞狐江恩倍数主图指标 EA

飞狐江恩倍数主图指标

rn

源码

rn

M:=10;

rn

江恩倍数MA55:MA(CLOSE,55),linethick3;
rna:=(3*c+l+o+h)/6;
rnb:(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6)
rn+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)
rn+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+
rnref(a,20))/210;
rnd:ma(b,m);

rn

M10:(江恩倍数MA55*1.1),linethick3;
rnM20:(江恩倍数MA55*1.2),linethick3;
rnM30:(江恩倍数MA55*1.3),linethick3;
rnM40:(江恩倍数MA55*1.4),linethick3;
rn{b10:(mA55/1.1),POINTDOT;b20:(mA55/1.2),POINTDOT;b30:(mA55/1.3),POINTDOT;b40:
rn(A55/1.4),POINTDOT;}
rnm120:ma(c,120);

rn

STICKLINE(open>=close ,close ,open,9,0 ),COLORaaaaaa;
rnSTICKLINE(open>=close ,close ,open,6,0 ),COLORbbbbbb;
rnSTICKLINE(open>=close ,close ,open,2.4,0 ),COLORcccccc;
rnSTICKLINE(open>=close ,close ,open,1.1,0 ),COLORdddddd;

rn

STICKLINE(close>open,close,open,9,0 ),COLOr6666cc;
rnSTICKLINE(close>open,close,open,6 ,0 ),COLOR7777dd;
rnSTICKLINE(close>open,close,open,2.4 ,0 ),COLOR8888ee;
rnSTICKLINE(close>open,close,open,1.1 ,0 ),COLOR9999ff;

rn

STICKLINE(close>open,open,low,0.5,0 ),COLOR1199ff;
rnSTICKLINE(close>open,close,HIGH,0.5 ,0 ),COLOR1199ff;
rnSTICKLINE(open>=close,close,low,0.5 ,0 ),COLORcccccc;
rnSTICKLINE(open>=close,open,HIGH,0.5 ,0 ),COLORcccccc;

rn

 飞狐江恩倍数主图指标

© 版权声明
THE END
喜欢就支持一下吧
点赞104 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容