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,3.2,0),color000055;
stickline(macd1>macd2 and macd1>0,0,macd1,2.7,0),color000077;
stickline(macd1>macd2 and macd1>0,0,macd1,2.1,0),color000099;
stickline(macd1>macd2 and macd1>0,0,macd1,1.5,0),color0000bb;
stickline(macd1>macd2 and macd1>0,0,macd1,0.9,0),color0000dd;
stickline(macd1>macd2 and macd1>0,0,macd1,0.3,0),color0000ff;
stickline(macd1>macd2 and macd1<0,0,macd1,3.2,0),color555555;
stickline(macd1>macd2 and macd1<0,0,macd1,2.7,0),color777777;
stickline(macd1>macd2 and macd1<0,0,macd1,2.1,0),color999999;
stickline(macd1>macd2 and macd1<0,0,macd1,1.5,0),colorbbbbbb;
stickline(macd1>macd2 and macd1<0,0,macd1,0.9,0),colordddddd;
stickline(macd1>macd2 and macd1<0,0,macd1,0.3,0),colorffffff;
stickline(macd1<macd2,0,macd1,3.2,0),colorb20000;
stickline(macd1<macd2,0,macd1,2.7,0),colorec0000;
stickline(macd1<macd2,0,macd1,2.1,0),colorff4600;
stickline(macd1<macd2,0,macd1,1.5,0),colorff6300;
stickline(macd1<macd2,0,macd1,0.9,0),colorff8b00;
stickline(macd1<macd2,0,macd1,0.3,0),colorffab00;
stickline(macd1>=0 or macd1<=0,0,0,50,1),colorwhite;
dif:dif1,color33ff33,linethick1;
dea:dea1,coloryellow,linethick1;
macd:macd1,nodraw,colormagenta;
n:=7; n2:=8; n3:=9;
var1:=ref(ma(c,20),10);开:=o-var1;高:=h-var1;低:=l-var1;收:=c-var1;mid:=ma(c,20);
upper:=mid+2*std(c,20);lower:=mid-2*std(c,20);v1:=(c-lower)/(upper-lower)*100;
v2:=v1-ema(v1,5);k1:=sum(llv(v2,4),4)/4;v3:=ema(v2,64)*10;v4:=ema(0.4*v2*(-1),3);
v5:=-1*ema(v2,39)*10;a:=v3>10;b:=v2>v4;d:=v5>10;e:=v3<=10 or v2<=v4 or v5<=10;
均线1:ma(收, n);
均线2:ma(收, n2);
均线3:ma(收, n3);
stickline(c,0,0,6,0),colord9d919;
stickline(收>=开 and e,高,低,0,0), coloryellow;
stickline(收>=开 and e,收,开,2,0) ,coloryellow;
stickline(收< 开 and e,高,低,0,0) ,coloryellow;
stickline(收< 开 and e,收,开,2,0) ,coloryellow;
stickline(开> 收 and a ,低,高,0,0),colorff0000;
stickline(开> 收 and a ,收,开,2,0),colorff0000;
stickline(开<=收 and a,低,高,0,0),coloryellow;
stickline(开<=收 and a,收,开,2,1),coloryellow;
stickline(开> 收 and b,低,高,0,0),colorred;
stickline(开> 收 and b,收,开,2,0),colorred;
stickline(开<=收 and b,低,高,0,0),colorred;
stickline(开<=收 and b,收,开,2,1),colorred;
stickline(开> 收 and d,低,高,0,0),colorgreen;
stickline(开> 收 and d,收,开,2,0),colorgreen;
{stickline(开<=收 and d,收,开,2,1),colorgreen};
上一指标公式:抄底买指标详解 通达信抄底
下一指标公式:发财翻番指标详解 通达信翻番
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文机构K线+macd整合指标详解 通达信机构macd仅供学习研究。