原创将系统三个新主图合三为一主图附图说明
hjjt(黄金阶梯)、cpx(操盘线)、cyhx(撑压划线)是近来大智慧自己开发并提供软件下载的三个不错的主图指标。
本人尝试把这三个主图合三为一,即节省版面又方便使用,个人感觉挺不错,嘿嘿。
指标源码:
{hjjt黄金阶梯}
高1:=ref(hhv(h,120),3);
低1:=ref(llv(l,120),3);
h01:=高1-(高1-低1)*0.191;
h02:=高1-(高1-低1)*0.382;
h3:=高1-(高1-低1)*0.5;
h4:=高1-(高1-低1)*0.618;
h5:=高1-(高1-低1)*0.809;
突破:=ref(ema(c,14),1);
a1x:=(ema(c,10)-突破)/突破*100;
基准:=if(a1x>=0,ref(ema(c,10),barslast(cross(a1x,0))+1),ref(ema(c,10),barslast(cross(0,a1x))+1));
stickline(a1x>=0,突破,突破,10,0),coloryellow;
stickline(a1x<0,突破,ref(突破,1),0,-1000);
stickline(a1x>=0,基准,突破,10,0),color000099;
stickline(a1x<0,基准,突破,10,0),color00cc66;
{cpx}
bu:=cross(high,sar(3,1,20));
sel:=cross(sar(3,1,20),low);
var1:=last(high<sar(3,1,20));
var2:=last(low>sar(3,1,20));
drawflagtext(bu,high,'买入');
drawflagtext(sel,low,'卖出');
drawtext(bu,low,'b'),valign0,align1,coloryellow,linethick2;
drawtext(sel,high,'s'),valign2,align1,colorgreen,linethick2;
stickline(low>sar(3,1,20) and isdown,high,open,0.5,1),colorred;
stickline(low>sar(3,1,20) and isdown,close,open,7.5,1),colorred;
stickline(low>sar(3,1,20) and isdown,close,low,0.5,1),colorred;
stickline(high<sar(3,1,20) and isup,high,close,0.5,1),colorcyan;
stickline(high<sar(3,1,20) and isup,close,open,7.5,1),colorcyan;
stickline(high<sar(3,1,20) and isup,open,low,0.5,1),colorcyan;
drawflagtext(high<sar(3,1,20) and high>=ref(high,1),high,'明日突破'+forcast(sar(3,1,20),max(var1,2))+'建议关注');
drawflagtext(high<sar(3,1,20) and high<ref(high,1),high,'持币观望');
drawflagtext(low>sar(3,1,20) and low<=ref(low,1),low,'明日跌破'+forcast(sar(3,1,20),max(var2,2))+'注意止盈');
drawflagtext(low>sar(3,1,20) and low>ref(low,1),low,'继续持股');
{cyhx}
{input: n(5,1,100);}
a1:=ref(h,n)=hhv(h,2*n+1);
b1:=filter(a1,n);
c1:=backset(b1,n+1);
d1:=filter(c1,n);{高点}
a2:=ref(l,n)=llv(l,2*n+1);
b2:=filter(a2,n);
c2:=backset(b2,n+1);
d2:=filter(c2,n);{低点}
e1:=(ref(llv(l,2*n),1)+ref(hhv(h,2*n),1))/2; e2:=(h+l)/2;{高低点出现在同一k线上时可作取舍}
h1:=(d1 and not(d2 and e1>=e2)) or barstatus=2 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 barstatus=2 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(barstatus=2,barslast(hd)+1);
s1:=r1>ref(r1,1); {前一高}
t1:=backset(barstatus=2,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),colorred;
短期支撑:drawline(u2,l,u1,l,1),colorgreen;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文将HJJT黄金阶梯、CPX操盘线、CYHX撑压划线组合为一原创主图公式下载 大智慧指标源码源码大智慧指标源码仅供学习研究。