云狄网上找到的浪型指标
input:n(13,1,99),m(1,0,60),p(3,1,300),p2(5,1,300),p3(36,1,300),p4(13,1,300),p5(65,1,300);
ma4: ma(close,20),pointdot,color99ff66;
ma5: ma(close,60),crossdot,colormagenta,linethick1;
ma6: ma(close,120),circledot,coloryellow;
ma7: ma(close,250),circledot,colorred;
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 barstatus=2 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 barstatus=2 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,pointdot;
drawline(hd,h,ld,l,0),colorwhite,linethick3,pointdot;
j1:=backset(barstatus=2 ,min(barslast(hd),barslast(ld))+1); j2:=j1>ref(j1,1);
drawline(j2,if(hd,h,l),barstatus=2 ,if(barslast(hd)>barslast(ld),h,l),0),colorwhite,linethick1,pointdot;
{以下是两条趋势线原码}
uu:=backset(barstatus=2 ,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,linethick2;
uu2:=backset(barstatus=2 ,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,linethick2;
前一低:ref(l,barslast(vv)),color99ff66,pointdot,linethick1;
前二低:ref(l,barslast(xx)),colorff66ff,pointdot,linethick1;
前一高:ref(h,barslast(vv2)),color99ff66,pointdot,linethick1;
前二高:ref(h,barslast(xx2)),colorff66ff,pointdot,linethick1;
drawtextrel(5,30,' 上升五浪,下跌三浪,趋势自画:'),linethick3,colormagenta;
drawtextrel(5,110,' 长短均线,阻力支撑,高低自明:'),linethick3,colormagenta;
上一指标公式:筹码流跟庄指标(通达信 副图 贴图)最新破解源码分享下载
下一指标公式:支撑压力指标(主图 通达信 贴图)最新破解源码分享下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文云狄网上找到的浪型指标下载仅供学习研究。