真命掌握缠论线段中枢主图源码下载:
n1:=10;
n2:=10;
老笔:=1;
disp:=2;
k:=1;
ma7:ma(c,7),colorwhite;
ma77:ma(c,77),colorlired;
ma177:ma(c,177),colorliblue;
p1:=peak(1,k*n1,1);
p2:=peak(1,k*n1,2);
g:=ma(c,5);
d:=ma(c,10);
hh:=ref(h,5)=hhv(h,11);
ll:=ref(l,5)=llv(l,11);
wp1:=peakbars(1,k*n1,1);
wp2:=peakbars(1,k*n1,2);
fg01:=backset(hh,6)>backset(hh,5);
fd01:=backset(ll,6)>backset(ll,5);
t1:=trough(2,k*n2,1);
t2:=trough(2,k*n2,2);
fg02:=if(barslast(fg01)=barslast(fd01) and g>d,fg01,
if(barslast(fd01)>barslast(fg01),fg01,0));
fd02:=if(barslast(fg01)=barslast(fd01) and d>g,fd01,
if(barslast(fg01)>barslast(fd01),fd01,0));
wt1:=troughbars(2,k*n2,1);
wt2:=troughbars(2,k*n2,2);
fg0:=fg02 and h=hhv(h,barslast(fd02));
fd0:=fd02 and l=llv(l,barslast(fg02));
tj1:=p1>t1 and p2>t2 ;
zd:=max(t1,t2);
zg:=min(p1,p2);
gp:if(fg0,h,drawnull),circledot,colorcyan;
dp:if(fd0,l,drawnull),circledot,colorcyan;
ll:=min(t1,t2);//www.goodgongshi.com
hh:=max(p1,p2);
gq:=l>ref(h,1) and day!=ref(day,1);
dq:=h<ref(l,1) and day!=ref(day,1);
tj2:=filter(zg>zd,2);
tj3:=zg=ref(zg,barslast(tj2)) or zd=ref(zd,barslast(tj2));
tj4:=tj1 and tj2 and not(tj3);
gql:=ref(l,barslast(gq));
dqh:=ref(h,barslast(dq));
fgh:=ref(h,barslast(fg0));
fgl:=ref(l,barslast(fg0));
tj5:=between(zd,ref(zd,ref(barslast(tj4),1)),ref(zg,ref(barslast(tj4),1)));
tj6:=between(zg,ref(zd,ref(barslast(tj4),1)),ref(zg,ref(barslast(tj4),1)));
fgh1:=ref(h,barslast(fg0)+1);
fgl1:=ref(l,barslast(fg0)+1);
fgh2:=ref(h,barslast(fg0)+2);
fgl2:=ref(l,barslast(fg0)+2);
tj7:=zg>ref(zg,ref(barslast(tj4),1)) and zd<ref(zd,ref(barslast(tj4),1));
tj8:=tj4 and not(tj5 or tj6 or tj7);
fdh:=ref(h,barslast(fd0));
fdl:=ref(l,barslast(fd0));
fdh1:=ref(h,barslast(fd0)+1);
fdl1:=ref(l,barslast(fd0)+1);
fdh2:=ref(h,barslast(fd0)+2);
fdl2:=ref(l,barslast(fd0)+2);
zsd:=if(tj8,zd,ref(zd,1)),coloryellow;
zsg:=if(tj8,zg,ref(zg,1)),colormagenta;
fgzh:=if(fgl<=fgl1,fgh2,fgh1);
fgzl:=if(fgh1<fgl,fgl,if(fgl<=fgl1,fgl2,fgl1));
fdzh:=if(fdl1>fdh,fdh,if(fdh>=fdh1,fdh2,fdh1));
fdzl:=if(fdh>=fdh1,fdl2,fdl1);
zsh:=if(tj8,hh,ref(hh,1)),colorblue;
zsl:=if(tj8,ll,ref(ll,1)),colorgreen;
fg1:=fgh>fdzh and fg0;
fd1:=fdl<fgzl and fd0;
fg:=fg1 and fgh>fdh and fgl>fdl and fgl1>fdl;
fd:=fd1 and fdl<fgl and fdh<fgh and fdh1<fgh;
stickline(tj8,zsh,zsl,0,-1),colormagenta;
stickline(tj8,zsd,zsg,if(disp=1,3,0),1),colormagenta;
bh0:=(h<=ref(h,1) and l>=ref(l,1)) or (h>=ref(h,1) and l<=ref(l,1));
bhg:=count(bh0,barslast(fd0));
bhd:=count(bh0,barslast(fg0));
bgq:=count(gq,barslast(fd0));
bdq:=count(dq,barslast(fg0));
drawtext(disp=2,zsh,''),colorwhite;
bk0:=if(bhg>0,bhg+2+老笔,if(bhd,bhd+2+老笔,3));
bk:=if(bgq,bk0-bgq,if(bdq,bk0-bdq,bk0));
中枢高:zsg,colormagenta;
polyline(disp=2,ref(zsg,barslast(tj8))),circledot,colormagenta;
中枢低:zsd,coloryellow;
g1x:=(fg and barslast(fd)>bk);
d1x:=(fd and barslast(fg)>bk);
polyline(disp=2,ref(zsd,barslast(tj8))),circledot,coloryellow;
中枢最高:zsh,colorred;
g1:=(fg0 and ref(h,barslast(fg0))>=ref(h,barslast(g1x)) and barslast(d1x)>barslast(g1x))
or (fg1 and count(gq,barslast(fd1))>0 and ref(h,barslast(fg1))>ref(h,barslast(g1x)));
d1:=(fd0 and ref(l,barslast(fd0))<=ref(l,barslast(d1x)) and barslast(g1x)>barslast(d1x))
or (fd1 and count(dq,barslast(fg1))>0 and ref(l,barslast(fd1))<ref(h,barslast(d1x)));
g1h:=if(barslast(d1)>barslast(g1),ref(h,barslast(g1)),ref(h,barslast(d1))),;
polyline(disp=2,ref(zsh,barslast(tj8))),pointdot,colorred;
中枢最低:zsl,colorgreen;
d1l:=if(barslast(g1)>barslast(d1),ref(l,barslast(d1)),ref(l,barslast(g1)));
g2:=g1 and h=hhv(g1h,barslast(d1)+1) and h>ref(h,1) and barslast(d1)>barslast(g1);
d2:=d1 and l=llv(d1l,barslast(g1)+1) and l<ref(l,1) and barslast(g1)>barslast(d1);
polyline(disp=2,ref(zsl,barslast(tj8))),pointdot,colorgreen;
ma5:ma(close,5),colorff00ff,linethick1;
g3:=g2 or (fg0 and ref(h,barslast(fg0))>ref(h,barslast(g2)) and barslast(d2)>barslast(g2));
d3:=d2 or (fd0 and ref(l,barslast(fd0))<ref(l,barslast(d2)) and barslast(g2)>barslast(d2));
gpb:if(g1x,h,drawnull),circledot,coloryellow;
dpb:if(d1x,l,drawnull),circledot,coloryellow;
命真好:=ma5>ref(ma5,1);
命真坏:=ma5<ref(ma5,1);
nn:=g3;
uu:=d3;
l1:drawline(uu,l,nn, h,0),colorligreen;
l2:drawline(nn,h,uu, l,0),colorligreen;
drawnumber(l1 and l2 and nn ,h,h),colorlired;
drawnumber(l1 and l2 and uu ,l,l),colorlimagenta;
partline(ma5,命真好,coloryellow,命真坏,colorblue,ma5,colorff00ff),linethick3;
上一指标公式:魔力高低组合涨升波下载
下一指标公式:多头主升买空头沽空卖下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文真命掌握缠论线段中枢主图下载仅供学习研究。