vip专用macd,红买绿卖,从此不再用研究k线。
drawgbk(c>0, rgb(40,120,20),rgb(00,00,00),0,0,1),linethick2;
dif:=ema(close,12)-ema(close,26);
dea:=ema(dif,9),colorgreen,linethick2;
macd:(dif-dea)*10,coloryellow,linethick2;
升:if(macd>ref(macd,1),macd,drawnull),colorff00ff,linethick2;
降:if(macd<ref(macd,1),macd,drawnull),color00ff00,linethick2;
dif1:=ema(close,8)-ema(close,18),coloryellow,linethick1;
dea1:=ema(dif1,8),colorwhite,linethick1;
//www.goodgongshi.com
//stickline(macd<ref(macd,1)and macd>0,0,macd,8,6 ),color00bbff;
//stickline(macd>=ref(macd,1)and macd>0,0,macd,8,0 ),color0011ee;
//stickline(macd>ref(macd,1)and macd<0,0,macd,8,0 ),colorbb11bb;
//stickline(macd<=ref(macd,1)and macd<0,0,macd,8,6 ),colorffbb11;
stickline(macd>ref(macd,1) and macd<0,0,macd,9,0),color0080ff;
stickline(macd>ref(macd,1) and macd<0,0,macd,8,0),color0000ff;
stickline(macd>ref(macd,1) and macd<0,0,macd,7,0),color0033ff;
stickline(macd>ref(macd,1) and macd<0,0,macd,6,0),color0055ff;
stickline(macd>ref(macd,1) and macd<0,0,macd,5,0),color0077ff;
stickline(macd>ref(macd,1) and macd<0,0,macd,4,0),color0099ff;
stickline(macd>ref(macd,1) and macd<0,0,macd,3,0),color00bbff;
stickline(macd>ref(macd,1) and macd<0,0,macd,2,0),color00ddff;
stickline(macd>ref(macd,1) and macd<0,0,macd,1,0),color00ffff;
stickline(macd<ref(macd,1) and macd<0,0,macd,9,0),colorcc6600;
stickline(macd<ref(macd,1) and macd<0,0,macd,8,0),colore37200;
stickline(macd<ref(macd,1) and macd<0,0,macd,7,0),colorff8000;
stickline(macd<ref(macd,1) and macd<0,0,macd,6,0),colorff9428;
stickline(macd<ref(macd,1) and macd<0,0,macd,5,0),colorffa346;
stickline(macd<ref(macd,1) and macd<0,0,macd,4,0),colorffb366;
stickline(macd<ref(macd,1) and macd<0,0,macd,3,0),colorffc184;
stickline(macd<ref(macd,1) and macd<0,0,macd,2,0),colorffcb97;
stickline(macd<ref(macd,1) and macd<0,0,macd,1,0),colorceffce;
stickline(macd<ref(macd,1) and macd>0,0,macd,9,0),color009100;
stickline(macd<ref(macd,1) and macd>0,0,macd,8,0),color00a600;
stickline(macd<ref(macd,1) and macd>0,0,macd,7,0),color00bb00;
stickline(macd<ref(macd,1) and macd>0,0,macd,6,0),color00db00;
stickline(macd<ref(macd,1) and macd>0,0,macd,5,0),color00ec00;
stickline(macd<ref(macd,1) and macd>0,0,macd,4,0),color28ff28;
stickline(macd<ref(macd,1) and macd>0,0,macd,3,0),color53ff53;
stickline(macd<ref(macd,1) and macd>0,0,macd,2,0),color79ff79;
stickline(macd<ref(macd,1) and macd>0,0,macd,1,0),color93ff93;
stickline(macd>ref(macd,1) and macd>0,0,macd,9,0),colorae00ae;
stickline(macd>ref(macd,1) and macd>0,0,macd,8,0),colord200d2;
stickline(macd>ref(macd,1) and macd>0,0,macd,7,0),colore800e8;
stickline(macd>ref(macd,1) and macd>0,0,macd,6,0),colorff00ff;
stickline(macd>ref(macd,1) and macd>0,0,macd,5,0),colorff44ff;
stickline(macd>ref(macd,1) and macd>0,0,macd,4,0),colorff77ff;
stickline(macd>ref(macd,1) and macd>0,0,macd,3,0),colorff8eff;
stickline(macd>ref(macd,1) and macd>0,0,macd,2,0),colorffa6ff;
stickline(macd>ref(macd,1) and macd>0,0,macd,1,0),colorffbfff;
jccount:=count(cross(dif,dea),barslast(dea>=0));
var1:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),25);
var2:=high-ref(high,1);
var3:=ref(low,1)-low;
var4:=sum(if(var2>0 and var2>var3,var2,0),25);
var5:=sum(if(var3>0 and var3>var2,var3,0),25);
var6:=var4*100/var1;
var7:=var5*100/var1;
var8:=ma(abs(var7-var6)/(var7+var6)*100,15);
var9:=(var8+ref(var8,15))/2;
a:=(var7>var6 and var7>25 and var6<25);
b:=zig(3,5)*100,colorwhite;
g:=ma(b,2);
买入:cross(b,g),colorff00ff,linethick3;
买:cross(b,g),colorwhite,linethick1;
卖出:-cross(g,b),color28ff28,linethick3;
卖:-cross(g,b),coloryellow,linethick1;
上一指标公式:老刘自用指标公式详解 同花顺自用
下一指标公式:老陆指标公式详解 同花顺指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文专享MACD主导动能指标公式详解 同花顺主导专享仅供学习研究。