{macd变色龙}
{macd变色龙,macd的精义为缩头缩脚,参数用系统自带的,可与良友macd互为参照}
{好用的东东,录变红有机会,红变录要当心}
dif1:=ema(close,12) - ema(close,26);
dea1:=ema(dif1,9);
macd1:=2*(dif1-dea1),stick;
macd2:=ema(macd1,3);
stickline(macd1>macd2 and macd1>0,0,macd1,1,0),colorred;
stickline(macd1>macd2 and macd1<0,0,macd1,1,0),colorgreen;
stickline(macd1<macd2,0,macd1,1,0),colorcbcbc0;
stickline(macd1>=0 or macd1<=0,0,0,50,1),colorwhite;
dif:dif1,color33ff33;
dea:dea1,coloryellow;
macd:macd1,nodraw,colormagenta;
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1),colorwhite;
d:=sma(k,3,1),coloryellow;
j:=3*k-2*d,colorff00ff;
mm:=if(macd< 0,macd,0);
jj:=mm> ref(mm,1);
zz:=ref(jj,1)=1;
准备:=(jj and zz)*dea;
jh:=hhv(max(k,max(d,j)),250);
dh:=hhv(max(dif,dea),250);
sh:=intpart(jh/dh)/2;
diff50:=sh*dif+50,colorffff00;
dea50:=sh*dea+50,colorblue;
缩头:=if(1.5*(diff50-dea50)>0 and ref(1.5*(diff50-dea50),1)>ref(1.5*(diff50-dea50),2) and 1.5*(diff50-dea50)< ref(1.5*(diff50-dea50),1),1,0);
缩脚:=if(1.5*(diff50-dea50)<0 and ref(1.5*(diff50-dea50),1)< ref(1.5*(diff50-dea50),2) and 1.5*(diff50-dea50)>ref(1.5*(diff50-dea50),1),1,0);
杀多:=if(1.5*(diff50-dea50)<0 and ref(1.5*(diff50-dea50),1)> ref(1.5*(diff50-dea50),2) and 1.5*(diff50-dea50)<ref(1.5*(diff50-dea50),1),1,0);
诱空:=if(1.5*(diff50-dea50)>0 and ref(1.5*(diff50-dea50),1)< ref(1.5*(diff50-dea50),2) and 1.5*(diff50-dea50)>ref(1.5*(diff50-dea50),1),1,0);
阻力:=if(cross(c,ma(c,20)) or cross(c,ma(c,60)),10,0);
drawtext(filter(杀多,3) and 杀多,macd+0.1,'杀多'),colorff00ff;
drawtext(filter(缩头,3) and 缩头,macd+0.1,'卖'),colorff00ff;
drawtext(filter(诱空,3) and 诱空,macd+0.1,'?洗'),color00ff00;
drawtext(filter(缩脚,3) and 缩脚,macd-0.1,'买'),color00ff00;
if(macd>=ref(macd,1),dif1,drawnull),colorred,linethick2;
上一指标公式:KDJ能者为师指标详解 通达信能者为师
下一指标公式:VOL6愚公专用副图指标详解 通达信源码指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文macd变色龙指标详解 通达信变色龙仅供学习研究。