均线组合指标
2均线[组合指标][dzh源码]
ma5:ma(close,5),colorwhite,linethick2;
ma30:ma(close,30),coloryellow,linethick2;
{获利盘--庄家筹码集中度}
获利:=winner(close),colorred;
cmjz:=close/cost(60)>0.98;
{短线多头}
dt1:=(close>ref(close,4) or ma(close,5)>ma(close,10)) and ma(close,10)>ma(close,20) and ma(close,20)>ma(close,30);
dt2:=ma(close,5)>=ref(ma(close,5),1) and ma(close,10)>ref(ma(close,10),1) and ma(close,20)>ref(ma(close,20),1) and ma(close,30)>ref(ma(close,30),1);
{量形波浪}
lxsl:=(vol<ref(vol,1) and ref(vol,1)<ref(vol,2)) or vol<ref(vol,1)/1.8;
slsj:=barslast(lxsl);
{k线波浪}
gjzx:=(o+c+h+l)/4;
lxxd:=(c<ref(c,1) and ref(c,1)<ref(c,2)) or (gjzx<ref(gjzx,1) and ref(gjzx,1)<ref(gjzx,2)) or (h<ref(h,1) and ref(h,1)<ref(h,2)) or (l<ref(l,1) and ref(l,1)<ref(l,2) and gjzx<ref(gjzx,1));
xdsj:=barslast(lxxd);
qrsp:=ref(close,1)<ref(close,2) or ref(close,1)/ref(close,2)<=1.035;
lxsy:=(h/ref(close,1)>=1.05 and ref(close,1)>ref(close,2)*1.02 and ref(close,2)>=ref(close,3)*1.02) or h/ref(close,3)>=1.15,colorred;
flsz:=vol>ref(vol,1)*1.5 and vol>ma(vol,5) and close/ref(close,1)>=1.02;
短:=(flsz and slsj<=3 and xdsj<=3)*0.5,colorff6600,stick,linethick1;
drawtext(短>0 ,l*0.97 , '短'),coloryellow,linethick1;
马:=(cmjz and dt1 and dt2 and qrsp and slsj<=6 and xdsj<=6 and flsz and lxsy=0)*1.5,coloryellow,stick,linethick2;
drawicon((获利>0.6 and 马>0),l-0.02,1);
drawtext(马>0 ,l*0.99, '马'),colorred,linethick1;
ma0:=ma(c,5);
ma1:=ma(c,10);
穿:=(cross(c,ma0) or (o<ma0 and c>ma0)) and v>ref(v,1) and ma0>ref(ma0,1) and ma1>ref(ma1,1);
drawtext(穿>0 ,h*1.03, '穿'),coloryellow,linethick1;
{快马回头}
n4:=barslast(短 or 马);
ht1:=n4<=2 and l>ref(l,n4) and c/ref(c,n4)<1.015 and v<ref(v,1);
ht2:=ref(ht1,1) and (c<=ref(c,1) or c<=ref(c,n4)) and c>ref(o,n4) and v<ref(v,1);
回:=ht2*0.8,colorwhite,stick,linethick2;
stickline(回,l*0.98,l*0.92,0,1),colorwhite,linethick2;
drawtext(回>0 ,l*0.95 , '回'),colorff00ff,linethick1;
stickline(短 or 马,h,l,0,1),coloryellow,linethick2;
stickline(短 or 马,o,c,4,1),coloryellow,linethick2;
qsxs:=(ma(c,30)>ref(ma(c,30),1))*ref(ma(c,30),1)-0.1, circledot,coloryellow;
drawtext(qsxs>0 ,ma30-0.02 , '○'),coloryellow,linethick1;
上一指标公式:多空线文华指标 其他多空指标
下一指标公式:顶级买卖主图 其他卖主
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文均线组合指标 其他均线指标仅供学习研究。