飞狐日月周MACD副图指标
rn
源码
rn
DIFF : EMA(CLOSE,12) – EMA(CLOSE,26);
rnDEA : EMA(DIFF,9);
rnMACD : 2*(DIFF-DEA), COLORSTICK;
rn周diff:sma("macd.diff#week",2,1),colorgreen;
rn周DEA:sma("macd.DEA#week",2,1),color0099db;
rn月diff:sma("macd.diff#month",5,1),colorcyan;
rn月DEA:sma("macd.DEA#month",5,1),color999901;
rn

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




















暂无评论内容