diff:=( ema(close,7) - ema(close,19)),colorwhite;
dea:=ema(diff,9),colorf00ff0 ;
macd:=0.90*(diff-dea), colorstick;
tj:=(diff>=dea);
tj1:=(diff>=0);
stickline(tj,h,l,0,0),coloryellow;
stickline(tj,o,c,3,0),coloryellow;
stickline(tj1 and tj,h,l,0,0),colorf00ff0;
stickline(tj1 and tj,o,c,3,1),colorf00ff0;
stickline(diff<dea,h,l,0,0),colorf0f000;
stickline(diff<dea,o,c,3,0),colorf0f000;
var1:=(close*2+high+low)/4;
sk:= ema(var1,13)-ema(var1,73);
sd:= ema(sk,2);
drawtext((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)) ,l*0.99,'短线'),colorred;
{stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)),h,l,0.5,0),colorred};
stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)),o,c,10,1),linethick3,colorred;
ma1:=ma(close,15);
ma6:ma(c,5),colorwhite;
ma18:ma(c,13),colorgreen;
ty:=c;
a1:=ref(ty,10)=hhv(ty,2*10+1); b1:=filter(a1,10); c1:=backset(b1,10+1); hd:=filter(c1,10);
a2:=ref(ty,10)=llv(ty,2*10+1); b2:=filter(a2,10); c2:=backset(b2,10+1); ld:=filter(c2,10);
a:=ref(c,barslast(hd)); b:=ref(l,barslast(ld));
t1:=barslast(hd)<barslast(ld) and not(hd) ;
t2:=barslast(hd)>barslast(ld) and not(ld);
顶:if(t1,a,a),coloryellow,pointdot,linethick3;
底:if(t2,b,b),colorgreen,pointdot,linethick3;
加码价:=((c-ref(ma18,1))/18+ma18)*1.004;
加码条件:=cross(c,加码价) and 加码价>ref(加码价,1);
黄k加码:=if(加码条件,l,h),coloryellow,pointdot;
stickline(加码条件,h,l,0,1),coloryellow,linethick2;
stickline(加码条件,o,c,3,1),coloryellow,linethick2;
买进价:=((c-ref(ma6,1))/6+ma6)*1.004;
买进条件:=cross(c,买进价) and 买进价>ref(买进价,1);
白k买进:=if(买进条件,l,h),colorwhite,pointdot;
stickline(买进条件,h,l,0,1),colorwhite,linethick2;
stickline(买进条件,o,c,4,1),colorwhite,linethick2;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文短线黄K加码主图指标下载 通达信贴图主图仅供学习研究。