macd修改副图
input:
short(45,10,1000),long(90,10,1000),m(20,5,1000);
m5:=ema(indexc,5);
m20:=ema(indexc,20);
mhyear:=ema(indexc,120);
myear:=ema(indexc,240);
diff:=ema(close,short)-ema(close,long);
dea:=ema(diff,m);
macd:2*(diff-dea),coloryellow;
stickline(macd<ref(macd,1) and macd>0 and indexc>m20,0,macd,4,1),coloryellow;
stickline(macd>=ref(macd,1) and macd>0 and indexc>m20 and m5>m20,0,macd,4,1),colorred;
stickline(macd>=ref(macd,1) and macd>0 and (indexc<m20 or m5<m20),0,macd,4,1),colorgreen;
stickline(macd<=ref(macd,1) and macd>0 and indexc<m20,0,macd,4,1),colorgreen;
stickline(macd>ref(macd,1) and macd<0 and mhyear>myear and (m5<m20 or c<m20),0,macd,4,1),colorgreen;
stickline(macd>ref(macd,1) and macd<0 and mhyear>myear and (m5>=m20 and c>m20),0,macd,4,1),coloryellow;
stickline(macd>ref(macd,1) and macd<0 and mhyear<myear,0,macd,4,1),colorgreen;
stickline(macd<ref(macd,1) and macd<0 and indexc>myear and indexc>m20 and m5>m20,0,macd,4,1),colorgreen;
stickline(macd<ref(macd,1) and macd<0 and indexc>myear and (indexc<m20 or m5<m20),0,macd,4,1),colorgreen;
stickline(macd<ref(macd,1) and macd<0 and indexc<myear,0,macd,4,1),colorgreen;
0,colorwhite;
出现第一根红色柱壮线做个选股预警公式:
m5:=ema(indexc,5);
m20:=ema(indexc,20);
diff:=ema(close,45)-ema(close,90);
dea:=ema(diff,20);
macd:=2*(diff-dea);
aa:=macd>=ref(macd,1) and macd>0 and indexc>m20 and m5>m20;
xg:cross(aa,0.5);
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文MACD修改副图公式下载 大智慧指标源码MACD修改仅供学习研究。