看庄均线副图指标 EA

看庄均线副图指标

rn

一个可以发现大黑马的指标!

rn

源码

rn

投机线:ma(c,5)-ma(c,200),colorwhite;
rn操作线:ma(c,21)-ma(c,200)coloryellow;
rn底线:ma(c,55)-ma(c,200),colorgreen;

rn

 0,pointDOT;
rn STICKLINE( c>O,h-ma(c,200) ,l-ma(c,200) ,1 ,0 ),COLORred;
rn STICKLINE( c>O,C-ma(c,200) ,O-ma(c,200) ,4 ,0 ),COLORred;
rn STICKLINE( O>=C,h-ma(c,200) ,l-ma(c,200) ,1 ,0 ),COLORcyan;
rn STICKLINE( O>=C,O-ma(c,200) ,C-ma(c,200) ,4 ,0 ),COLORcyan;
rn 

rn

看庄均线副图指标

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

请登录后发表评论

    暂无评论内容