n:=13;m:=1;p:=3;p2:=5;p3:=36;p4:=13;p5:=65;
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;
{高低点出现在同一k线上时可作取舍}
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,linethick3;
drawline(hd,h,ld,l,0),colorwhite,linethick3;
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,linethick2;
{以下是两条趋势线原码}
uu:=backset(islastbar ,barslast(ld)+1);
vv:=uu>ref(uu,1);
ww:=backset(vv,ref(barslast(ld),1)+2);
xx:=ww>ref(ww,1);
uu2:=backset(islastbar ,barslast(hd)+1);
vv2:=uu2>ref(uu2,1);
ww2:=backset(vv2,ref(barslast(hd),1)+2);
xx2:=ww2>ref(ww2,1);
前一低:ref(l,barslast(vv)),color99ff66,linethick1;
前二低:ref(l,barslast(xx)),colorff66ff,linethick1;
前一高:ref(h,barslast(vv2)),color99ff66,linethick1;
前二高:ref(h,barslast(xx2)),colorff66ff,linethick1;
drawline(xx,l,vv,l,1),colormagenta,linethick2;
drawline(xx2,h,vv2,h,1),colormagenta,linethick2;
上一指标公式:赢在龙头主图主升浪爆发转折点 通达信爆发龙头
下一指标公式:仙人指 通达信仙人
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文极品波浪主图 通达信波浪仅供学习研究。