好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式通达信版本波浪布林主图指标下载

通达信版本波浪布林主图指标下载

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2019-03-30 07:25:40
  • 指标公式标签:波浪布林主图
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:通达信版本波浪布林主图指标下载

通达信版本波浪布林主图指标

{波浪布林主图}

jj:=(c+h+l)/3;
e0:=c;
e1:=ema(jj,3);
e3:ema(ema(ema(jj,3),3),3),colorgray;
e5:ema(ema(ema(ema(ema(jj,3),3),3),3),3),coloryellow;
e8:ema(ema(ema(ema(ema(ema(ema(ema(jj,3),3),3),3),3),3),3),3),colorred;
e13:ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(jj,3),3),3),3),3),3),3),3),3),3),3),3),3),colorgreen;
e21:ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(jj,3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),colormagenta;
e34:ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(jj,3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),colorcyan;
e55:ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(jj,3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),colorblue;
e89:=ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(ema(jj,3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3),3);
varb:=amount/(100*vol);
varc:=ma(varb,34);
vard:=ma(close,26);
{好公式网-最好的股票公式网站 www.goodgongshi.com}
通道: (vard+varc)/2, pointdot, coloryellow;
阻力: vard+2*std(close,34),linethick2 , colorgreen;
支持: (vard-2*std(close,26)),linethick2 , colorgreen;
xx:=e55>支持 and e34>支持 and e21>支持 and e13>支持 and e8>支持 and e5>支持
and e55<阻力 and e34<阻力 and e21<阻力 and e13<阻力 and e8<阻力 and e5<阻力;
xxx:=e34>支持 and e21>支持 and e13>支持 and e8>支持 and e5>支持
and e34<阻力 and e21<阻力 and e13<阻力 and e8<阻力 and e5<阻力
and e34>e55 and e21>e55 and e13>e55 and e8>e55 and e5>e55;
牛启动:=cross(c,阻力) and xx;
drawtext(牛启动,l,'牛启动'),coloryellow;
牛启动2:=cross(c,阻力) and xxx;
{drawtext(牛启动2,l,'牛启动'),coloryellow;}
牛股:=c>e55 and c>e34 and c>e21 and c>e13 and c>e8 and c>e5;
stickline( 牛股 and c>o,c,o,7,0),color000066;
stickline(牛股 and c>o,c,o,3.0,0),color000077;
stickline(牛股 and c>o,c,o,1.5,0),color000099;
stickline(牛股 and c>o,c,o,0.9,0),color0000cc;
stickline(牛股 and c>o,c,o,0.5,0),color0000ff;
stickline(牛股 and c>o,o,c,0,0),colorffffff;
stickline( 牛股 and c<o,l,h,0,0),color009900;
stickline( 牛股 and c<o,c,o,7,0),color009900;
stickline( 牛股 and c<o,c,o,3,0),color00bb00;
stickline(牛股 and c<o,c,o,1.5,0),color00dd00;
stickline(牛股 and c<o,c,o,0.5,0),color00ff00;
stickline(牛股 and c<o,c,o,0,0),colorffffff;


通达信版本波浪布林主图指标

  >>>使用本站搜索工具可以找到更多通达信版本波浪布林主图指标下载

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文通达信版本波浪布林主图指标下载仅供学习研究。

猜你喜欢

学了又学