
希望给股友们来点福利主图
参数
精准启动 0 90 1
精准启动1 0 90 2
日:=150;
昨前:=3;
高1:=ref(hhv(h,日),昨前);
顶:refdate(高1,date),colorblack;
绝顶:=refdate(顶,date),nodraw;
跑:=绝顶=h and ((c-l)<(o-c) or (o-l)<(c-o)),nodraw;
stickline(跑,c,o,3,0),color777777;
stickline(跑,c,o,2,0),coloraaaaaa;
stickline(跑,c,o,1,0),colorcccccc;
stickline(跑,c,o,0.1,0),colorffffff;
stickline(跑,l,h,0,0),colorffffff;
drawtext(跑,c*1.06,'绝顶')colorffffff;
{反线}
长周期:ema(close,250),nodraw,color8000ff;
notexta:if(长周期>=ref(长周期,1),长周期,drawnull),colorred,linethick4,pointdot;
notextb:if(长周期<ref(长周期,1),长周期,drawnull),color006a6a,linethick4,pointdot;
t:=findhighbars(h,60,30,1);
a:drawline(currbarscount=const(t)+1,h,islastbar,ref(h,t),0),coloryellow;
tt:=barslast(c>a*1.014 and l<a);
ta:=barslast(cross(a!=drawnull,0.5));
tj:=vol=hhv(vol,t+1) and ta>28;
tj1:=count(expma(c,2)>=a,ta+1)=1 and expma(c,2)>=a*1.01;
e13:=expma(c,ta+1);
cj:=(a/e13-1) *100 ;
hh:=hhv(cj,10);
{好公式网-最好的股票公式网站 www.goodgongshi.com}
xg:=count(tt=0,t+1)=1 and tt=0 and tj and tj1 and hh<20;
stickline(xg,h,l,0,0),colorff00ff;
stickline(xg,c,o,3,0),color990099;
stickline(xg,c,o,2,0),colorbb00bb;
stickline(xg,c,o,1,0),colordd00dd;
stickline(xg,c,o,0.3,0),colorff00ff;
drawicon(xg,l*0.93,25);
drawtext(ta=0,a*1.05,strcat(strcat('最高价:',var2str(ref(a,ta),2)),'元'))coloryellow;
上升线:ema(c,3),colorred,linethick2;
下降线:ema(c,5),color00ff00,linethick2;
中间线:ema(下降线,5),colorwhite,linethick2;
var1:=(high+low+open+2*close)/5;
var2:=ref(var1,1);
var3:=sma((close-var2),6,1)/sma(abs(close-var2),6,1)*100;
var4:=(close-ref(open,29))/ref(open,29)*100;
var5:=ema(0.667*ref(var4,1)+0.333*var4,5);
var6:=if(vol>=1.3*ma(vol,5) and count(var4>=var5 and var4<-17,3) and ref(low,1)=llv(low,120),1,0);
var7:=sma(max(close-ref(c,1),0),6,1)/sma(abs(close-ref(c,1)),6,1)*100;
var8:=sma(max(var1-var2,0),10,1)/sma(abs(var1-var2),10,1)*100;
var9:=if(count(var8<20,5)>=1 and count(var1=llv(var1,10),10)>=1 and close>=open*1.038 and vol>ma(vol,5)*1.2,1,0);
drawicon(filter(ref(var3,1)>81 and var3<80 or cross(82,var7),5),high,2);
drawtext(filter(ref(var3,1)>81 and var3<80 or cross(82,var7),5),high,'快卖'),coloryellow;
drawtext(filter(var9 or var6,5),low,'注意买入'),colorred;
drawicon(filter(cross(上升线,下降线)and 中间线>=ref(中间线,1)and var3<50,5),上升线,1);
zt:=ref(c,1)*1.1-c<0.01 and h=c;
stickline( zt,c,o,2,0),coloryellow;
巨量平台:ref(h,barslast(v=hhv(vol,120)))dotline,colorwhite,linethick1;
xg1:= not(ref(巨量平台,1)=巨量平台) and zt;
drawtext(xg1,l,'量爆'),colorcyan;
操:=ma(c,5);
分界:hhv(操,13)dotline,colorffb9cc;
精准扫描:backset(currbarscount=13,42),nodraw;
划线范围:backset(currbarscount=0,55),nodraw;
x_3:=if(currbarscount<=55 and currbarscount>=13 and 精准扫描,const(ref(low,精准启动)),drawnull);
辅助线1:if(currbarscount<=55 and 精准扫描=0,const(ref(low,精准启动)),drawnull),dotline,colorred;
有效k线1:精准扫描 and abs((max(open,close)-x_3)/x_3*100)<=1.5,nodraw;
满足1:count(有效k线1,55)>=3,nodraw;
成立线1:if(const(满足1),x_3,drawnull),colorgreen,linethick2;
stickline(有效k线1,open,close,2,0),colormagenta;
stickline(有效k线1,low,high,0,0),colormagenta;
stickline(currbarscount=精准启动+1,open,close,2,0),colormagenta;
stickline(currbarscount=精准启动+1,low,high,0,0),colormagenta;
x_4:=if(currbarscount<=55 and currbarscount>=13 and 精准扫描,const(ref(low,精准启动1)),drawnull);
辅助线2:if(currbarscount<=55 and 精准扫描=0,const(ref(low,精准启动1)),drawnull),dotline,colorred;
有效k线2:精准扫描 and abs((max(high,close)-x_4)/x_4*100)<=1.5,nodraw;
满足2:count(有效k线2,55)>=2,nodraw;
成立线2:if(const(满足2),x_4,drawnull),colorgreen,linethick2;
stickline(有效k线2,open,close,2,0),colormagenta;
stickline(有效k线2,low,high,0,0),colormagenta;
stickline(currbarscount=精准启动1+1,open,close,2,0),colorwhite;
stickline(currbarscount=精准启动1+1,low,high,0,0),colorwhite;
昨日收盘:if(currbarscount<=5,const(ref(c,1)),drawnull);

上一指标公式:股圣K线操盘(副图源码)指标附实测图下载 通达信操盘源码
下一指标公式:宝塔线三平底翻红选股指标选股版下载 通达信公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文希望给股友们来点福利主图(主图源码)下载 通达信福利源码仅供学习研究。