通达信公式画线obv副图且附测试结果图指标
x_1:=30;
x_2:=if(close>ref(close,1),vol,-vol);
obv:sum(if(close=ref(close,1),0,x_2),0),colorred,linethick4;
maobv:ma(obv,x_1),colorgreen;
drawband(obv,rgb(255,0,255),maobv,rgb(127,255,0));
x_3:=if(obv>=ref(obv,1) and obv>=maobv,obv,drawnull);
drawband(x_3,rgb(255,0,0),maobv,rgb(220,20,60));
x_4:=5;
x_5:=x_4;
x_6:=ref(obv,x_4)=hhv(obv,2*x_4+1);
x_7:=backset(x_6,x_4+1);
x_8:=filter(x_7,x_4) and obv=hhv(obv,x_4+1);
x_9:=barslast(x_8);
x_10:=if(x_8,currbarscount,0);
x_11:=if(x_9,ref(obv,x_9),obv);
x_12:=if(x_9,ref(x_10,x_9),x_10);
x_13:=ref(x_11,x_9+1);
x_14:=const(x_12);
x_15:=ref(x_12,x_9+1);
x_16:=const(x_15);
x_17:=ref(x_13,x_9+1);
x_18:=if(currbarscount>x_16,0,1);
高点压力:drawline(currbarscount=x_16,obv,currbarscount=x_14,obv,1),dotline,colorgreen;
x_19:=ref(obv,x_5)=llv(obv,2*x_5+1);
x_20:=backset(x_19,x_5+1);
x_21:=filter(x_20,x_5) and obv=llv(obv,x_5+1);
x_22:=barslast(x_21);
x_23:=if(x_21,currbarscount,0);
x_24:=if(x_22,ref(obv,x_22),obv);
x_25:=if(x_22,ref(x_23,x_22),x_23);
x_26:=const(x_25);
x_27:=ref(x_24,x_22+1);
x_28:=ref(x_25,x_22+1);
x_29:=const(x_28);
低点支撑:drawline(currbarscount=x_29,obv,currbarscount=x_26,obv,1),dotline,colorred;
x_30:=10;
x_31:=sum(if(close=ref(close,1),0,x_2),0);
x_32:=ref(x_31,x_30)=hhv(x_31,2*x_30+1);
x_33:=filter(x_32,x_30);
x_34:=backset(x_33,x_30+1);
x_35:=filter(x_34,x_30);
t线:ref(obv,barslast(x_35)),colormagenta,linethick0;
stickline(close>0,t线,t线,6,0),colorff6600;
x_36:=cross(0.8,high=hhv(high,4));
x_37:=barslast(x_36)+1;
x_38:=ref(high,x_37);
x_39:=cross(0.8,low=llv(low,4));
x_40:=barslast(x_39)+1;
x_41:=ref(low,x_40);
stickline(cross(obv,t线),t线,t线*1.03,1,0),coloryellow;
上一指标公式:成交筹码巧判主力进退指标下载
下一指标公式:KD天地买卖玄机公式下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文通达信公式画线OBV副图且附测试结果图指标下载仅供学习研究。