好公式网用指标公式为投资注入科技力量!
您的位置:好公式网大智慧公式预测MACD今明两日的金死叉—帮你提前做好准备公式下载 大智慧今明两日

预测MACD今明两日的金死叉—帮你提前做好准备公式下载 大智慧今明两日

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

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:预测MACD今明两日的金死叉—帮你提前做好准备公式下载 大智慧今明两日

预测macd今明两日的金死叉—帮你提前做好准备

预测macd今明两日的金(死)叉——帮你提前做好准备

本公式可以预测macd今明两日的金(死)叉,甚至可以提前1-2天告之金(死)叉的发生,帮你提前做好准备,请笑纳。
使用方法:移动十字光标至macd银(金)柱时,显示预测价位;参数根据个人的喜好可以调整。

{参数}n1:=12;n2:=26;m:=9;

diff: ema(close,n1)-ema(close,n2),colorbb00bb,linethick2,layer0;
dea:ema(diff,m),color00bb00,linethick2,layer0;
macd: (diff-dea)*2,colorstick;
stickline(macd<ref(macd,1)and macd>0,0,macd,8,0 ),color003333;
stickline(macd<ref(macd,1)and macd>0,0,macd,7,0 ),color004444;
stickline(macd<ref(macd,1)and macd>0,0,macd,6,0 ),color005555;
stickline(macd<ref(macd,1)and macd>0,0,macd,5,0 ),color007777;
stickline(macd<ref(macd,1)and macd>0,0,macd,4,0 ),color009999;
stickline(macd<ref(macd,1)and macd>0,0,macd,3,0 ),color00bbbb;
stickline(macd<ref(macd,1)and macd>0,0,macd,2,0 ),color00dddd;
stickline(macd<ref(macd,1)and macd>0,0,macd,1,0 ),color00ffff;
stickline(macd>=ref(macd,1)and macd>0,0,macd,8 ,0 ),color000033;
stickline(macd>=ref(macd,1)and macd>0,0,macd,7 ,0 ),color000044;
stickline(macd>=ref(macd,1)and macd>0,0,macd,6 ,0 ),color000055;
stickline(macd>=ref(macd,1)and macd>0,0,macd,5 ,0 ),color000077;
stickline(macd>=ref(macd,1)and macd>0,0,macd,4 ,0 ),color000099;
stickline(macd>=ref(macd,1)and macd>0,0,macd,3 ,0 ),color0000bb;
stickline(macd>=ref(macd,1)and macd>0,0,macd,2 ,0 ),color0000dd;
stickline(macd>=ref(macd,1)and macd>0,0,macd,1 ,0 ),color0000ff;
stickline(macd>ref(macd,1)and macd<0,0,macd,8,0 ),color333333;
stickline(macd>ref(macd,1)and macd<0,0,macd,7,0 ),color444444;
stickline(macd>ref(macd,1)and macd<0,0,macd,6,0 ),color555555;
stickline(macd>ref(macd,1)and macd<0,0,macd,5,0 ),color777777;
stickline(macd>ref(macd,1)and macd<0,0,macd,4,0 ),color999999;
stickline(macd>ref(macd,1)and macd<0,0,macd,3,0 ),colorbbbbbb;
stickline(macd>ref(macd,1)and macd<0,0,macd,2,0 ),colordddddd;
stickline(macd>ref(macd,1)and macd<0,0,macd,1,0 ),colorffffff;
stickline(macd<=ref(macd,1)and macd<0,0,macd,8,0 ),color333300;
stickline(macd<=ref(macd,1)and macd<0,0,macd,7,0 ),color444400;
stickline(macd<=ref(macd,1)and macd<0,0,macd,6,0 ),color555500;
stickline(macd<=ref(macd,1)and macd<0,0,macd,5,0 ),color777700;
stickline(macd<=ref(macd,1)and macd<0,0,macd,4,0 ),color999900;
stickline(macd<=ref(macd,1)and macd<0,0,macd,3,0 ),colorbbbb00;
stickline(macd<=ref(macd,1)and macd<0,0,macd,2,0 ),colordddd00;
stickline(macd<=ref(macd,1)and macd<0,0,macd,1,0 ),colorffff00;
今日交叉价:((ref(ema(c,n2),1)*(n2-1)*(n1+1))+(ref(dea,1)*(n1+1)*(n2+1))-(ref(ema(c,n1),1)*(n1-1)*(n2+1)))/(2*(n2-n1)),precis2,linethick0;
drawflagtext(dea<diff and macd<ref(macd,1),diff,'今日死叉价位预测: '+numtostrn(今日交叉价,2)),align2,colorblue;
drawflagtext(dea>diff and macd>ref(macd,1),diff,'今日金叉价位预测: '+numtostrn(今日交叉价,2)),align2,colorred;
{www.8goodgongshi.com}
明日交叉价:((ema(c,n2)*(n2-1)*(n1+1))+(dea*(n1+1)*(n2+1))-(ema(c,n1)*(n1-1)*(n2+1)))/(2*(n2-n1)),precis2,linethick0;
drawflagtext(dea<diff and macd<ref(macd,1),diff,'明日死叉价位预测: '+numtostrn(明日交叉价,2)),align2,colorblue;
drawflagtext(dea>diff and macd>ref(macd,1),diff,'明日金叉价位预测: '+numtostrn(明日交叉价,2)),align2,colorred;


  >>>使用本站搜索工具可以找到更多预测MACD今明两日的金死叉—帮你提前做好准备公式下载 大智慧今明两日

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文预测MACD今明两日的金死叉—帮你提前做好准备公式下载 大智慧今明两日仅供学习研究。

猜你喜欢

学了又学