指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:绝对一流的变色MACD公式详解 大智慧变色
极品推荐:绝对一流的变色macd,请高手改成通达信用的!谢了!!
diff:(ema(close,12) - ema(close,26))*20,colorwhite,linethick1;
dea:ema(diff,9),coloryellow,linethick1;
macd:2*(diff-dea), colorstick;
macd1:2*(diff-dea),colorred,linethick0;
macd2:wma(macd1,3),colorcyan,linethick0;
stickline(macd1>macd2 and macd1>0,0,macd1,2,0),colorred;
stickline(macd1>macd2 and macd1<0,0,macd1,2,0),coloryellow;
stickline(macd1<macd2,0,macd1,1,0),colorcyan;
s1:=macd<0;
s2:= (macd>=0);
s3:=barslast(cross(diff,dea));
s4:=ref(s3,s3+1);
s5:=dea>ref(dea,s4);
s6:=dea;
上成立:=cross(diff,dea) and s5;
下成立:=cross(diff,dea) and s6;
l1:=(ema(close,3) - ema(close,13));
l2:=ema(l1,9);
l3:=barslast(cross(l1,l2));
l4:=ref(l3,l3+1);
l5:=l2;
变盘:cross(l1,l2) and l5,linethick0,colord6ff9c;
stickline(变盘,5,-5,4,1),colord6ff9c;
成立距今:barslast(cross(diff,dea)),linethick0;
l6:=barscount(close);
drawicon(cross(l1,l2),diff,7),align2,layer0;
drawicon(cross(l2,l1),diff,8),align2,layer0;
ref(dea,s3),pointdot,colorgreen;
if(l1>l2,ref(dea,s3),0),pointdot,linethick5,colorb078ff;
if(macd<0,ref(dea,s3),0),pointdot,linethick5,colorgreen;
vertline(上成立,3),coloryellow;
vertline(下成立,3),colorred;
partline(diff,diff>dea),colorff11cc,linethick1;
partline(diff,diff>dea and diff<0),colorred,linethick1;
ls:=if(diff>dea and diff>0,1,0);
加速上扬:if(ref(ls=0,1) and ls=1,0.1,0);
xg1:cross(macd1,macd2) and macd1<0,linethick0;
xg2:cross(diff,dea),linethick0;
m1:=macd>ref(macd,1) and diff<dea;
绿柱短了:m1 and count(m1,10)=1 and c>ma(c,55) and count(macd<0,5)>=5,linethick0;
drawtext(绿柱短了,macd,'绿柱短了');
>>>使用本站搜索工具可以找到更多“绝对一流的变色MACD公式详解 大智慧变色”