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),colorwhite,linethick1,dotline;
drawline(hd,h,ld,l,0),colorwhite,linethick1,dotline;
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,dotline;
{}
a3:=h<ref(h,ref(barslast(hd),1)+1);
b3:=ref(h,ref(barslast(hd),1)+1)>ref(h,ref(barslast(hd),1)+2+ref(barslast(hd),ref(barslast(hd),1)+2));
d3:=a3 and b3 and hd; e3:=backset(d3,ref(barslast(hd),1)+2); hh:=e3>ref(e3,1);
a4:=l>ref(l,ref(barslast(ld),1)+1);
b4:=ref(l,ref(barslast(ld),1)+1)<ref(l,ref(barslast(ld),1)+2+ref(barslast(ld),ref(barslast(ld),1)+2));
d4:=a4 and b4 and ld; e4:=backset(d4,ref(barslast(ld),1)+2); ll:=e4>ref(e4,1);
drawicon(hh,h,10); drawicon(ll,l,12);
h3:=hh or islastbar or barscount(c)=1;
x3:=ref(barslast(h3),1)+1; f3:=backset(h3 and count(ll,x3)>0,llvbars(if(ll,l,pow(10,20)),x3));
g3:=f3>ref(f3,1); i3:=backset(g3,2); lz:=i3>ref(i3,1);
l4:=lz or islastbar or barscount(c)=1;
x4:=ref(barslast(l4),1)+1; f4:=backset(l4 and count(hh,x4)>0,hhvbars(if(hh,h,-pow(10,20)),x4));
g4:=f4>ref(f4,1); i4:=backset(g4,2); hz:=i4>ref(i4,1);
drawline(hz,h,lz,l,0),coloryellow,linethick1;
drawline(lz,l,hz,h,0),coloryellow,linethick1;
k1:=backset(islastbar,min(barslast(hz),barslast(lz))+1);
k2:=k1>ref(k1,1);
drawline(k2,if(hz,h,l),islastbar,c,0),coloryellow,linethick1;
uu:=backset(islastbar,barslast(ld)+1);
vv:=uu>ref(uu,1);
ww:=backset(vv,ref(barslast(ld),1)+2);
xx:=ww>ref(ww,1);
drawline(xx,l,vv,l,1),colormagenta,linethick1;
uu2:=backset(islastbar,barslast(hd)+1);
vv2:=uu2>ref(uu2,1);
ww2:=backset(vv2,ref(barslast(hd),1)+2);
xx2:=ww2>ref(ww2,1);
drawline(xx2,h,vv2,h,1),colormagenta,linethick1;
drawnumber(ld,l*0.999,l),colorwhite;
drawnumber(hd,h*1.002,h),colorwhite;
aa:=barslast(hd);
bb:=barslast(ld);
drawnumber(ld,l*0.98,aa),colorgreen;
drawnumber(hd,h*1.02,bb),colorred;
drawnumber(islastbar,l*0.987,min(aa,bb)),colorcyan;
stickline(barscount(ld)<=2 and ld,1.1*h,0.9*l,0,-1),coloryellow;
{}
{必杀线}
t1b:=const(llvbars(low,10));
t1high:=const(ref(high,t1b));
cc:=const(currbarscount);
t2b:=const(barslast(currbarscount>cc+t1b and h>t1high));
t2high:=const(ref(high,t2b));
t3:=const(barslast(currbarscount>cc+t2b and high>t2high));
t3high:=const(ref(high,t3));
必杀线:drawline(currbarscount=t3+1, t3high, islastbar, t3high, 1),colorred,linethick2;{,linethick2,color0000ff;}
drawtext(islastbar, t3high, '必杀线')linethick1,color0000ff;
ma5k:必杀线,coloryellow,linethick1;
上榜:=signals_user(300, 0), nodraw; {上榜金额>1,则表示上榜了,这个是上榜总金额}
净买入:=signals_user(299, 0), nodraw;
drawicon(上榜>=1 and 净买入>=0 ,l*0.995,38);
drawicon(上榜>=1 and 净买入<0 ,l*0.995,39);
倍量柱:=vol>=ref(v,1)*1.9 and c>o ;
drawtext(倍量柱 ,l*0.97,'倍'),coloryellow;
{涨跌停k线标识};
st:=namelike('st')=1 or namelike('*st')=1 or namelike('sst')=1
or namelike('s*st')=1 or namelike('s st')=1;
涨停:=c=ztprice(ref(close,1),0.1) or (c/ref(c,1)>1.0495 and st);
跌停:=ref(c,1)/c>1.0995 or (ref(c,1)/c>1.0495 and st);
stickline(涨停,c,o,3,0),colormagenta;
stickline(跌停,c,o,3,0),colorgreen;
drawicon(h=ztprice(ref(close,1),0.1) and c!=h,l*0.965,15);
{假阳真阴}{}
均价:=amount/vol/100;
假阳:=c>o and ref(c,1)>均价 and c>均价 and c<300 ;
stickline(假阳,o,c,1,0)colorlicyan;
标志阴:=ref(c,1)/c>1.04;
stickline(标志阴,o,c,1,0)colorwhite;
{假阴真阳}
假阴:=o>c and 均价>ref(c,1) and c>ma(c,5);
stickline(假阴,o,c,1,0),colorred;
stickline(c/ref(c,1)>=1.04 or c/ref(c,1)<=0.96,(c+o)/2,(c+o)/2,2,1),colorliblue;{中分线};
stickline(c/ref(c,1)>=1.04 or c/ref(c,1)<=0.96,(max(o,c)-min(o,c))*2/3+min(o,c),(max(o,c)-min(o,c))*2/3+min(o,c),2,1),colorliblue;{上三一线};
stickline(c/ref(c,1)>=1.04 or c/ref(c,1)<=0.96,(max(o,c)-min(o,c))/3+min(o,c),(max(o,c)-min(o,c))/3+min(o,c),2,1),colorliblue;{下三一线};
上一指标公式:主升出击 通达信出击
下一指标公式:主图主升浪 通达信主图主升浪
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文波浪起伏 荆州量学金融终端主图十三 通达信波浪终端仅供学习研究。