macd高低点画线指标(副图 通达信 贴图)给大小多空转换画线,小转大与大转小,使用技巧灵活源码下载:
nnn:=strcat(con2str(year,0),' 年 ');
yyy:=strcat(con2str(month,0),' 月 ');
rrr:=strcat(con2str(day,0),' 日 ');
www:=strcat('星期',con2str(weekday,0));
sss:=strcat(strcat(strcat(nnn,yyy), rrr),www);
drawtext_fix(c>0,0.77,0,0,sss);
drawtext_fix(c>0,0.004,1,0,dyblock),coloryellow,linethick2;
drawtext_fix(c>0,0.06,1,0,hyblock),colorred,linethick2;
drawtext_fix(c>0,0.12,1,0,gnblock),colorwhite,linethick2;
drawtext_fix(1,0.88,5,0,'~☆~腾讯课堂骑牛作品~☆~'),coloryellow;
快量:(ema(close,12) - ema(close,26));
慢量:ema(快量,9),color00ffff;
macd:=2*(快量-慢量);
资金线:=hhv(macd,1)*0.98,linethick1,colorred;
资金3日线:=hhv(macd,3)*0.98,linethick1;
资金5日线:=hhv(macd,5)*0.98,colorwhite,linethick1;
持股:=if(资金线>=ref(资金线,1) and 资金3日线>=资金线 and 资金3日线>=ref(资金3日线,1) and 资金3日线=资金5日线,1.5,0),colorwhite;
{drawicon(ref(持股<1.5,1) and 持股,资金线,1);
drawicon(ref(资金线=资金5日线,1) and 资金线<资金5日线,资金5日线,2);}
骑牛技术:0,colorgray;
stickline(macd>0 and macd>ref(macd,1),macd,0,3,0),colorred;
stickline(macd>0 and macd<ref(macd,1),macd,0,3,0),color008080;
stickline(macd<0 and macd<ref(macd,1),macd,0,3,0),color00ff00;
stickline(macd<0 and macd>ref(macd,1),macd,0,3,0),colorffffff;
stickline(macd<0 and macd>ref(macd,1),macd,0,3,0 ),colorffaa00;
stickline(macd<0 and macd>ref(macd,1),macd,0,3.3 ,0 ),colorffbb11;
stickline(macd<0 and macd>ref(macd,1),macd,0,2.2,0 ),colorffcc22;
stickline(macd<0 and macd>ref(macd,1),macd,0,1.65 ,0 ),colorffdd33;
stickline(macd<0 and macd>ref(macd,1),macd,0,1.1 ,0 ),colorffee44;
stickline(macd<0 and macd>ref(macd,1),macd,0,0.55 ,0 ),colorffff55;
stickline(macd<0 and macd<=ref(macd,1),macd,0,0,0 ),color00e600;
stickline(macd<0 and macd<=ref(macd,1),macd,0,3.5,0 ),color007700;
stickline(macd<0 and macd<=ref(macd,1),macd,0,2.7,0 ),color008e00;
stickline(macd<0 and macd<=ref(macd,1),macd,0,2.1,0 ),color009900;
stickline(macd<0 and macd<=ref(macd,1),macd,0,1.5,0 ),color00b500;
stickline(macd<0 and macd<=ref(macd,1),macd,0,0.9,0 ),color00d500;
stickline(macd<0 and macd<=ref(macd,1),macd,0,0.3,0 ),color00e600;
stickline(macd<0 and macd<=ref(macd,1),macd,0,0,1 ),color00e600;
stickline(macd>0 and macd<=ref(macd,1),macd,0,3.5,0),color0044aa;
stickline(macd>0 and macd<=ref(macd,1),macd,0,3.4,0),color0055aa;
{好公式网-最好的股票公式网站 www.goodgongshi.com}
stickline(macd>0 and macd<=ref(macd,1),macd,0,3.2,0),color0066bb;
stickline(macd>0 and macd<=ref(macd,1),macd,0,3.0,0),color0077bb;
stickline(macd>0 and macd<=ref(macd,1),macd,0,2.7,0),color0088cc;
stickline(macd>0 and macd<=ref(macd,1),macd,0,2.4,0),color0099cc;
stickline(macd>0 and macd<=ref(macd,1),macd,0,2.1,0),color00aadd;
stickline(macd>0 and macd<=ref(macd,1),macd,0,1.8,0),color00bbdd;
stickline(macd>0 and macd<=ref(macd,1),macd,0,1.4,0),color00ccee;
stickline(macd>0 and macd<=ref(macd,1),macd,0,1.0,0),color00ddee;
stickline(macd>0 and macd<=ref(macd,1),macd,0,0.6,0),color00eeee;
stickline(macd>0 and macd<=ref(macd,1),macd,0,0.2,0),color00f0f3;
stickline(macd>0 and macd<=ref(macd,1),macd,0,0.05,0),color00f6f3;
stickline(macd>0 and macd>ref(macd,1),macd,0,3.5,0) ,color00005a;
stickline(macd>0 and macd>ref(macd,1),macd,0,3.4,0) ,color00006a;
stickline(macd>0 and macd>ref(macd,1),macd,0,3.3,0) ,color00007a;
stickline(macd>0 and macd>ref(macd,1),macd,0,3.2,0) ,color00008a;
stickline(macd>0 and macd>ref(macd,1),macd,0,3.1,0) ,color00009a;
stickline(macd>0 and macd>ref(macd,1),macd,0,2.8,0) ,color0000aa;
stickline(macd>0 and macd>ref(macd,1),macd,0,2.5,0) ,color0000ba;
stickline(macd>0 and macd>ref(macd,1),macd,0,2.1,0) ,color0000ca;
stickline(macd>0 and macd>ref(macd,1),macd,0,1.7,0) ,color0000da;
stickline(macd>0 and macd>ref(macd,1),macd,0,1.2,0) ,color0000ea;
stickline(macd>0 and macd>ref(macd,1),macd,0,0.7,0) ,color0000f5;
stickline(macd>0 and macd>ref(macd,1),macd,0,0.2,0) ,color0000fc;
stickline(macd>0 and macd>ref(macd,1),macd,0,0.05,0),color0000ff;
a:=barslast(filterx(macd=hhv(macd,barslast(macd<0)),barslast(macd<0)));
b:=ref(macd,a);
stickline(a,b*1.05,b,4,0);
a1:=barslast(filterx(macd=llv(macd,barslast(macd>0)),barslast(macd>0)));
b1:=ref(macd,a1);
stickline(a1,b1*1.1,b1,4,2);
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文MACD高低点画线指标(副图 通达信 贴图)给大小多空转换画线,小转大与大转小,使用技巧灵活下载仅供学习研究。