看庄均线副图指标
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




















暂无评论内容