寻庄macd指标公式
在普通macd的基础上加入了选股公式,方便看盘。
diff : ema(close,short) - ema(close,long);
dea : ema(diff,m);
macd : 2*(diff-dea);
zero : 0;
diff:( ema(close,12) - ema(close,26))*100,colorred;
dea: ema(diff,9),coloryellow,linethick1;
macd:= 2*(diff-dea);
{partline(diff,diff>=ref(diff,1),rgb(255,0,0),
diff<ref(diff,1),rgb(0,255,0)),linethick1;}
stickline(macd>0 and macd>=ref(macd,1),0,macd,2,0),colorred;
stickline(macd>0 and macd<ref(macd,1),0,macd,2,0),colorcyan;
stickline(macd<0 and macd>=ref(macd,1),0,macd,2,0),colormagenta;
stickline(macd<0 and macd<ref(macd,1),0,macd,2,0),colorgreen;
stickline(macd<ref(macd,1)and macd>0,0,macd,4,0 ),colorcyan;
低位金叉:=cross(diff,dea) and diff<-0.1;
stickline(低位金叉,dea*0.86,dea*0.66,6,0),coloryellow;
drawtext(低位金叉,dea*0.86,' 金叉'),coloryellow;
jccount:=count(cross(diff,dea),barslast(dea>=0));
二次金叉:=cross(diff,dea) and dea<0 and count(jccount=2,21)=1;
stickline(二次金叉,dea*0.96,dea*0.76,6,0),colorff00ff;
drawicon(二次金叉,dea*1.1,'buy') ;
drawtext(二次金叉,dea*0.96,' 金叉'),colorff00ff;
a1:=barslast(ref(cross(diff,dea),1));
底背离:=ref(close,a1+1)>close and diff>ref(diff,a1+1) and cross(diff,dea);
stickline(底背离,dea*1.09,dea*0.86,6,0),color00ff00;
drawline(a1=0,dea,底背离,dea,0),colorred,linethick1;
drawtext(底背离,dea*1.09,' 底背'),color6600ff;
a2:=barslast(ref(cross(dea,diff),1));
顶背离:=ref(close,a2+1)<close and ref(diff,a2+1)>diff and cross(dea,diff);
drawline(a2=0,dea,顶背离,dea,0),colorgreen,linethick1;
drawtext(顶背离,dea*1.2,' 顶背'),color00ff00;
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
yxf:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
蓝:if(filter(yxf=1,5),20,0),colorliblue,linethick3;
红: if(filter(yxf=1,5),10,0),colorred,linethick2;
黄: if(filter(yxf=1,5),5,0),coloryellow,linethick1;
diff:=ema(close,12)-ema(close,26);
dea:=ema(diff,9);
macd上拐:ref(dea,2)>ref(dea,1) and ref(dea,1)<dea;
支撑位:if((ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100>=0,ref(ema(close,15),barslast(cross((ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100,0))+1),drawnull),colorred,linethick1;
阻力位:if((ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100<0,ref(ema(close,15),barslast(cross(0,(ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100))+1),drawnull),colorgreen,linethick1;
过渡:if(bbi,10,drawnull),colorwhite,linethick2;
持股:if(c>bbi and bbi>ref(bbi,1),10,drawnull), colorred,linethick2;
持币:if(c<=bbi and bbi<=ref(bbi,1),10,drawnull),colorgreen,linethick2;
zero : 0;
上一指标公式:拉升资金火焰山指标公式详解 同花顺拉升资金
下一指标公式:通道画线指标公式详解 同花顺通道
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文寻庄MACD指标公式详解 同花顺寻庄MACD仅供学习研究。