真macd
diff:ema(c,12)-ema(c,26);
dea :ema(diff,9),coloryellow;
macd:2*(diff-dea);
partline(diff,diff>ref(diff,1)and ref(diff,1)>0,rgb(255,0,0),diff<ref(diff,1),
rgb(0,255,0),diff>ref(diff,1)and ref(diff,1)<0,rgb(255,0,255));
partline(dea,dea>ref(dea,1),rgb(255,255,0),dea<ref(dea,1),rgb(0,255,255));
stickline(macd<ref(macd,1)and macd>0,0,macd,6,0 ),color00aaff;
stickline(macd<ref(macd,1)and macd>0,0,macd,6.6,0 ),color00bbff;
stickline(macd<ref(macd,1)and macd>0,0,macd,4.4,0 ),color00ccff;
stickline(macd<ref(macd,1)and macd>0,0,macd,3.3,0 ),color00ddff;
stickline(macd<ref(macd,1)and macd>0,0,macd,2.2,0 ),color00eeff;
stickline(macd<ref(macd,1)and macd>0,0,macd,1.1,0 ),color00ffff;
stickline(macd>=ref(macd,1)and macd>0,0,macd,6,0 ),color0000aa;
stickline(macd>=ref(macd,1)and macd>0,0,macd,6.6 ,0 ),color0011bb;
stickline(macd>=ref(macd,1)and macd>0,0,macd,4.4,0 ),color0022cc;
stickline(macd>=ref(macd,1)and macd>0,0,macd,3.3 ,0 ),color0033dd;
stickline(macd>=ref(macd,1)and macd>0,0,macd,2.2 ,0 ),color0044ee;
stickline(macd>=ref(macd,1)and macd>0,0,macd,1.1 ,0 ),color0055ff;
stickline(macd>ref(macd,1)and macd<0,0,macd,6,0 ),coloraa00bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,6.6 ,0 ),colorbb11bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,4.4,0 ),colorcc22bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,3.3,0 ),colordd33bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,2.2 ,0 ),coloree44bb;
stickline(macd>ref(macd,1)and macd<0,0,macd,1.1 ,0 ),colorff55bb;
stickline(macd<=ref(macd,1)and macd<0,0,macd,6,0 ),colorff7700;
stickline(macd<=ref(macd,1)and macd<0,0,macd,6.6 ,0 ),colorff8811;
stickline(macd<=ref(macd,1)and macd<0,0,macd,4.4,0 ),colorffaa22;
stickline(macd<=ref(macd,1)and macd<0,0,macd,3.3 ,0 ),colorffbb33;
stickline(macd<=ref(macd,1)and macd<0,0,macd,2.2 ,0 ),colorffdd44;
stickline(macd<=ref(macd,1)and macd<0,0,macd,1.1 ,0 ),colorffff55;
kd
input:n(9,1,100),m1(3,2,40),m2(3,2,40);
20,pointdot;
50,pointdot;
80,pointdot;
rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;
k:sma(rsv,m1,1);
d:sma(k,m2,1);
partline(k,k>ref(k,1)and ref(k,1)>0,rgb(255,0,0),k<ref(k,1),
rgb(0,255,0),k>ref(k,1)and ref(k,1)<0,rgb(255,0,255));
partline(d,d>ref(d,1),rgb(255,255,0),d<ref(d,1),rgb(0,255,255));
上一指标公式:主力资金公式下载 大智慧指标主力
下一指标公式:个股量能值排序公式下载 大智慧大智慧个股
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文真MACD公式下载 大智慧MACD仅供学习研究。