好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式通达信公式MACD-COLA算法副图附实测效果图指标下载

通达信公式MACD-COLA算法副图附实测效果图指标下载

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

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:通达信公式MACD-COLA算法副图附实测效果图指标下载

通达信公式macd-cola算法副图附实测效果图指标

 dif:(2*ema(close,12)-ema(ema(close,12),12)-(2*ema(close,26)-ema(ema(close,26),26)))/2.2;
dea:2.1*ema(dif,9)-ema(ema(dif,9),9);
macd:2.8*(dif-dea),colorstick;
drawicon(ref(dif,1)>ref(dif,2) and dif<ref(dif,1) and dif>0 and dif>dea,dif*1.1,2),colorgreen;
drawicon(cross(dea,dif) and dif>0,dif,37),colorgreen;
drawicon(ref(dif,1)<ref(dif,2) and dif>ref(dif,1) and dif<0 and dif<dea,dif*1.1,1),colorred;
drawicon(cross(dif,dea) and dif<0,dif,36),colorred;
x_1:=macd<0 and macd>ref(macd,1) and ref(macd,1)<ref(macd,2) and ref(macd,2)<ref(macd,3) and ref(macd,3)<ref(macd,4);
stickline(x_1,0,macd,0.3,0),colorred;
x_2:=macd>0 and macd<ref(macd,1) and ref(macd,1)>ref(macd,2) and ref(macd,2)>ref(macd,3) and ref(macd,3)>ref(macd,4);
stickline(x_2,0,macd,0.3,0),colorgreen;
x_3:=(close-llv(low,9))/(hhv(high,9)-llv(low,9));
x_4:=sma(x_3,9,3);
x_5:=sma(x_4,9,3);
x_6:=3*x_4-2*x_5;
x_7:=cross(x_4,x_5);
x_8:=cross(x_5,x_4);
x_9:=ref(close,1);{好公式网-最好的股票公式网站 www.goodgongshi.com}
x_10:=sma(max(close-x_9,0),6,1)/sma(abs(close-x_9),6,1)*100;
x_11:=cross(dif,dea) and (x_7 or (x_6<20 and x_10<20));
x_12:=cross(dea,dif) and (x_8 or (x_6>80 and x_10>80));
drawicon(x_11,dea*1,25);
drawicon(x_12,dea*1,24);
x_13:=100-100*(hhv(high,40)-close)/(hhv(high,40)-llv(low,40))-50;
notextlu:if(x_13>24.99,dif,drawnull),colorred,linethick2;
notextlu2:if(x_13<(-40.009998),dif,drawnull),colorgreen,linethick2;
notext0:0,dotline,colorligray;
x_14:=if(period=0,0.7,if(period=1,1.2,if(period=2,2,if(period=3,2.5,if(period=4,3,if(period=5,5.5,if(period=6,6,if(period=7,7,if(period=8,3.5,4)))))))));
x_15:=barslast(cross(macd,0));
x_16:=ref(x_15,1)>0 and x_15=0;
x_17:=barslast(x_16);
x_18:=ref(x_15,x_17+1);
x_19:=hhvbars(macd,x_17+x_18);
x_20:=if(x_19>x_17,ref(macd,x_19),0);
x_21:=if(x_19>x_17,ref(high,x_19),0);
x_22:=if(ref(high,1)=hhv(high,x_17+x_18),ref(high,1),0);
x_23:=(x_22-x_21)/x_21*100;
x_24:=count(cross(0,macd),x_17+x_18);
x_25:=macd>0 and macd<x_20 and high=hhv(high,x_17+x_18) and x_20>0 and x_24=1;
x_26:=ref(x_25,1) and high<ref(high,1) and macd>0 and x_20>0;
x_27:=llvbars(macd,x_17+x_18);
x_28:=if(x_27>x_17,ref(macd,x_27),0);
x_29:=if(x_27>x_17,ref(low,x_27),0);
x_30:=if(ref(low,1)=llv(low,x_17+x_18),ref(low,1),0);
x_31:=(x_29-x_30)/x_29*100;
x_32:=count(cross(macd,0),x_17+x_18);
x_33:=macd<0 and macd>x_28 and low=llv(low,x_17+x_18) and x_28<0 and count(cross(macd,0),x_17+x_18)<=3;
x_34:=ref(x_33,1) and low>ref(low,1) and macd<0 and x_28<0;
前高:if(x_26,x_21,drawnull),nodraw,color7fff00;
现高:if(x_26,x_22,drawnull),nodraw,colorgreen;
幅度_顶:if(x_26,x_23,drawnull),nodraw,coloryellow;
原低:if(x_34,x_29,drawnull),nodraw,colorlimagenta;
现低:if(x_34,x_30,drawnull),nodraw,colorred;
幅度_底:if(x_34,x_31,0),nodraw,coloryellow;
drawicon(x_34,macd,26);
drawicon(x_26,macd,27);
x_35:=backset(x_26,x_19+1);
x_36:=backset(x_34,x_27+1);
notextmacdl:drawline(ref(x_36,1)=0 and x_36=1 and macd<0,macd,x_34,macd,0),colorred;
notextmacdh:drawline(ref(x_35,1)=0 and x_35=1 and macd>0,macd,x_26,macd,0),colorgreen;
涨家数:indexadv,nodraw,colorred;
跌家数:indexdec,nodraw,colorgreen;
正量能:涨家数/(涨家数+跌家数)*100,nodraw,colormagenta;
负量能:跌家数/(涨家数+跌家数)*100,nodraw,coloryellow;
 

通达信公式macd-cola算法副图附实测效果图指标

  >>>使用本站搜索工具可以找到更多通达信公式MACD-COLA算法副图附实测效果图指标下载

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文通达信公式MACD-COLA算法副图附实测效果图指标下载仅供学习研究。

猜你喜欢

学了又学