好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式突破划线主图 通达信划线

突破划线主图 通达信划线

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-08-19 19:27:04
  • 指标公式标签:划线
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:突破划线主图 通达信划线

n:=13;
bc:=(h*0.382+l*0.618+o*0.382+c*0.618)/2;
lj:=if(indexc=c,bc,(bc+amount/(v*100))/2),colorgray;
ht:=ref((hhv(lj,n*0.691)+hhv(lj,n)+hhv(lj,n*1.309))/3,1),linethick,colorred;
lt:=ref((llv(lj,n*0.691)+llv(lj,n)+llv(lj,n*1.309))/3,1),linethick,colorgreen;
zt:=(ht+lt)/2,linethick,coloryellow;
stickline(islastbar=1 and lj<zt,ht,lt,n*8,0),colorblue;
stickline(islastbar=1 and lj=zt,ht,lt,n*8,0),colorgray;
stickline(islastbar=1 and lj>zt,ht,lt,n*8,1),colorwhite;
stickline(islastbar=1,zt,zt,n*8,0),colorwhite;
箱顶:ht,colorwhite,nodraw;
箱底:lt,colorwhite,nodraw;
箱中:zt,colorwhite,nodraw;
{xs2 }
n2:=102;
m:=7;
aa:=ma((2*close+high+low)/4,5);
薛通a:aa*n2/100,colorwhite,dotline;
薛通b:aa*(200-n2)/100,colorwhite,dotline;
drawband(薛通a,rgb(120,80,60),薛通b,rgb(0,100,0));
drawkline(h,o,l,c);
drawtext_fix(islastbar,0,0.92,0,'徐兵提示:1、日k线对降△边线的突破后并上穿箱中或者箱顶,如是上穿箱底要等第二天或第三天持续确认不再跌破趋势线,.'),colorwhite;
drawtext_fix(islastbar,0,0.98,0,'2、视降△边和涨△边为三角形两边线,选三角形整理将结束的k图,ddx做多强烈,上攻成交量必须放大,各指标呈买点金叉时介入.'),colorwhite;
bt11:=ma(c,1);
持币:sma(sma(sma(bt11,2,1),2,1),2,1),colorcyan,linethick2;
sma22:=ma(持币,3);
持股:if(持币>sma22,持币,drawnull),colormagenta,linethick2;
stickline(持币,c,o ,1,0 ),colorgreen;
stickline(c>持股,c,o ,1,0 ),colorred;
{短期支撑压力线}
n1:=5;
a1:=ref(h,n1)=hhv(h,2*n1+1);
b1:=filter(a1,n1);
c1:=backset(b1,n1+1);
d1:=filter(c1,n1);
a2:=ref(l,n1)=llv(l,2*n1+1);
b2:=filter(a2,n1);
c2:=backset(b2,n1+1);
d2:=filter(c2,n1);
e1:=(ref(llv(l,2*n1),1)+ref(hhv(h,2*n1),1))/2;
e2:=(h+l)/2;
h1:=(d1 and not(d2 and e1>=e2)) or islastbar or barscount(c)=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,l,10000),x1));
g1:=f1>ref(f1,1);
i1:=backset(g1,2);
ld:=i1>ref(i1,1);
l2:=ld or islastbar or barscount(c)=1;
x2:=ref(barslast(l2),1)+1;
f2:=backset(l2 and count(h2,x2)>0,hhvbars(if(h2,h,0),x2));
g2:=f2>ref(f2,1);
i2:=backset(g2,2);
hd:=i2>ref(i2,1);
r1:=backset(islastbar,barslast(hd)+1);
s1:=r1>ref(r1,1);
t1:=backset(islastbar,barslast(ld)+1);
u1:=t1>ref(t1,1);
r2:=backset(s1,ref(barslast(hd),1)+2);
s2:=r2>ref(r2,1);
t2:=backset(u1,ref(barslast(ld),1)+2);
u2:=t2>ref(t2,1);
短压力线:drawline(s2,h,s1,h,1),colorgreen;
短支撑线:drawline(u2,l,u1,l,1),colorred;
降△边:drawline(high>=hhv(high,10),high,low<=llv(low,3),hhv(high,3),1),colorcyan,dotline;
涨△边:drawline(low<=llv(low,10),low,high>=hhv(high,3),llv(low,3),1),colorcyan,dotline;
{中期趋势回归划线}
ur:=6;
lr:=ur;
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格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文突破划线主图 通达信划线仅供学习研究。

猜你喜欢

学了又学