obv:sum(if(close>ref(close,1),vol,if(close<ref(close,1),-vol,0)),0)/1000000;
a1:=ref(obv,2)=hhv(obv,2*2+1); b1:=filter(a1,2); c1:=backset(b1,2+1); d1:=filter(c1,2);{高}
a2:=ref(obv,2)=llv(obv,2*2+1); b2:=filter(a2,2); c2:=backset(b2,2+1); d2:=filter(c2,2);{低}
h1:=(d1 and not(d2)) or barstatus=2 or barscount(c)=1;
l1:=(d2 and not(d1)); h2:=d1 and not(d2);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); {前一高}
r2:=backset(s1,ref(barslast(hd),1)+2); s2:=r2>ref(r2,1); {前二高}
r3:=backset(s2,ref(barslast(hd),1)+2); s3:=r3>ref(r3,1); {前三高}
t1:=backset(barstatus=2,barslast(ld)+1); u1:=t1>ref(t1,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); {前三低}
{-----------------【图解模板】---------------------}
drawgbk((date > 0),colorrgb(0,33,0),colorrgb(0,33,0),1);
压力一:drawline(s2,obv,s1,obv,1),color00b5b9,colorred; {压力1}
压力二:drawline(s3,obv,s2,obv,1),color009aff; {压力2}
支撑一:drawline(u2,obv,u1,obv,1),colorff68ff;{支撑1}
支撑二:drawline(u3,obv,u2,obv,1),colorffc800;{支撑2}
启动直线: drawsl(u2,obv,0,0,3),pointdot,colorffafff; {启动直线}
partline(c,obv),colorwhite;
ty:=obv;
cs:=(ref(ty,barslast(s2))-ref(ty,barslast(s2)))/(barslast(s2)-barslast(s1));
阻力线:=ref(ty,barslast(s2))+barslast(s2)*cs;
阻力值:阻力线,linethick0;
{tj:=ref(llv(ty,15),barslast(b2)+1)<=trough(ty,5,1) and
ref(trough(ty,5,1),barslast(b2)+1)<=trough(ty,5,2) and
peak(ty,n,1)<peak(ty,n,2);}
drawicon(cross(ty,阻力线) and count(cross(ty,阻力线) ,barslast(s2))=1 ,ty*0.99,10);
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文送给喜欢划线朋友一个OBV附图划线副图公式下载 飞狐附图源码指标 源码仅供学习研究。