好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式TOW指标公式下载 通达信指标

TOW指标公式下载 通达信指标

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-04-20 08:06:09
  • 指标公式标签:TOW
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:TOW指标公式下载 通达信指标

hj_1:=ref(close,1);
hj_2:=ref(close,2);
hj_3:=if(close>ref(close,1) and ref(close,1)>=ref(close,2),1,if(close<ref(close,1) and ref(close,1)<=ref(close,2),(-1),if(close>ref(close,2) and ref(close,2)>ref(close,1),2,if(close<ref(close,2) and ref(close,2)<ref(close,1),(-2),0))));
hj_4:=if(ref(hj_3,1)!=0,ref(hj_3,1),if(ref(hj_3,2)!=0,ref(hj_3,2),if(ref(hj_3,3)!=0,ref(hj_3,3),if(ref(hj_3,5)!=0,ref(hj_3,5),if(ref(hj_3,6)!=0,ref(hj_3,6),if(ref(hj_3,7)!=0,ref(hj_3,7),0))))));
hj_5:=if(close>ref(close,1),close,ref(close,1));
hj_6:=if(hj_3=(-1) or hj_3=(-2) and hj_4>0,hj_2,hj_5);
tower:if(hj_5>hj_6,hj_5,hj_6),pointdot,colorwhite;
stickline(close>=ref(close,1),close,ref(close,1),3,1),colorred;
stickline(close<ref(close,1),close,ref(close,1),3,0),colorgreen;
stickline(ref(close,1)>=ref(close,2) and close<ref(close,1),ref(close,1),max(ref(close,2),close),3,1),colorred;
stickline(ref(close,1)<ref(close,2) and close>=ref(close,1),ref(close,1),min(ref(close,2),close),3,0),colorgreen;
lc:ref(close,1),nodraw;
lc2:ref(close,2),nodraw;
boll:ma(close,20);
ub:boll+2*std(close,20),colorwhite;
lb:boll-2*std(close,20),color80ffff;
stickline(hj_3=1 or hj_4>=1 and hj_3=0,hj_1,close,3,0),colorred;
stickline(hj_3=(-1) or hj_4<=(-1) and hj_3=0,hj_1,close,3,0),coloryellow;
stickline(hj_3=2,hj_2,close,3,0),colorred;
stickline(hj_3=(-2),hj_2,close,3,0),colorffcc66;
stickline(hj_3=(-1) or hj_3=(-2) and hj_4>0,hj_2,hj_1,3,0),colormagenta;
stickline(hj_3=1 or hj_3=2 and hj_4<0,hj_2,hj_1,3,0),colorwhite;
hj_7:=close>ref(close,1) and ref(close,1)>ref(close,2) and ref(close,1)<ref(close,3) and if(ref(close,3)<ref(close,4),1,if(ref(close,4)<ref(close,5),ref(close,1)<ref(close,4) or (ref(close,2)<ref(close,4) and ref(close,3)>=ref(close,5)),if(ref(close,5)<ref(close,6),1,ref(close,6)<ref(close,7))));
hj_8:=close<ref(close,1) and ref(close,1)<ref(close,2) and ref(close,1)>ref(close,3) and if(ref(close,3)>ref(close,4),1,if(ref(close,4)>ref(close,5),ref(close,1)>ref(close,4) or (ref(close,2)>ref(close,4) and ref(close,3)<=ref(close,5)),if(ref(close,5)>ref(close,6),1,ref(close,6)>ref(close,7))));
drawicon(hj_7 and close>ref(open,2),0.99*low,1);
drawicon(hj_8 and close<ref(close,2),high*1.01,2);
总资金:abs(open-low)+abs(high-low)+abs(high-close),nodraw;
拉升资金:if(close>open,high-low,if(close<open,high-open+(close-low),close-low))*5,nodraw,colorred;
打压资金:if(close>open,high-close+(open-low),if(close<open,high-low,high-close))*5,nodraw,colorgreen;
hj_9:=datetoday(date);
hj_10:=hj_9-ref(hj_9,1)>weekday-ref(weekday,1) or barscount(close)=1;
hj_11:=barslast(hj_10);
hj_12:=ref(close,hj_11+1);
hj_13:=if(hj_11,ref(open,hj_11),open);
hj_14:=(hhv(high,hj_11+1)-hj_12)/hj_12*100;
hj_15:=(llv(low,hj_11+1)-hj_12)/hj_12*100;
hj_16:=if(ref(hj_10,hj_11+1)=1,hj_11+2,if(ref(hj_10,hj_11+2)=1,hj_11+3,if(ref(hj_10,hj_11+3)=1,hj_11+4,if(ref(hj_10,hj_11+4)=1,hj_11+5,hj_11+6))));
hj_17:=ref(close,hj_16);
hj_18:=if(dynainfo(4)>0,close,dynainfo(3));
hj_19:=if(ref(hj_10,hj_16+1)=1,hj_16+1,if(ref(hj_10,hj_16+1)=1,hj_16+2,if(ref(hj_10,hj_16+2)=1,hj_16+3,if(ref(hj_10,hj_16+3)=1,hj_16+4,hj_16+5))));
hj_20:=ref(close,hj_19);
hj_21:=if(dynainfo(4)>0,close,dynainfo(3));
三周涨%:(hj_21-hj_20)/hj_20*100,nodraw;
hj_22:=(hj_18-hj_17)/hj_17*100;
上周涨%:hj_22-(hj_18-hj_12)/hj_12*100,nodraw;
周涨%:(hj_18-hj_12)/hj_12*100,nodraw;
hj_23:=ref(high,1);
hj_24:=ref(low,1);
hj_25:=ref(close,1);
cdp:(hj_23+hj_24+hj_25)/3;

{-----------------------------------}


tow  指标

  >>>使用本站搜索工具可以找到更多TOW指标公式下载 通达信指标

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文TOW指标公式下载 通达信指标仅供学习研究。

猜你喜欢

学了又学