飞狐均线变动速率OSCMACD副图指标
rn
源码
rn
long:=34;short:=5;
rn
OSC: (MA(CLOSE,SHORT)-MA(CLOSE,LONG))/MA(CLOSE,SHORT)*100, COLORSTICK;
rnOSCMACD: MA(OSC,5);
rnstickline(OSC>0,0,OSC,8,0),colorRED;
rnstickline(OSC<0,0,OSC,8,0),colorgreen;
rn

© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END




















暂无评论内容