飞狐特色指标macd实战有较好的实用价值,为方便喜欢该指标的股友改编成大智慧、通达信看盘指标(只要去掉飞狐的特有指标函数,就能用在大智慧和通达信),源码如下(不含解盘部分源码):
input:long(26,20,100),short(12,5,40),m(9,2,60);
diff:=(ema(close,short) - ema(close,long));
dea:=ema(diff,m);
macd2:=(2 * (diff - dea));
du0:=cross(diff,0);
ud0:=cross(0,diff);
tdu0:=barslast(du0);
tud0:=barslast(ud0);
du3:=ref(du0,1);
ud3:=ref(ud0,1);
tdu3:=barslast(du3);
tud3:=barslast(ud3);
udgline:=if((tdu3 < tud3),ref(hhv(high,2),tdu3),ref(llv(low,2),tud3));
jdu0:=(((ref(close,1) <= ref(udgline,1)) and (close > udgline)) and (tdu0 < tud0));
jud0:=(((ref(close,1) >= ref(udgline,1)) and (close < udgline)) and (tud0 < tdu0));
jdu1:=(jdu0 and (count(jdu0,tdu0) = 1));
jud1:=(jud0 and (count(jud0,tud0) = 1));
jdu2:=(jdu1 and (ref(barslast(jud1),1) < ref(barslast(jdu1),1)));
jud2:=(jud1 and (ref(barslast(jud1),1) > ref(barslast(jdu1),1)));
jdu3:=(jdu1 and (ref(barslast(jud1),1) > ref(barslast(jdu1),1)));
jud3:=(jud1 and (ref(barslast(jud1),1) < ref(barslast(jdu1),1)));
bsline:=if((barslast(jdu2) < barslast(jud2)),if(ref(cross(0,macd2),1),llv(low,2),ref(llv(low,2),barslast(ref(cross(0,macd2),1)))),if(ref(cross(macd2,0),1),hhv(high,2),ref(hhv(high,2),barslast(ref(cross(macd2,0),1)))));
drawicon((jdu1 or (barslast(jdu1) < barslast(jud1))),0,10),align4;
drawicon((jud1 or (barslast(jdu1) > barslast(jud1))),0,11),align5;
stickline((macd2 >= 0),0,macd2,6,1),color0000ff;
stickline((macd2 < 0),0,macd2,6,0),colorffff00;
stickline(((macd2 >= 0) and (macd2 < ref(macd2,1))),0,macd2,6,0),colorred;
stickline(((macd2 < 0) and (macd2 > ref(macd2,1))),0,macd2,6,1),colorcyan;
dif:diff,linethick2,colorffff;
def:dea,colorff00;
macd:macd2,linethick0,colorffff00;
defut:=barslast(cross(macd2,0));
defdt:=barslast(cross(0,macd2));
deful:=if((macd2 >= 0),hhv(macd2,(defut + 1)),ref(hhv(macd2,(defut + 1)),(defdt + 1)));
defdl:=if((macd2 < 0),llv(macd2,(defdt + 1)),ref(llv(macd2,(defdt + 1)),(defut + 1)));
defu2l:=ref(deful,(defut + 1));
defd2l:=ref(defdl,(defdt + 1));
drawicon(((((llv(macd2,4) > 0) and (macd2 < ref(macd2,1))) and (ref(macd2,1) > ref(macd2,2))) and (ref(macd2,2) > ref(macd2,3))),macd2,5),align0;
drawicon(((((hhv(macd2,4) < 0) and (macd2 > ref(macd2,1))) and (ref(macd2,1) < ref(macd2,2))) and (ref(macd2,2) < ref(macd2,3))),macd2,4);
drawicon(((((jud1 or (barslast(jdu1) > barslast(jud1))) and (macd2 >= 0)) and (ref(macd2,1) < ref(defu2l,1))) and (macd2 > defu2l)),macd2,12),align0;
drawicon(((((jdu1 or (barslast(jdu1) < barslast(jud1))) and (macd2 < 0)) and (ref(macd2,1) > ref(defd2l,1))) and (macd2 < defd2l)),macd2,12);
上一指标公式:主力筹码贡献我认为筹码中最好的公式下载 飞狐最好的我认为指标 源码
下一指标公式:乌龟战法主图公式下载 飞狐乌龟源码指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文特色MACD实战原版公式下载 飞狐原版实战指标 源码仅供学习研究。