超级黄金主图附图首次公开发布
{首度公开} 超级黄金主图
要领:(1)发出买入信号后,蓝色区为持股、操盘区;(2)蓝色区发出“黄三角”卖出信号,短线可离场;(3)蓝色区发出“红三角”买入信号,短线可进场。
是否会用?一看缘份,二看是否守纪律。
(设置:n:265 3001
p:20.110 1)
drawtextabs(30,0,bkname );
drawtextabs(30,15,'流通盘:'+capital/100+'万股,利润增长:'+finance2(10)+'%。每股收益:'+finance2(3)+'元。' ),colorwhite;
drawtextabs(30,30,'b买入,s卖出。' ),colorwhite;
mid :ma(close,n),circledot,coloryellow,linethick1;
upper: mid + p*std(close,n),colorwhite;
lower: mid - p*std(close,n),colorblue;
k1:=upper;
k2:=lower;
k3:=ma(c,14);
买线:=ema(c,2);
卖线:ema(slope(c,21)*20+c,42),pointdot,colorwhite,linethick3;
bu:=cross(买线,卖线);
sel:=cross(卖线,买线);
drawtext(bu,low*0.99,'b'),coloryellow,linethick2;
drawtext(sel,high*1.04,'s'),color00cc00,linethick2;
stickline(买线>=卖线,low,high,0.1,0),colorred;
stickline(买线>=卖线,close,open,7,0),colorred;
左侧:=买线-卖线;
drawgbk(左侧>0,strip(rgb(20,50,180),rgb(50,50,50),0)),layer0;
工作线:=mid;
a2:="cpzb@cp";
stickline((a2 >= 8),h,l,0.8,1),colorgreen;
stickline(((a2 >= 8) and (c > o)),o,c,8,1),colorgreen;
stickline(((a2 >= 8) and (c < o)),c,o,8,0),colorgreen;
stickline(((a2 > 0) and (a2 <= 2)),h,l,0.8,1),colorred;
stickline((((a2 > 0) and (a2 <= 2)) and (c > o)),o,c,8,1),colorred;
stickline((((a2 > 0) and (a2 <= 2)) and (c < o)),c,o,8,0),colorred;
drawtext((a2 = 1),l,' ̄'),linethick2,align1,color208fff;
drawtext((a2 = 1),l,'b'),linethick5,align1,coloryellow;
drawtext((a2 = 9),h,' ̄'),linethick2,align1,colorcyan;
drawtext((a2 = 9),h+0.38,'s'),linethick5,colorcyan;
stickline((a2 = 9),c,o,0,0),colorwhite;
stickline((a2 = 9),c,o,8,0),colorwhite;
stickline((a2 = 9),c,o,7,0),colordddddd;
stickline((a2 = 9),c,o,6,0),colorcccccc;
stickline((a2 = 9),c,o,5,0),colorwhite;
stickline((a2 = 9),c,o,4,0),coloreeeeee;
stickline((a2 = 9),c,o,3,0),colordddddd;
stickline((a2 = 9),c,o,2,0),colorcccccc;
stickline((a2 = 9),c,o,1,0),colorwhite;
stickline((a2 = 1),c,o,0,0),colorffbbff;
stickline((a2 = 1),c,o,8,0),colormagenta;
stickline((a2 = 1),c,o,7,0),colorff22ff;
stickline((a2 = 1),c,o,6,0),colorff44ff;
stickline((a2 = 1),c,o,5,0),colorff66ff;
stickline((a2 = 1),c,o,4,0),colorff88ff;
stickline((a2 = 1),c,o,3,0),colorff99ff;
stickline((a2 = 1),c,o,2,0),colorffaaff;
stickline((a2 = 1),c,o,1,0),colorffbbff;
stickline(((c < 卖线) and (c >= o)),h,l,0.5,1),colorgreen;
stickline(((c < 卖线) and (c >= o)),o,c,8,1),colorgreen;
stickline(((c < 卖线) and (c <= o)),h,l,0.5,0),colorgreen;
stickline(((c < 卖线) and (c <= o)),o,c,8,0),colorgreen;
高1:=ref(hhv(h,120),3);
低1:=ref(llv(l,120),3);h1:=高1-(高1-低1)*0.191;
h2:=高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,layer6;
stickline(a1x<0,突破,ref(突破,1),0,-1000),layer6;{}
stickline(a1x>=0,基准,突破,10,0),color000099,layer6;
stickline(a1x<0,基准,突破,10,0),colorcccc66,layer6;
g:=zig(3,5)>ref(zig(3,5),1) and ref(zig(3,5),1)<=ref(zig(3,5),2) and ref(zig(3,5),2)<=ref(zig(3,5),3);
x:=zig(3,5)<ref(zig(3,5),1) and ref(zig(3,5),1)>=ref(zig(3,5),2) and ref(zig(3,5),2)>=ref(zig(3,5),3);
drawtext(g,l*0.997,'▲'),align1,valign0,colorff00ff;
drawtext(g,l,' ̄'),align1,valign0,color00ff00;
drawtext(x,h*1.002,'▼'),align1,valign2,color00ffff;
drawtext(x,h,' ̄'),align1,valign0,color00ffff;
a7:=(2*c+h+l)/4;
短撑:llv(a7,21),coloryellow,linethick2;
lowave:=(ema(low,10)+ema(low,20)+ema(low,30))*0.28;
highave:=(ema(high,10)+ema(high,20)+ema(high,30))*0.382;
短压:ema(highave,18),coloryellow,linethick2;
drawtextabs(620,15,'★铁律:按大盘个股30分钟操盘纪律进出 ' ),coloryellow;
drawtextabs(670,30,'买入出击组合 卖出逃命组合' ),coloryellow;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文超级黄金主图附图首次公开发布DZH公式下载 大智慧指标源码源码附图仅供学习研究。