{主图wang_h03}
bbi:ema(c,n);
{肯特纳通道}
tr1:=max(max((high-low),abs(ref(close,1)-high)),abs(ref(close,1)-low));
atr:=ema(tr1,144);
k_mid:ema(c,144),colord900d9;
k_up:k_mid+2*atr,colore66878;
k_lo:k_mid-2*atr,colore66878;
{线性回归线}
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;{近点}
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;
上一指标公式:返璞归真主图指标下载 通达信源码贴图
下一指标公式:▲黑三角主图指标下载 通达信源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文主图WANG_H03指标下载 通达信主图仅供学习研究。