DIFF1:=EMA(CLOSE,16) – EMA(CLOSE,58);
DEA1:=EMA(DIFF1,88);
macd1:2*(DIFF1-DEA1)*100 ;
mamacd1:ma(macd1,5),colorwhite;
DIFF:=EMA(CLOSE,8) – EMA(CLOSE,26);
DEA:=EMA(DIFF,50);
MACD:2*(DIFF-DEA)*100 ;
{股旁网-股票公式网站 www.gupang.com}
mamacd:ma(macd,5),colorwhite;
xg:macd1>mamacd1 and macd>mamacd and MACD<0;
STICKLINE(macd1<mamacd1,0,macd1,4,0),COLORgreen;
STICKLINE(macd>mamacd,macd1*0.6,0,4,0),COLORyellow;
STICKLINE(macd<0,mamacd,macd1,4,0),COLORgreen;
STICKLINE(macd1>mamacd1 and macd>mamacd ,0,macd1,4,0),COLORred;

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。