黄金柱买卖主图源码下载:
x:='日线';
y:=periodname;
co:=if(c>=o,c,o);
co1:=if(c>=o,o,c);
co2:=if(c>=o,1,0);
y1:=codetype;
aa1:=bigbuycount1+waitbuycount1;//超大户
bb2:=bigsellcount1+waitsellcount1;
超大户:=ema(aa1-bb2,5)*0.00001;
r0:=((if(isnull(zdmr[-1]),0,zdmr)+if(isnull(bdmr[-1]),0,bdmr))-(if(isnull(zdmc[-1]),0,zdmc)+if(isnull(bdmc[-1]),0,bdmc)))/shgzg*100;
最小值:=llv(low,10);//www.goodgongshi.com
最大值:=hhv(high,25);
波动线:=ema((close-最小值)/(最大值-最小值)*4,4);
平均线=ema(波动线,3);
主:=if(平均线>=ref(平均线,1),ma(c,20),drawnull),colorred,linethick2;
主力动能:=ma(r0,5);
主力攻击:=r0-(abs(ref(r0,1))+abs(ref(r0,2))+abs(ref(r0,3))+abs(ref(r0,4))+abs(ref(r0,5))/2)>0 and 平均线>=ref(平均线,1) and ref(平均线,1)<ref(平均线,2);
主力撤退:=-((r0+(abs(ref(r0,1))+abs(ref(r0,2))+abs(ref(r0,3))+abs(ref(r0,4))+abs(ref(r0,5))/2)<0) and 平均线<=ref(平均线,1) and ref(平均线,1)>ref(平均线,2));
drawtext(主力攻击>0,low*0.99,"★机构"),coloryellow;
drawtext(主力撤退<0,low*0.99,"机构撤"),colorgreen;
人气资金:=(bigbuymoney1+bigbuymoney2+bigbuymoney3-bigsellmoney1-bigsellmoney2-bigsellmoney3)*0.00001;
b11:=((bigbuymoney1+bigbuymoney2+waitbuymoney1+waitbuymoney2)
-(bigsellmoney1+bigsellmoney2+waitsellmoney1+waitsellmoney2))*0.00001;
c12:=((zdmrje[-1]+bdmrje[-1])-(zdmcje[-1]+bdmcje[-1]))*0.00001;
ddd3:=if(y=x,c12,b11);
vbg:=currbarscount;
vbg1:=0;//www.goodgongshi.com
aa:=subsameday(&vol)-(bigbuycount1+bigbuycount2+waitbuycount1+waitbuycount2+bigbuycount3+waitbuycount3);//散户
bb:=subsameday(&vol)-(bigsellcount1+bigsellcount2+waitsellcount1+waitsellcount2+bigsellcount3+waitsellcount3);
rr1:=(aa-bb)*0.001;
rr2:=1000000*(zdmccs[-1]+bdmccs[-1]-(zdmrcs[-1]+bdmrcs[-1]))/(shgzg/(vol/volamount));
rrr2:=if(y=x,rr2,rr1);
准备:=人气资金>0 and ddd3>0 or rrr2<0 and c>o and c>ref(c,1);
准备1:=人气资金>0 and ddd3>0 and rrr2<0 and c>o and c>ref(c,1);
撤退:=人气资金>0 and ddd3>0 and rrr2<0;
撤退1:=人气资金<0 and ddd3<0 and rrr2>0 and c<o and c<ref(c,1);
drawnumber_fix(vbg1=vbg,0.42,0.05,0,if(人气资金>0,"人气:"+tostring(人气资金*10,0)+"万","人气:"+tostring(人气资金*10,0)+"万")),coloryellow;
drawnumber_fix(vbg1=vbg,0.51,0.05,0,if(ddd3>0,"大单:"+tostring(ddd3*10,0)+"万","大单:"+tostring(ddd3*10,0)+"万")),coloryellow;
drawnumber_fix(vbg1=vbg,0.60,0.05,0,if(rrr2>0,"散户:"+tostring(rrr2,0),"散户:"+tostring(rrr2,0))),coloryellow;
stickline(c/ref(c,1)>1.098,high*1.05,high*1.04,8,0),coloryellow;//涨停板
drawtext(c<high and high>(ref(c,1)*1.099),high*1.08,"开"),coloryellow;//开板
stickline(撤退1,c,o,8,0),colorgreen;
stickline(准备,o,(c+o)/2,6,0),coloryellow;
stickline(准备1,c,o,8,0),coloryellow;
g:=v=hhv(v,60);
高量:=if(g,g,0);
倍量:=vol/ref(vol,1)>=1.815 and c>ref(c,1);
梯量:=vol>ref(vol,1) and ref(vol,1)>ref(vol,2);
平量:=vol/vol[1]>=0.955 and vol/vol[1]<=1.045 or vol[1]/vol>=0.955 and vol[1]/vol<=1.045;
倍缩量:=vol/refx(&vol,1)>=1.89;
价升顶:=(refx(&close,3)+refx(&close,2)+refx(&close,1))/3>=close and close>close[1] and refx(&close,3)>open and refx(&close,2)>open and refx(&close,1)>open;
大于基柱底:=(refx(&close,3)+refx(&close,2)+refx(&close,1))/3 >= open;
小于基柱顶:=(refx(&close,3)+refx(&close,2)+refx(&close,1))/3 < close;
价升底:=大于基柱底 and 小于基柱顶 and close>ref(close,1) and refx(&close,3)>open and refx(&close,2)>open and refx(&close,1)>open;
王牌底:=大于基柱底 and close>ref(close,1) and refx(&close,3)>open and refx(&close,2)>open and refx(&close,1)>open;
量缩:=(refx(&vol,3)+refx(&vol,2)+refx(&vol,1))/3<=0.995*vol;
将军柱:=量缩 and 价升底;
王牌柱:=王牌底;
黄g:=高量 and 价升顶 and 量缩;
黄b:=倍量 and 价升顶 and 量缩;
黄t:=梯量 and 价升顶 and 量缩;
黄p:=平量 and 价升顶 and 量缩;
黄121:=倍量 and 倍缩量 and 价升顶;
黄bp:=倍量 and 平量 and 倍缩量 and 价升顶;
hjz:=(3*c+h+l+o)/6;
hjz2:=(8*hjz+7*ref(hjz,1)+6*ref(hjz,2)+5*ref(hjz,3)+4*ref(hjz,4)+3*ref(hjz,5)+2*ref(hjz,6)+ref(hjz,8))/36;
hjz3:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>hjz2 and c>o;
黄b1:=filter(hjz3,5),;
黄金柱:=黄g or 黄b or 黄t or 黄p or 黄121 or 黄bp or 黄b1;
xg:=sumbars(filter(黄金柱,2),1);
xg1:=sumbars(filter(将军柱,2),1);
stickline(xg,ref(c,xg-1),ref(c,xg-1),9,0),coloryellow;
stickline(xg,ref(l,xg-1),ref(l,xg-1),9,0),colorred;//coloraa00ff
stickline(xg1,ref(l,xg1-1),ref(l,xg1-1),9,0),colorgreen;//coloraa00ff
var1:=(100-((90*(hhv(high,21)-close))/(hhv(high,21)-llv(low,21))));
var2:=(100-((90*(hhv(high,21)-close))/(hhv(high,21)-llv(low,21))));
var3:=(100-ma(((100*(hhv(high,6)-close))/(hhv(high,6)-llv(low,6))),34));
drawicon(cross(var2,ma(var3,6)),(low*0.984),1);
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文黄金柱买卖主图下载仅供学习研究。