方阵主图( 源码 k线图)源码下载:
n:=30;
aa:=abs((2*close+high+low)/4-ma(close,n))/ma(close,n);
济安线:dma((2*close+low+high)/4,aa),linethick3,colormagenta;
cc:=(close/济安线);
ma1:=ma(cc*(2*close+high+low)/4,3);
maaa:=((ma1-济安线)/济安线)/3;
tmp:=ma1-maaa*ma1;
j:if(tmp<=济安线,济安线,drawnull),linethick3,colorcyan;
a:tmp,linethick2,coloryellow;
x:if(tmp<=济安线,tmp,drawnull),linethick2,colorgreen;
m:=barslast(currbarscount=n);
gd:=const(if(islastbar=1,hhv(h,m),0));
dd:=const(if(islastbar=1,llv(l,m),0));
kj:=gd-dd;{好公式网-最好的股票公式网站 www.goodgongshi.com}
高区:if(currbarscount<=n,gd,drawnull),linethick4,coloryellow;
低区:if(currbarscount<=n,dd,drawnull),linethick2,coloryellow;
平衡:if(currbarscount<=n,dd+kj/2,drawnull),linethick2,coloryellow;
支撑0:if(currbarscount<=n/2,dd+kj*0.191,drawnull),linethick2,coloryellow;
强势:if(currbarscount<=n/2,dd+kj*0.382,drawnull),linethick2,coloryellow;
突破:if(currbarscount<=n,dd+kj/2,drawnull),linethick2,coloryellow;
警示:if(currbarscount<=n/2,dd+kj*0.618,drawnull),linethick2,coloryellow;
压力:if(currbarscount<=n/2,dd+kj*0.809,drawnull),linethick2,coloryellow;
cd:=currbarscount,nodraw;
stickline(cd=60,hhv(高区,60),llv(低区,60),0.01,0),color004080;
stickline(cd=120,hhv(高区,60),llv(低区,60),0.01,0),color004080;
stickline(cd=1,hhv(高区,60),llv(低区,60),0.01,0),color004080;
drawtext_fix(1,0.7,0,0,"所属板块:"),colorff6000;
drawtext_fix(1,0.77,0,0,hyblock),colorred;
drawtext_fix(1,0.835,0,0,dyblock),coloryellow;
drawtext(currbarscount=1,压力,"压力"),color004080;
drawtext(currbarscount=1,警示,"警示"),color004080;
drawtext(currbarscount=1,突破,"突破"),color004080;
drawtext(currbarscount=1,强势,"强势"),color004080;
drawtext(currbarscount=1,支撑0,"支撑"),color004080;
drawtext(currbarscount=n/4+30,gd-kj*0.09,"【风险区】--高抛避险"),colorwhite;
drawtext(currbarscount=n/4+30,gd-kj*0.3,"【警示区】--逢高减仓"),colorwhite;
drawtext(currbarscount=n/4+30,gd-kj*0.45,"【突破区】--主力拉升"),colorwhite;
drawtext(currbarscount=n/4+30,gd-kj*0.55,"【拉升区】--强势畜锐"),colorwhite;
drawtext(currbarscount=n/4+30,dd+kj/3,"【关注区】--逢低买入"),colorwhite;
drawtext(currbarscount=n/4+30,dd+kj/10,"【低吸区】--大胆买入"),colorwhite;
drawtext(currbarscount=n/2+6,gd-kj*0.25,"【拉升区】"),colorwhite;
drawtext(currbarscount=n/2+6,dd+kj*0.25,"【持股区】"),colorwhite;
drawkline(high,open,low,close);
上一指标公式:西点趋势操盘下载
下一指标公式:通达信公式天星给力主图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文方阵主图下载仅供学习研究。