DIFF8 := EMA(CLOSE,25) - EMA(CLOSE,65),POINTDOT,LINETHICK2; DEA8 := EMA(DIFF8,45),POINTDOT,LINETHICK2; MACD8 := 2*(DIFF8-DEA8), COLORSTICK; FILLRGN(diff8>=dea8,diff8,dea8),Color006CCC; FILLRGN(diff8<dea8,diff8,dea8)colorblue; FILLRGN(diff8<ref(diff8,1) and macd8>0,diff8,dea8),Color003C76; DIFF :=EMA(CLOSE,12) - EMA(CLOSE,26),coloryellow,linethick2; DEA := EMA(DIFF,9)colorGREEN,linethick2; MACD : 2*(DIFF-DEA), COLORSTICK,linethick1; stickline(macd<ref(macd,1) and diff>dea,macd,0,1,0),Colorred; stickline(macd>ref(macd,1) and diff>dea,macd,0,7,0),COLORRED; stickline(macd>ref(macd,1) and diff>dea,macd,0,1,0),coloryellow; stickline(DIFF>DEA and macd<ref(macd,1) ,macd,0,6,0),ColorE500DD; stickline(DIFF>DEA and macd<ref(macd,1),macd,0,1,0),Coloryellow; stickline(DIFF<DEA ,macd,0,5,0),Color005B0C; stickline(DIFF<DEA ,macd,0,1,0),Color848284; stickline(DIFF<DEA and macd>ref(macd,1) ,macd,0,5,0),Color7BA600; stickline(DIFF<DEA and macd>ref(macd,1),macd,0,1,0),Colordddddd; DIFFs : EMA(CLOSE,5) - EMA(CLOSE,12)colorwhite,linethick1; DEAs : EMA(DIFFs,4)colorgreen,linethick1; MACDs := 2*(DIFFs-DEAs), COLORSTICK,linethick1; drawicon(cross(dea8,diff8),dea8,3); drawicon(cross(diff8,dea8),dea8,1); DRAWTEXT(cross(diff,dea) and macd8>0 and diffs>deas,dea,'--卧槽马')colorgreen;{点击看本软件截图: 58股票 公式网 http://www. 58gu. com 整理} |