同花顺看盘专用公式
-
相关简介:同花顺看盘专用公式 源码 MA1:EMA(CLOSE,3),coloryellow; MA2:EMA(CLOSE,5),coloryellow; MA3:EMA(CLOSE,8),coloryellow; MA4:EMA(CLOSE,10),colorred; MA5:EMA(CLOSE,12),colorred; MA6:EMA(CLOSE,15),colorred; MA7:EMA(CLOSE,30),colorgreen; 短买: DRAWICON(CROSS(MA1,MA2),L-0.2
-
文章来源:股海网作者:股海网发布时间:2015-10-10浏览次数:
同花顺看盘专用公式
源码
MA1:EMA(CLOSE,3),coloryellow;
MA2:EMA(CLOSE,5),coloryellow;
MA3:EMA(CLOSE,8),coloryellow;
MA4:EMA(CLOSE,10),colorred;
MA5:EMA(CLOSE,12),colorred;
MA6:EMA(CLOSE,15),colorred;
MA7:EMA(CLOSE,30),colorgreen;
短买: DRAWICON(CROSS(MA1,MA2),L-0.2,4),colorred;
短卖: DRAWICON(CROSS(MA2,MA1),H+0.1,5),colorgreen;
红三角买入: DRAWICON( CROSS(MA4,MA7),L-0.25,8),colorred;
MA8:EMA(CLOSE,35),colorgreen;
MA9:EMA(CLOSE,40),colorgreen;
MA10:EMA(CLOSE,45),colorblue;
MA11:EMA(CLOSE,50),colorblue;
MA12:EMA(CLOSE,60),colorblue;