自动画通道主图源码下载:
n:=13;
ur:=6;
lr:=2;
tc1:=if(h=hhv(h,8*ur),h,drawnull);
tc2:=const(barslast(tc1=h))+1;
upper:=const(if(tc2=1,h,ref(h,tc2-1)));
bc1:=if(l=llv(l,8*lr),l,drawnull);
bc2:=const(barslast(bc1=l))+1;
lower:=const(if(bc2=1,l,ref(l,bc2-1)));
lp:=currbarscount<=bc2 and l=lower;{低点定位}
hp:=currbarscount<=tc2 and h=upper;{高点定位}
stickline(if(bc2>tc2,hp,lp),lower,upper,0,0),color628962;
stickline(if(bc2>tc2,lp,hp),lower,upper,0,0),color628962;
nod:=(if(tc2>bc2,tc2,bc2)-if(tc2>bc2,bc2,tc2));{用时}
lr1:=forcast(c,nod+1);
np:if(currbarscount<=max(bc2,tc2),const(if(min(tc2,bc2)=1,lr1,ref(lr1,min(tc2,bc2)-1))),drawnull),pointdot,color93bda8;{近点}{好公式网www.goodgongshi.com}
lr2:=slope(c,nod+1);
lr3:=const(if(min(tc2,bc2)=1,lr2,ref(lr2,min(tc2,bc2)-1)));
fp:np-lr3*(nod),pointdot,color93bda8;{远点}
equ:(np+fp)/2,pointdot,color93bda8;
ad:=abs(np-fp);{高差};
dbl:=barslast(bc1!=drawnull)+1;
dbh:=barslast(tc1!=drawnull)+1;
bsp:=if(bc2>tc2,dbl,dbh)-1;
lrl:=if(np>fp,fp+ad/nod*bsp,fp-ad/nod*bsp);
at1:=if(between(currbarscount,bc2,tc2) and h>lrl,h,lrl);
at2:=hhv(at1-lrl,max(bc2,tc2));
at3:=const(barslast(at1-lrl=at2));
at4:=const(if(at3=0,h,ref(h,at3)));
at5:=const(if(at3=0,at1-lrl,ref(at1-lrl,at3)));
atl:=lrl+at5;
ut1:=if(between(currbarscount,bc2,tc2) and l<lrl,l,lrl);
ut2:=hhv(lrl-ut1,max(bc2,tc2));
ut3:=const(barslast(lrl-ut1=ut2));
ut4:=const(if(ut3=0,h,ref(h,ut3)));
ut5:=const(if(ut3=0,lrl-ut1,ref(lrl-ut1,ut3)));
utl:=lrl-ut5;
rh:=if(currbarscount>=min(bc2,tc2)-10,atl,const(ref(atl,min(bc2,tc2)-11)));{限制高}
rl:=if(currbarscount>=min(bc2,tc2)-10,utl,const(ref(utl,min(bc2,tc2)-11)));{限制低}
中轨:if(np>fp,if(lrl<=rh,lrl,drawnull),if(lrl>=rl,lrl,drawnull)),color628962;
上轨:if(np>fp,if(atl<=rh,atl,drawnull),if(atl>=rl,atl,drawnull)),color628962;
下轨:if(np>fp,if(utl<=rh,utl,drawnull),if(utl>=rl,utl,drawnull)),color628962;
{极品波浪指标,有此公式必发达}
a1:=ref(high,3)=hhv(high,2*3+1);
b1:=filter(a1,3);
c1:=backset(b1,3+1);
d1:=filter(c1,3);{高点}
a2:=ref(low,3)=llv(low,2*3+1);
b2:=filter(a2,3);
c2:=backset(b2,3+1);
d2:=filter(c2,3);{低点}
e1:=(ref(llv(low,2*3),1)+ref(hhv(high,2*3),1))/2;
e2:=(high+low)/2;
h1:=(d1 and not((d2 and e1>=e2))) or islastbar or barscount(close)=1;
l1:=(d2 and not((d1 and e1<e2)));
h2:=d1 and not((d2 and e1>=e2));
x1:=ref(barslast(h1),1)+1;
f1:=backset(h1 and count(l1,x1)>0,llvbars(if(l1,low,10000),x1));
g1:=f1>ref(f1,1);
i1:=backset(g1,2);
ld:=i1>ref(i1,1);{过滤后低点}
l2:=ld or islastbar or barscount(close)=1;
x2:=ref(barslast(l2),1)+1;
f2:=backset(l2 and count(h2,x2)>0,hhvbars(if(h2,high,0),x2));
g2:=f2>ref(f2,1);
i2:=backset(g2,2);
hd:=i2>ref(i2,1);{过滤后高点}
drawline(ld,l,hd,h,0),colormagenta,linethick1;
drawline(hd,h,ld,l,0),colormagenta,linethick1;
j1:=backset(islastbar ,min(barslast(hd),barslast(ld))+1);
j2:=j1>ref(j1,1);
drawline(j2,if(hd,h,l),islastbar ,if(barslast(hd)>barslast(ld),h,l),0),colorwhite,linethick1;
上一指标公式:新浪最牛鬼道子博客放量看涨指标下载
下一指标公式:犀利爷爷战胜老庄家指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文自动画通道主图下载仅供学习研究。