飞狐玄黄箱体副图指标 EA

飞狐玄黄箱体副图指标

rn

源码

rn

L1:=6;L2:=55;

rn

h1 := (CLOSE-MA(CLOSE,L1))/MA(CLOSE,L1)*100;
rnh2 : HHV((CLOSE-MA(CLOSE,L1))/MA(CLOSE,L1)*100,L2);
rns:LLV((CLOSE-MA(CLOSE,6))/MA(CLOSE,6)*100,55);
rns1:h1/h2;
rnSTICKLINE(h1>ref(h1,1) ,h1 ,ref(h1,1),8 ,1),colorred;
rnSTICKLINE(h1<=ref(h1,1) ,h1,ref(h1,1),8 ,1),colorgreen;

rn

飞狐玄黄箱体副图指标

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

请登录后发表评论

    暂无评论内容