绿色为空头区域,红色为多头区域。
可以根据颜色变化,进行相应的操作。
diff : (ema(close,short) - ema(close,long));
dea : ema(diff,m);
macd : 4*(diff-dea);
zero : 0;
stickline(diff>=ref(diff,1),hhv(macd,89),llv(macd,89),12,0),colorbrown;
stickline(diff<ref(diff,1),hhv(macd,89),llv(macd,89),12,0),colorligreen;
rsv=(close-llv(low,n))/(hhv(high,n)-llv(low,n));
a=sma(rsv,m1,1);
b=sma(a,m2,1);
e=3*a-2*b;
if(a<0) a=0;
if(a>100) a=100;
if(b<0) b=0;
if(b>100) b=100;
if(e<0) e=0;
if(e>100) e=100;
macd2:=(2 * (diff - dea));
du0:=cross(diff,0);
ud0:=cross(0,diff);
tdu0:=barslast(du0);
tud0:=barslast(ud0);
du3:=ref(du0,1);
ud3:=ref(ud0,1);
tdu3:=barslast(du3);
tud3:=barslast(ud3);
udgline:=if((tdu3 < tud3),ref(hhv(high,2),tdu3),ref(llv(low,2),tud3));
jdu0:=(((ref(close,1) <= ref(udgline,1)) and (close > udgline)) and (tdu0 < tud0));
jud0:=(((ref(close,1) >= ref(udgline,1)) and (close < udgline)) and (tud0 < tdu0));
jdu1:=(jdu0 and (count(jdu0,tdu0) = 1));
jud1:=(jud0 and (count(jud0,tud0) = 1));
jdu2:=(jdu1 and (ref(barslast(jud1),1) < ref(barslast(jdu1),1)));
jud2:=(jud1 and (ref(barslast(jud1),1) > ref(barslast(jdu1),1)));
jdu3:=(jdu1 and (ref(barslast(jud1),1) > ref(barslast(jdu1),1)));
jud3:=(jud1 and (ref(barslast(jud1),1) < ref(barslast(jdu1),1)));
bsline:=if((barslast(jdu2) < barslast(jud2)),if(ref(cross(0,macd2),1),llv(low,2),ref(llv(low,2),barslast(ref(cross(0,macd2),1)))),if(ref(cross(macd2,0),1),hhv(high,2),ref(hhv(high,2),barslast(ref(cross(macd2,0),1)))));
stickline((macd2>=0),0,macd2,2,0),colorff00ff;
stickline(((macd2>=0) and (macd2 < ref(macd2,1))),0,macd2,2,1),colorgreen;
stickline((macd2<0),0,macd2,2,0),colorffff00;
stickline(((macd2<0) and (macd2 > ref(macd2,1))),0,macd2,2,0),coloryellow;
defut:=barslast(cross(macd2,0));
defdt:=barslast(cross(0,macd2));
deful:=if((macd2 >= 0),hhv(macd2,(defut + 1)),ref(hhv(macd2,(defut + 1)),(defdt + 1)));
defdl:=if((macd2 < 0),llv(macd2,(defdt + 1)),ref(llv(macd2,(defdt + 1)),(defut + 1)));
defu2l:=ref(deful,(defut + 1));
defd2l:=ref(defdl,(defdt + 1));
a1:=barslast(ref(cross(diff,dea),1));
底背离:=ref(close,a1+1)>close and diff>ref(diff,a1+1) and cross(diff,dea);
stickline(底背离,0,0.5,4,0),colorwhite;
dif2:ema(sum(macd2,2),3),linethick2,coloryellow;
入1:if(dif2>ref(dif2,1),dif2,drawnull),colorred,linethick2;
入2:if(dif2<ref(dif2,1),dif2,drawnull),colorgreen,linethick2;
dea2:ma(dif2,5),colorcyan;
dif3:=ema(close,12)-ema(close,26);
dea3:=ema(dif3,9);
macd3 := 2*(dif3-dea3);
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;//www.goodgongshi.com
止跌:macd3>ref(macd3,1) and ref(macd3,2)>=ref(macd3,1) and j<50 and c>ref(c,1) and c>o and j>ref(j,1);
n1:=12;
n2:=26;
n3:=9;
上一指标公式:变异梯量柱指标公式详解 同花顺变异
下一指标公式:精准出击指标公式详解 同花顺精准
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文MACD颜色操盘指标公式详解 同花顺颜色MACD仅供学习研究。