qjj:=vol/((high-low)*2-abs(close-open));{量能涨跌
空间分布}
hsl:=if(c!=o,qjj*(c-o),0)/100; {关键核心--涨跌量能}
lngj:=hsl*0.5+ref(hsl,1)*0.3+ref(hsl,2)*0.2;{量能攻
击,加权求和}
lljx:=ema(lngj,3);
b:0,pointdot,colorwhite;
b1:sum(lljx,1),colorcyan;
b2:sum(lljx,2),colorcyan;
b3:sum(lljx,3),colorcyan;
b4:sum(lljx,4),colorcyan;
b5:sum(lljx,5),colorcyan;
b6:sum(lljx,6),colorcyan;
b7:sum(lljx,7),colorcyan;
b8:sum(lljx,8),colorcyan;
b9:sum(lljx,9),colorcyan;
b10:sum(lljx,10),colorcyan;
a1:if(b1>ref(b1,1),b1,drawnull),colorred;
a2:if(b2>ref(b2,1),b2,drawnull),colorred;
a3:if(b3>ref(b3,1),b3,drawnull),colorred;
a4:if(b4>ref(b4,1),b4,drawnull),colorred;
a5:if(b5>ref(b5,1),b5,drawnull),colorred;
a6:if(b6>ref(b6,1),b6,drawnull),colorred;
a7:if(b7>ref(b7,1),b7,drawnull),colorred;
a8:if(b8>ref(b8,1),b8,drawnull),colorred;
a9:if(b9>ref(b9,1),b9,drawnull),colorred;
a10:if(b10>ref(b10,1),b10,drawnull),colorred;
rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
xg0:=b1 and b2 and b3 and b4 and b5 and b6 and
b7 and b8 and b9 and b10; {资金低位倍量}
xg1:=count(cross(ma(c,5),ma(c,20)),3)=1;
{趋势金叉}
xg2:=c>peak(1,5,1) and ref(c,1)<peak(1,5,1);
{突破前高}
xg3:=v>ref(v,1)*1.9 and c>o and j<90 and k<80;
{倍量收阳且kdj不是高位}
xg4:count(v>ref(v,1)*1.9 and c>ref(c,1)*1.04,3)=1
and c<ref(c,1)*0.96 and v<ref(v,1)*0.6;
xg:=(xg0 or xg1 or xg2) and xg3;
hh:=hhv(b10,120);
stickline(xg,0,hh*0.7,1,0),coloryellow;
stickline(xg4,0,hh*0.7,1,0),colorgreen;
drawtext(xg and xg0,hh*0.8,'量能'),coloryellow;
drawtext(xg and xg1,hh,'冲跌'),colorblue;
drawtext(xg and xg2,hh*1.1,'冲高'),colorgreen;
drawtext(xg4 ,hh,'长阴短柱'),colorgreen;
上一指标公式:趋势顶底附图指标下载 通达信附图
下一指标公式:中长短线指标下载 通达信指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文冲高量能AAA量线副图指标下载 通达信源码AAA仅供学习研究。