划线主图(通达信指标 源码 帖图)下载
drawgbk(currbarscount=1, rgb(110,108,108),rgb(88,30,0),0,'',0);
p:=1;
k:=1;
n:=8;
zgd:=hhv(h,60);
zgd2:=const(zgd);
zdd:=llv(l,60);
zdd2:=const(zdd);
gj:=(c+h+l+o)/4;
明日阻力:=l+(gj-l)+(c-l);
明日支撑:=l+(c-gj);
koh:=l>ref(h,1);
kol:=h<ref(l,1);
hif:=l>ref(h,barslast(koh)+1);
nhif:=l<=ref(h,barslast(koh)+1);
lif:=h<ref(l,barslast(kol)+1);
nlif:=h>=ref(l,barslast(kol)+1);
下档线:=(((close - llv(low,13)) / (hhv(high,13) - llv(low,13))) * 100);
rrrsv:=sma(下档线,3,1);
kkk:=sma(rrrsv,3,1);
ddddd:=((3 * rrrsv) - (2 * kkk));
jj12:=(((close - llv(low,55)) / (hhv(high,55) - llv(low,55))) * 100);
rsv24:=sma(jj12,3,1);
k24:=sma(rsv24,3,1);
d24:=((3 * rsv24) - (2 * k24));
压力2:=if(cross(d24,ddddd),high,ref(high,barslast(cross(d24,ddddd)))),colorffffff;
底部:=llv(high,30),color00ff00;
aa:=ref(h,n)=hhv(h,2*n+1);
aa1:=ref(l,n)=llv(l,2*n+1);
qy:=backset(aa,n+1);
qy1:=backset(aa1,n+1);
cc:=filter(qy,n) and h=hhv(h,n+1);
cc1:=filter(qy1,n) and l=llv(l,n+1);
ddd:=barslast(cc);
dd1:=barslast(cc1);
gdts:=if(cc,currbarscount,0); ddts:=if(cc1,currbarscount,0);
dingbuts:=if(ddd,ref(gdts,ddd),gdts); ddts1:=if(dd1,ref(ddts,dd1),ddts);
gdcs1:=const(dingbuts); ddcs1:=const(ddts1);
gdcs13:=const(ref(high,gdcs1-1)); ddcs13:=const(ref(l,ddcs1-1));
dingbuts1:=ref(dingbuts,ddd+1); ddts2:=ref(ddts1,dd1+1);
gdcs2:=const(dingbuts1); ddcs2:=const(ddts2);
gdcs23:=const(ref(high,dingbuts1-1)); ddcs23:=const(ref(l,ddts2-1));
xg1:=backset(islastbar,gdcs1); xd1:=backset(islastbar,ddcs1);
xg2:=backset(islastbar,dingbuts1); xd2:=backset(islastbar,ddts2);
xdd:=if(ddcs13<=ddcs23,xd1,xd2);
m:=intpart(3*n/5);
aaa:=ref(h,m)=hhv(h,2*m+1);
qyy:=backset(aaa,m+1);
ccc:=filter(qyy,m) and h=hhv(h,m+1);
dddd:=barslast(ccc),nodraw;
gdtss:=if(ccc,currbarscount,0);
dingbutss:=if(dddd,ref(gdtss,dddd),gdtss);
gdcs11:=const(dingbutss);
{好公式网-最好的股票公式网站 www.goodgongshi.com}
dingbuts11:=ref(dingbutss,dddd+1);
gdcs22:=const(dingbuts11);
aa11:=ref(l,m)=llv(l,2*m+1);
qy11:=backset(aa11,m+1);
cc11:=filter(qy11,m) and l=llv(l,m+1);
dd11:=barslast(cc11);
ddtss:=if(cc11,currbarscount,0);
ddts11:=if(dd11,ref(ddtss,dd11),ddtss);
ddcs11:=const(ddts11);
ddts22:=ref(ddts11,dd11+1);
ddcs22:=const(ddts22);
高点压力m:=drawline(currbarscount=gdcs22,h,currbarscount=gdcs11,h,1),coloryellow,linethick2;
低点支撑m:=drawline(currbarscount=ddcs22,l,currbarscount=ddcs11,l,1),coloryellow,linethick2;
bcg:=sum(xg1,0); bcd:=sum(xdd,0);
今日阻力:ref(明日阻力 , 1),nodraw;
今日支撑:ref(明日支撑 , 1),nodraw;
压力位:if(islastbar,压力2,drawnull),nodraw;
底部位:if(islastbar,底部,drawnull),nodraw;
高点压力:drawline(currbarscount=gdcs2,h,currbarscount=gdcs1,h,1),crossdot,colorwhite,linethick2;
低点支撑:drawline(currbarscount=ddcs2,l,currbarscount=ddcs1,l,1),crossdot,colorwhite,linethick2;
高f:=const(max(max(max(max(max(max(zgd2,高点压力),低点支撑),gdcs13),gdcs23),高点压力m)
,低点支撑m));
低f:=const(min(min(min(min(min(min(zdd2,ddcs23),ddcs13),低点支撑),高点压力),低点支撑m)
,高点压力m));
{drawband(高,rgb(100,100,100),低,rgb(100,100,100));}
drawband(高点压力,rgb(00,00,100),低点支撑,rgb(00,00,100));
zgstar:=(高点压力+低点支撑)/2;
zgend:=const((高点压力+低点支撑)/2);
starday:=if(ddcs2<gdcs2,ddcs2,gdcs2);
{nn:=if(barscount(c)>=10,10,barscount(c));
stickline(c>=ma(c,nn),ma(c,nn),ma(c,nn*0.7),3,0),coloryellow;
stickline(c<ma(c,nn),ma(c,nn),ma(c,nn*0.7),4,0),colorblue;}
drawkline(h,o,l,c);
下降压力线:drawline(high>=hhv(high,12),high,low<=llv(low,12),hhv(high,4),1),linethick1,color00bc00;
上涨支撑线:drawline(low<=llv(low,12),low,high>=hhv(high,4),llv(low,4),1),linethick1,colorwhite;
n1:=10;
t01:=const(hhvbars(v,10)),color0000ff,linethick0;
量能平台:if(currbarscount<=n1+15,const(if(t01=0,c,ref(c,t01))),drawnull)
,colorliblue,linethick4;
新量能点:if(currbarscount=t01+1,量能平台,drawnull),circledot,colorffffff,linethick7;
drawtext(islastbar,量能平台,' 量能平台'),color00f0f0;
hv:=hhv(v,5)=v or v/ref(v,1)>=5;
ft:=barslast(hv);
量能平台1:=if(hv,c,ref(c,ft));
z1:=strcat(hyblock,' ');
z2:=strcat(z1,dyblock);
z3:=strcat(z2,' ');
drawtext_fix(islastbar,0,0,0,strcat(z3,gnblock)),colorred;
han:=date<1141230;
当前获利筹码:=if(winner(close),winner(close)*100,0);
drawkline(h,o,l,c);{好公式网-最好的股票公式网站 www.goodgongshi.com}
九十成本集中:=(cost(95)-cost(5))/(cost(95)+cost(5))*100;
成本价:cost(九十成本集中),linethick2,colormagenta;
入1:if(成本价>ref(成本价,1),成本价,drawnull),colorred,linethick1;
出1:if(成本价<ref(成本价,1),成本价,drawnull),colorgreen,linethick1;
stickline(成本价>low and 成本价<high,成本价,min(min(open,close),成本价),3.2,0)*han,color0077ff;
stickline(成本价>low and 成本价<high,成本价,min(min(open,close),成本价),2.5,0)*han,color0099ff;
stickline(成本价>low and 成本价<high,成本价,min(min(open,close),成本价),1.9,0)*han,color00bbff;
stickline(成本价>low and 成本价<high,成本价,min(min(open,close),成本价),1.2,0)*han,color00ddff;
stickline(成本价>low and 成本价<high,成本价,min(min(open,close),成本价),0.3,0)*han,color00ffff;
stickline(成本价>min(c,o) and 成本价<max(c,o),成本价,min(open,close),3.2,0)*han,color0077ff;
stickline(成本价>min(c,o) and 成本价<max(c,o),成本价,min(open,close),2.5,0)*han,color0099ff;
stickline(成本价>min(c,o) and 成本价<max(c,o),成本价,min(open,close),1.9,0)*han,color00bbff;
stickline(成本价>min(c,o) and 成本价<max(c,o),成本价,min(open,close),1.2,0)*han,color00ddff;
stickline(成本价>min(c,o) and 成本价<max(c,o),成本价,min(open,close),0.3,0)*han,color00ffff;
stickline(成本价>high,close,open,3.2,0)*han,color0077ff;
stickline(成本价>high,close,open,2.5,0)*han,color0099ff;
stickline(成本价>high,close,open,1.9,0)*han,color00bbff;
stickline(成本价>high,close,open,1.2,0)*han,color00ddff;
stickline(成本价>high,close,open,0.3,0)*han,color00ffff;
stickline(成本价>high,high,low,0,0),colorgreen;
m1:ema(close,3),nodraw;
m2:ema(close,8),nodraw;
m3:ema(m2,13),nodraw;
m4:ema(m2,55),nodraw;
var1:=ema(m3,55);
m5:ema(m4,81), colorred,linethick0;
var2:=(ref(high,1)+ref(low,1))/2;
var3:=ma(close,21)+2*std(close,21);
drawicon(cross(var2,var3),high*1.035,2);
drawtext(cross(var2,var3),high*1.02,'卖出'), colorgreen;
df2:=(c-ref(c,1))/ref(c,1)*100>5;
df3:=(c-o)/o*100>4;
当天涨幅:(c-o)/o*100,nodraw;
v型反转:=l<成本价 and df2;
v型反转2:=cross(c,成本价) and df2;
v型反转3:=l<成本价 and df3;
drawtext(v型反转,l*0.98,'↖狙击'),colorcyan;
drawtext(v型反转2,l*0.98,'↖狙击'),colorcyan;
drawtext(v型反转3,l*0.98,'↖狙击'),colorcyan;
stickline(v型反转=1,c,o,3.2,0),colorred;
stickline(v型反转2=1,c,o,3.2,0),colorred;
stickline(v型反转3=1,c,o,3.2,0),colorred;
ma5l:ma(close,5),linethick0;
ma20l:ma(close,20),colormagenta,linethick0;
bt34l:=if(backset(barstatus=2,34)=1,1,drawnull);
近期成本线: bt34l*sum(amount,13)/sum(vol,13)/100,linethick2,colorred;
drawnumber(islastbar,近期成本线,近期成本线),colorwhite;
ahc1:=close*vol;
ahc2:=ema((expma(ahc1,3)/expma(vol,3)+expma(ahc1,6)/expma(vol,6)+expma(ahc1,12)/expma(vol,12)+expma(ahc1,24)/expma(vol,24))/4,13);
内下:ahc2*0.94,linethick0;
ahc3:=expma(close,9);
外下:expma(ahc3*0.86,5),linethick0;
抄底:=o<内下 and c<外下;
千载难逢:=o>内下 and c<外下;
stickline(抄底,c,o,2.5,0),coloryellow;
stickline(抄底,h,l,0,0),coloryellow;
dz:=min(c,o)<ma(c,5) and (min(c,o)-l)/o>0.05;
drawicon(dz and l< 外下,l*0.98,9);
maa5k:ma(c,5),colorff00ff,linethick0;
maa10k:=ma(c,10),linethick0;
maa30k:ma(c,30),colorred,linethick0;
ks:if(maa10k>maa30k,maa10k,maa30k),colorblue,linethick0;
a3:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
a4:=sma(a3,3,1);
a5:=sma(a4,3,1);
a6:=3*a4-2*a5;
a7:=c-ref(c,1);
a8:=100*ema(ema(a7,6),6)/ema(ema(abs(a7),6),6);
买k:=llv(a8,2)=llv(a8,7) and count(a8<0,2) and cross(a8,ma(a8,2));
drawtext(filter(买k=1,5),low-0.05,'↖买进'),coloryellow;
stickline(买k,open,close,2,0),coloryellow;
高:=refdate(hhv(h,n),date);
低:=refdate(llv(l,n),date);
l1:=低+(高-低)*0.191;
l2:=低+(高-低)*0.382;
l3:=低+(高-低)*0.5;
l4:=低+(高-低)*0.618;
l5:=低+(高-低)*0.809;
drawtext(currbarscount=1,高*0.996,'高'),colorgreen;
阻力1:drawtext(currbarscount=1,l1*0.996,'191'),colorffffff;
阻力2:drawtext(currbarscount=1,l2*0.996,'382'),colorffffff;
阻力3:drawtext(currbarscount=1,l3*0.996,'500'),colorffffff;
阻力4:drawtext(currbarscount=1,l4*0.996,'618'),colorffffff;
阻力5:drawtext(currbarscount=1,l5*0.996,'809'),colorffffff;
drawtext(currbarscount=1,低*1.004,'低'),colorred;
stickline(currbarscount=13,高*1.001,高,100,0),color00ffff;
stickline(currbarscount=13,l1,l1,100,0),color00ff00;
stickline(currbarscount=13,l2,l2,100,0),colorff00ff;
stickline(currbarscount=13,l3*1.001,l3,100,0),colorffff00,linethick3;
stickline(currbarscount=13,l4,l4,100,0),color00ff00;
stickline(currbarscount=13,l5,l5,100,0),colorff00ff;
stickline(currbarscount=13,低*0.999,低,100,0),colorred,linethick3;
drawtext_fix(1,0.00,0,0,'所属行业:')colorcyan;
drawtext_fix(1,0.06,0,0,hyblock),colorwhite;
drawtext_fix(1,0.14,0,0,'所属地区:')colorcyan;
drawtext_fix(1,0.20,0,0,dyblock),colorwhite;
drawtext_fix(islastbar,0.65,0.8,0,hyblock),color00ff00;
drawtext_fix(islastbar,0.75,0.8,0,dyblock),color00ffff;
drawtext_fix(islastbar,0.65,0.9,0,gnblock),coloryellow;
{以上为显示所属板块,地域,概念等}
drawtext_fix(1,0.00,0.05,0,'主营业务:'),colorred;
drawtext_fix(1,0.06,0.05,0,externstr(0,3)),colorwhite;
上一指标公式:牛519网思路不错指标下载
下一指标公式:不错的左道财门主图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文划线主图(通达信指标 源码 帖图)下载仅供学习研究。