发表同学要的自用画线主图自用副图有图有真相副图
{czw-g}
{p1:3,0,30;p2:6,1,300;p3:18,1,300;p4:250,0,300}
drawgbklast(close>0,'a008');
if dispstatus=2 then aaa:=barpos;
if dispstatus=1 then bbb:=barpos;
ddd:=aaa-bbb;
ee:=hhv(h,ddd);
tjts:=barstatus=2;
var1:=(c+l+h)/3;
var2:=ema(var1,6);
var3:=ema(var2,5);
var4:=ema(var3,12);
var5:=ema(var4,5);
{红绿三角【副图】}
a10304:=ref(high,3)=hhv(high,2*3+1);
b10304:=filter(a10304,3);
c10304:=backset(b10304,3+1);
d10304:=filter(c10304,3);{高点}
a20304:=ref(low,3)=llv(low,2*3+1);
b20304:=filter(a20304,3);
c20304:=backset(b20304,3+1);
d20304:=filter(c20304,3);{低点}
e10304:=(ref(llv(low,2*3),1)+ref(hhv(high,2*3),1))/2;
e20304:=(high+low)/2;{高低点出现在同一k线上时可作取舍}
h10304:=(d10304 and not(d20304 and e10304>=e20304)) or barstatus=2 or barscount(close)=1;
l10304:=(d20304 and not(d10304 and e10304=e20304));
x10304:=ref(barslast(h10304),1)+1;
f10304:=backset(h10304 and count(l10304,x10304)>0,llvbars(if(l10304,low,10000),x10304));
g10304:=f10304>ref(f10304,1);
i10304:=backset(g10304,2);
ld0304:=i10304>ref(i10304,1);{过滤后低点}
l20304:=ld0304 or barstatus=2 or barscount(close)=1;
x20304:=ref(barslast(l20304),1)+1;
f20304:=backset(l20304 and count(h10304,x20304)>0,hhvbars(if(h10304,high,0),x20304));
g20304:=f20304>ref(f20304,1);
i20304:=backset(g20304,2);
hd0304:=i20304>ref(i20304,1);{过滤后高点}
uu0304:=backset(barstatus=2,barslast(ld0304)+1);
vv0304:=uu0304>ref(uu0304,1);
uu20304:=backset(barstatus=2,barslast(hd0304)+1);
vv20304:=uu20304>ref(uu20304,1);
{以下语句为三角形部分}
底:ref(l,barslast(vv0304)),colorred,linethick1;
顶:ref(h,barslast(vv20304)),colorgreen,linethick1;
{下跌三角形:绿色三角形画完介入}
stickline(vv0304,顶,底,0,0),colorgreen,linethick2;
drawline(vv20304,h,vv0304,l,0),colorgreen,linethick2;{斜}
drawline(vv20304,h,vv0304,顶,0),colorgreen,linethick2;
{上涨三角形:红色三角形画完出局}
stickline(vv20304 ,顶,底,0,0),colorred,linethick2;
drawline(vv0304,l,vv20304,h,0),colorred,linethick2;{斜}
drawline(vv0304,l,vv20304,底,0),colorred,linethick2;
{文字}
nn304:= dispstatus=2;
drawtext(nn304,底,'底: '+numtostrn(底,2)+'元 '),align2,colorred,linethick1,valign0;
drawtext(nn304,顶,'顶: '+numtostrn(顶,2)+'元 '),align2,colorgreen,linethick1,valign2;
{箱体}
ty309:=c;
hd309:=filter(backset(filter(ref(ty309,10)=hhv(ty309,2*10+1),10),10+1),10);
ld309:=filter(backset(filter(ref(ty309,10)=llv(ty309,2*10+1),10),10+1),10);
a309:=ref(c,barslast(hd309));
b309:=ref(c,barslast(ld309));
t1309:=barslast(hd309)<barslast(ld309) and not(hd309) ;
t2309:=barslast(hd309)>barslast(ld309) and not(ld309);
波浪顶:if(t1309,a309,a309),colorcyan,pointdot,linethick2;
波浪底:if(t2309,b309,b309),colormagenta,pointdot,linethick2;
a:=hhv(ma((l+h+c)/3,3),3);
b:=llv(ma((l+h+c)/3,3),10);
stickline(dispstatus=2,a,a,20,0),coloryellow,linethick1;{小箱体--上沿}
drawtext(dispstatus=2 ,a,numtostrn(a,3)),coloryellow;
stickline(dispstatus=2,b,b,20,0),colorwhite,linethick1;{小箱体--下沿}
drawtext(dispstatus=2,b,numtostrn(b,3)),colorwhite;
k1:=llv(l,barslast(dispstatus=1)+1);
aa1:=cost(95);
aa2:=cost(5);
ly:=(aa1-aa2)*100/(aa1+aa2);
n:=p1;{原码 n:=3;}
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 dispstatus=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 dispstatus=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(dispstatus=2,barslast(hd)+1); s1:=r1>ref(r1,1); {前一高}
t1:=backset(dispstatus=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); {前二低}
t3:=backset(u2,ref(barslast(ld),1)+2); u3:=t3>ref(t3,1); {前三低}
t4:=backset(u3,ref(barslast(ld),1)+2); u4:=t4>ref(t4,1); {前四低}
上一指标公式:短线超级-主力筹码副图公式下载 大智慧指标源码指标主力
下一指标公式:瀑布主图主图公式下载 大智慧指标源码贴图源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文发表同学要的自用画线主图自用副图有图有真相副图公式下载 大智慧指标源码有图公式仅供学习研究。