{交通图源码:}
drawgbk(close=close,colorrgb(80,130,130),colorrgb(30,30,60),1);
ks:=(c-ma(c,17))/ma(c,17)*(-100);
rks:=ref(ks,1);
mls:=rks/ks>=1.23 and rks>=8 and c/ref(c,1)>=1.02;
mlsa:=rks/ks>=1.23 and rks>=8 and c/ref(c,1)>=1.05;
mlsb:=rks/ks>=1.5 and rks>=8 and c/ref(c,1)>=1.07;
stickline(ks>=17,o,l,8,0),colorgray,linethick6;
超跌:ks>=17,colorgray;
stickline(mls=1,o,l,8,0),colormagenta,linethick6;
反弹:mls=1,colormagenta;
stickline(ks>=34,o,l,6,1),colorcyan,linethick6;
超超跌:ks>=34,colorcyan;
stickline(mlsa=1,o,l,6,1),colorred,linethick6;
反反弹:mlsa=1,colorred;
stickline(ks>=51,o,l,3,1),colorwhite,linethick6;
超极跌:ks>=51,colorwhite;
stickline(mlsb=1,o,l,3,1),coloryellow,linethick6;
反极弹:mlsb=1,coloryellow;
x2:=ema(close,9),linethick0;
x3:=ema(x2,50)-1,linethick0;
x4:=ema(x2,50)+1,linethick0;
cg:=ma(c,17),linethick0;
fl:hhv(cg,2),colorcyan;
fs:if(cg<fl,(cg-(fl-cg)),fl),colorred;
ma5:ma(close,5);
b:fl=fs;
stickline(close>cg,open,close,6,1),colorwhite ;
stickline(close=cg,open,close,6,1),colorwhite ;
stickline(close>cg,low,open,0.8,1) ,colorwhite;
stickline(close=cg,low,open,0.8,1),colorwhite ;
stickline(close>cg,close,high,0.8,1),colorwhite;
stickline(close=cg,close,high,0.8,1),colorwhite;
stickline(close<cg,close,open,6,0), colorgreen;
stickline(close=cg,close,open,6,0), colorgreen;
stickline(close<cg,open,low,0.8,0), colorgreen;
stickline(close=cg,open,low,0.8,0), colorgreen;
stickline(close<cg,high,close,0.8,0),colorgreen;
stickline(close=cg,high,close,0.8,0),colorgreen;
{stickline(close>cg,open,close,6,1),colorwhite ;
stickline(close=cg,open,close,6,1) ,colorwhite;
stickline(close>cg,low,open,0.8,1),colorwhite ;
stickline(close=cg,low,open,0.8,1) ,colorwhite;
stickline(close>cg,close,high,0.8,1),colorwhite;
stickline(close=cg,close,high,0.8,1),colorwhite;
stickline(close<cg,close,open,6,0), colorgreen;
stickline(close=cg,close,open,6,0), colorgreen;
stickline(close<cg,open,low,0.8,0), colorgreen;
stickline(close=cg,open,low,0.8,0), colorgreen;
stickline(close<cg,high,close,0.8,0),colorgreen;
stickline(close=cg,high,close,0.8,0),colorgreen;}
zya:=(c+l+h)/3;
bb13:=atan(ema(zya,13)-ref(ema(zya,13),1))*3.1416*10;
短买:filter(bb13>1 and ema(zya,13)>ref(ema(zya,8),1),10),colorred;
快卖:c<ma5,colorgreen;
稳买:c>ma5 and b and cross(ma5,fl) ,coloryellow;
a:=(x4+x3)/2,linethick0;
a1:a+0.1;
a2:a-0.1;
a3:x4+0.1;
a4:x4-0.1;
a5:x3+0.1;
a6:x3-0.1;
stickline(a6<a5,a6,a5,0.1,0),coloreeeeff,pointdot;
stickline(a4<a3,a4,a3,0.1,0),coloreeeeff,pointdot;
stickline(a2<a1,a2,a1,0.1,0),coloreeeeff,pointdot;
上一指标公式:小岛FS公式 飞狐小岛指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文交通图公式 飞狐交通图指标 源码仅供学习研究。