黄金柱四区主图
ma5:ma(close,5),colorred,precis2,layer0;
ma14:ma(close,14),color00ffff,precis2,layer0;
ma25:ma(c,25),colorff00ff,precis2,layer0;
ma99:ma(c,99),colorblue,precis2,layer0;
w:=barslast(dispstatus=1);
p:=backset(dispstatus=2,w/2+1);
k:=barslast(cross(p,0.5));
kj:=hhvall(high)-llvall(low);
vertline(cross(p,0.5),4),color00ffff;
平衡:llvall(low)+kj/2,color00ffff,dotline,precis2;
fillrgn(平衡,hhvall(high),w>k,rgb(0,0,200)),precis2;{该行设置背景色}
压力:if(k>=0,hhvall(high)-kj*0.191,平衡),colorff00ff,dotline,precis2;
支撑:if(k>=0,llvall(low)+kj*0.191,平衡),color00ff00,dotline,precis2;
低吸:k>=0 and cross(平衡,low),colorff8899,linethick0,precis2;
低涨:(c/llv(low,w)-1)*100,color0000ff,linethick0,precis2;
天:barslast(l=llv(low,w)),color00ffff,linethick0,precis0;
drawtext(high=hhvall(high) and k>=0,high*1.01,'←'+numtostrn(high,2)),colorffffff;
drawicon(低吸,low,6);
{以下设置提示文字部分}
drawtext(dispstatus=2,压力,'0.809'),color0000ff,align0;
drawtext(dispstatus=2,平衡,'0.500'),colorffffff,align0;
drawtext(dispstatus=2,支撑,'0.191'),color00ffff,align0;
drawtext(k=0,hhvall(high)-kj/12,'★强势区域--急拉减仓!'),color00ffff,align1;
drawtext(k=0,hhvall(high)-kj/3,'●震荡整理--寻机低吸!'),color00ff00,align1;
drawtext(k=0,llvall(low)+kj/3,'◆反弹中轨--逢高休息!'),colorffffff,align1;
drawtext(k=0,llvall(low)+kj/10,'■弱势区域--暂不参与!'),colorffff00,align1;
{以下设置个股信息}
drawtextrel(10,50,'所属板块:'+bkname),colorffffff;
drawtextrel(10,120,'股票名称:'+'【'+stklabel+' '+stkname+'】'),color00ff00;
dd:=finance2(35);ss:=finance2(37);
drawtextrel(10,190,'总股本:'+numtostrn(dd,0)+'万' +'流通a股:'+numtostrn(ss,0)+'万'),color00ffff;
drawtextrel(10,300,'■低点至今上涨:'+numtostrn(低涨,2)+'%'+numtostrn(天,0)+'天'),color0000ff;
drawtextrel(10,360,'■目前可见k线:'+numtostrn(w+1,0)+'天'),color00ff00;
drawtextrel(10,420,'■建议查阅k线:短线25天,中长线150天!'),colorff8899;
drawtextrel(10,920,'====【散户联盟の风帆启航】===='),color889999;
{以下设置五彩立体k线}
stickline(close>open or close=open and close>ref(close,1),low,high,0.1,0),colorred;
stickline(close>open or close=open and close>ref(close,1),open,close,7,0),colorred;
stickline(close<open or close=open and close<=ref(close,1),low,high,0.1,0),colorcyan;
stickline(close<open or close=open and close<=ref(close,1),open,close,7,0),colorcyan;
stickline(open>=close ,close ,open,0,0 ),color00ff00;
stickline(open>=close ,close ,open,8,0 ),color008800;
stickline(open>=close ,close ,open,7,0 ),color009900;
stickline(open>=close ,close ,open,6,0 ),color00aa00;
stickline(open>=close ,close ,open,5,0 ),color00bb00;
stickline(open>=close ,close ,open,4,0 ),color00cc00;
stickline(open>=close ,close ,open,3,0 ),color00dd00;
stickline(open>=close ,close ,open,2,0 ),color00ee00;
stickline(open>=close ,close ,open,1,0 ),color00ff00;
stickline(close>open,close,open,0,0) ,colorffbbff;
stickline(close>open,close,open,8,0) ,colorff00ff;
stickline(close>open,close,open,7,0) ,colorff22ff;
stickline(close>open,close,open,6,0) ,colorff44ff;
stickline(close>open,close,open,5,0) ,colorff66ff;
stickline(close>open,close,open,4,0) ,colorff88ff;
stickline(close>open,close,open,3,0) ,colorff99ff;
stickline(close>open,close,open,2,0) ,colorffaaff;
stickline(close>open,close,open,1,0) ,colorffbbff;
jj:=(3*c+h+l+o)/6;
var1:=(8*jj+7*ref(jj,1)+6*ref(jj,2)+5*ref(jj,3)+4*ref(jj,4)+3*ref(jj,5)+2*ref(jj,6)+ref(jj,8))/36;
tj1:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>var1 and c>ref(c,1);
ljl:=filter(tj1,5);
tj2:=if(barslast(ljl)=1 and close>ref(high,1),1,if(barslast(ljl)=2 and close>ref(high,2),1,if(barslast(ljl)=3 and close>ref(high,3),1,0)));
tp:=tj2=1;
stickline(close,ref(low,barslast(ljl)),ref(low,barslast(ljl)),6,0),coloryellow;
tj3:=if(barslast(ljl)=1 and close>ref(low,1),1,if(barslast(ljl)=2 and close>ref(low,2),1,if(barslast(ljl)=3 and close>ref(low,3),1,0)));
stfz:=tj3=1;
cl:=stfz and tp;
tjcl:=filter(cl,3);
drawtext(ljl,l*0.99,'黄'),coloryellow;
drawtext(ljl,l*0.95,'金'),coloryellow;
drawtext(ljl,l*0.90,'柱'),coloryellow;
上一指标公式:一阳穿四线公式下载 大智慧一阳穿四线
下一指标公式:一个震撼的价值评估公式下载 大智慧原码价值评估
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文黄金柱四区主图公式下载 大智慧金柱仅供学习研究。