能量专家系列2。。。。请各位笑纳。。。两指标也可作模板!
量价趋势:
{量在价先}
n1:=16;
n2:=26;
n3:=9;
sat:=(amount/close)/hhv((amount/close),26);
能量:if(sat>1,1,sat)*100,coloryellow,nodraw;
换手:vol/capital*100,colorwhite,nodraw;
①量:=ema(换手,n1)-ema(换手,n2);
②量:=ema(①量,n3);
①价:=ema(close,n1)-ema(close,n2);
②价:=ema(①价,n3);
柱能:=(①价-②价)*2;
坑:if(②价<0,②价,0),colorred,nodraw;
stickline(cross(①量,②量),hhv(①量,60),0,0,0),colormagenta;
stickline((①价-②价)*2>0,(①价-②价)*2,0,2.5,0),colorred;
stickline((①价-②价)*2<0,(①价-②价)*2,0,2.5,0),colorff8a15;
stickline((①价-②价)*2<ref((①价-②价)*2,1) and (①价-②价)*2>0,(①价-②价)*2,0,2.5,0),color6f51e3;
stickline((①价-②价)*2>ref((①价-②价)*2,1) and (①价-②价)*2<0,(①价-②价)*2,0,2.5,0),colorcece00;
drawtext(cross(②价,0),reverse(柱能),'☆'),coloryellow;
stickline(cross(②价,0),0,reverse(柱能),0,0),colorffff68;
drawtext(cross(0,②价),reverse(柱能),'☆'),colorgreen;
stickline(cross(0,②价),0,reverse(柱能),0,0),colorwhite;
stickline(①量>②量,①量,②量,1,1),coloryellow;
stickline(①量<=②量,①量,②量,0.5,0),colorwhite;
stickline(①价>②价,①价,②价,1,0),colorblue;
stickline(①价>②价 and ①价>ref(①价,1),①价,②价,1,0),colormagenta;
stickline(①价<=②价,①价,②价,1,0),colorbrown;
量价突破:
{量价突破}
多头:stickline((close > ma(close,30)),0,vol,3,1),colorred;
空头:stickline((close < ma(close,30)),0,vol,3,1),colorgreen;
al1:=ma(vol,5);
al2:=ma(vol,18);
al3:=ma(vol,110);
{20日量布林线}
mid : ma(vol,20),colorwhite;
饱和:mid + 2*stdp(v,20),coloryellow;
llw:=mid - 2*stdp(v,20);
量能突变:v+ref(v,1)>=(ref(v,2)+ref(v,3)+ref(v,4)+ref(v,5)+ref(v,6))/5*3 and v<2*ref(v,1) and c>o and c>ma(c,21),colorff00ff;
stickline(量能突变,2*v/3,v,3,0),colorff00ff;
量价配合:ref(v,1)<max(ma(v,5),max(ma(v,10),ma(v,20))) and v>max(ma(v,5),max(ma(v,10),ma(v,20))) and v<2*ref(v,1) and cross(c,ma(c,21));
stickline(量价配合,v/3,2*v/3,3,0),coloryellow;
stickline(v=llv(v,15),0,v,3,0),colorwhite;
量价突破:c>=hhv(c,15) and v>=hhv(v,15),color00ffff;
stickline(量价突破,0,v/3,3,0),color00ffff;
mv1:=ema(v,9);
mv2:=ema(v,34);
{fillrgn(mv1,mv2,mv1>mv2,rgb(255,255,0),mv1<mv2,rgb(0,255,255));};
上一指标公式:自动画线主图主图副图指标下载 通达信画线主图
下一指标公式:火中取栗-唯有天德指标下载 通达信火中取栗
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文能量专家:量价突破\量价趋势{副图\\}指标下载 通达信趋势原码仅供学习研究。