控盘macd指标
在普通macd的基础上,加入了kdj指标和控盘趋势指标,增强了信号的完整性。
当控盘线数值大于0,即为庄家控盘。
diff:ema(close,12)-ema(close,26);
dea:ema(diff,9);
macd:2*(diff-dea),linethick0,colormagenta;
低位金叉:=cross(diff,dea) and diff<-0.1;
stickline(低位金叉,0,-0.10,8,0),coloryellow;
drawtext(低位金叉,-0.05,' 金叉'),coloryellow;
jccount:=count(cross(diff,dea),barslast(dea>=0));
二次金叉:=cross(diff,dea) and dea<0 and count(jccount=2,21)=1;
stickline(二次金叉,0,-0.10,8,0),colorff00ff;
drawicon(二次金叉,dea*1.04,13) ;
drawtext(二次金叉,-0.08,' 金叉'),colorff00ff;
a11:=barslast(ref(cross(diff,dea),1));
底背离:=ref(close,a11+1)>close and diff>ref(diff,a11+1) and cross(diff,dea);
stickline(底背离,0,0.13,8,0),colorred;
drawtext(底背离,dea,' 底背'),colorred;
a22:=barslast(ref(cross(dea,diff),1));
顶背离:=ref(close,a22+1)<close and ref(diff,a22+1)>diff and cross(dea,diff);
drawtext(顶背离,dea,' 顶背'),colorgreen;
a1:=diff<0 and dea<0;
a2:=a1>ref(a1,1);
a3:=barslast(a2);
a4:=count(dea>0 and diff>0,a3)=0;
a5:=cross(diff,dea);
a6:=barslast(a5);
a7:=ref(a6,a6+1)+a6;
a8:=(diff+dea)/2;
a9:=(high+low)/2;
a10:=a5 and a7<a3 and a4 and a8>ref(a8,a7) and a9<ref(a9,a7) and macd>0;
drawtext(a10,diff*0.95,'★金叉'),coloryellow;
typ := (if(isnull(high),close,high) + if(isnull(low),close,low) + close)/3;
di:=(ema(close,12) - ema(close,26))*200;
de:=ema(di,9);
macd:=2*(di-de);
rsv:=(close-llv(low,13))/(hhv(high,13)-llv(low,13))*400-200;
stickline(macd>0 and macd>=ref(macd,1),0,macd,6,0),color0000ff;
stickline(macd>0 and macd<ref(macd,1),0,macd,6,0),colorffff00;
stickline(macd<0 and macd>=ref(macd,1),0,macd,6,0),colorff00ff;
stickline(macd<0 and macd<ref(macd,1),0,macd,6,0),color00ff00;
zero : 0;//www.goodgongshi.com
零度轴:0;
趋势线:=ema(macd,34,1);
partline(趋势线,趋势线>ref(趋势线,1),rgb(255,255,0),趋势线<ref(趋势线,1),rgb(0,80,255)),linethick1;
fillrgn(趋势线,ref(趋势线,1),趋势线>ref(趋势线,1),rgb(255,255,0),趋势线<=ref(趋势线,1),rgb(0,88,255));
k:=sma(macd,2,1);
d:=sma(k,2,1);
j:sma(d,2,1);
stickline(macd>0,0.000001,0.000003,15,0),colorred;
stickline(macd<0,0.000001,0.000003,15,0),colorgreen;
partline(k,k>ref(k,1),rgb(255,0,0),k<ref(k,1),rgb(0,255,0)),linethick1;
partline(d,d>ref(d,1),rgb(255,0,0),d<ref(d,1),rgb(0,255,0)),linethick1;
partline(j,j>ref(j,1),rgb(255,0,0),j<ref(j,1),rgb(0,255,0)),linethick2;
stickline(ref(macd,1)<macd,macd,ref(macd,1),7,0),coloryellow;
stickline(ref(macd,2)>macd,macd,ref(macd,1),8,1),colorgreen;
零度轴:0;
var1:=(close*2+high+low)/4;
var2:=ema(ema(ema(var1,1),13),21);
控盘线:(var2-ref(var2,1))/ref(var2,1)*100,color00ff00;
stickline(cross(控盘线,0),0,0.5,6,0),color0000ff;
上一指标公式:MACD量柱指标公式下载 同花顺MACD
下一指标公式:法师3风口指标公式详解 同花顺风口
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文控盘MACD指标公式下载 同花顺控盘MACD仅供学习研究。