飞狐冲击波副图指标 EA

飞狐冲击波副图指标

rn

源码

rn

{冲击波D1}

rn

a:=ema((c+o+high+low)/4,20);
rn上:=a*0.08;
rn下:=1-a*0.075;
rnb:=IF(CLOSE>下,上,下);
rn下沿:INTPART(CLOSE/b )*b,pointdot,linethick2,colorgreen;
rn上沿:下沿+b,pointdot,linethick2,coloryellow ;
rn中线:(下沿+上沿)/2,pointdot,linethick2,colorwhite;

rn

《太阳鸟》趋势:a+a*0.008,colorwhite;

rn

飞狐冲击波副图指标

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

请登录后发表评论

    暂无评论内容