重磅出击(净资产、每股公积金)
流通市值:=dynainfo(57)/100000000;
drawtextabs(280,18,'流通市值:'+流通市值+'亿 '),linethick3,color00ff00;
begin drawtextrel(0,0,' '+bkname),linethick2,colorffff00;end;
净资产:=finance2(4);
每股公积金:=finance2(7);
每股未分配:=finance2(8);
drawtextabs(10,20,'净资产:'+净资产+'元 '),linethick2,colorffff00;
{drawtextabs(260,12,'每股公积金:'+每股公积金+'元 '),linethick2,colorgreen;}
drawtextabs(10,36,'每股未分配:'+每股未分配+'元 '),linethick2,colorffff00;
{-----------------------------------------------------------------------------------------------------------}
maa5:ema(c,5),color0000ff;
maa10:ema(c,10),colorff00ff;
maa15:ema(c,15),color00ffff,linethick1;
maa20:ma(c,20),color00ffff,linethick2;
a:="ltfunc4@forlt2";
s1:="ltfunc4@lt_s1";
hs:="ltfunc4@lt_hs";
ls:="ltfunc4@lt_ls";
p1:="ltfunc4@lt_p1";
upp:="ltfunc4@lt_upp";
udd:="ltfunc4@lt_udd";
d1:=ema(abs("ddx.ddx"),60);
d2:=max("ddx.ddx"/d1+7.5,7.5);
d3:=min("ddx.ddx"/d1,10);
fb:=if(s1=0,hs,ls);
tr4:='*能量*:'+numtostrn(d3,1)+'级';
bs:=tr4;
drawflagtext(1,fb,bs),color0000ff;
stickline(p1=1 and c>=o and o<>0,c,o,d2,0),color5454ff;
stickline(p1=1 and c>=o and o<>0,c,o,7.5,0),colorblack;
stickline(p1=1 and c>=o and o<>0,c,c,7.5,0),color5454ff;
stickline(p1=1 and c>=o and o<>0,o,o,7.5,0),color5454ff;
stickline(p1=1 and c>=o and o<>0,o,c,7.5,1),color5454ff;
ma5:=ma(close,5);
ma10:=ma(close,10);
aa1:=3*sma((c-llv(l,9))/(hhv(h,9)-llv(l,9))*100,3,1)-2*sma(sma((c-llv(l,9))/(hhv(h,9)-llv(l,9))*100,3,1),3,1);
加仓:=if(cross(aa1,ref(aa1+0.01,1)) and llv(aa1,2)=llv(aa1,8) and between(aa1,20,60),1,0);
波段底:=(3)*(sma(((close - llv(low,27))/(hhv(high,27) - llv(low,27)))*(100),5,1)) -
(2)*(sma(sma(((close - llv(low,27))/(hhv(high,27) - llv(low,27)))*(100),5,1),3,1));
drawicon(加仓,l*0.97,7),align1;
drawicon(cross(波段底,3),l,1),align1;
a:=(3*c+l+o+h)/6;
x:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+
14*ref(a,6)+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)
+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+
ref(a,20))/210;
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
cb:=ema(x,13);
卖:=if(hhv(dx,2)=hhv(dx,7) and count(dx>50,2) and cross(ma(dx,2),dx),1,0);
drawtext(filter(卖=1,1),high*1.02,'卖'),colorwhite;
买:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
加仓a:=sma(ema((c-ref(c,1))/ref(c,1),5)*100,3,1)*10;
drawtext(filter((cross(加仓a,0) or cross(close,cb)) and 买=1,3),low-0.03,'牛'),color0080ff,linethick2;
买价:=((c-ref(ma5,1))/5+ma5)*1.004;
买条件:=cross(c,买价) and 买价>ref(买价,1);
{stickline(买条件,h,l,0,1),colorwhite,linethick0;}
stickline(买条件,o,c,4,1),colorff00ff,linethick5;
加码价:=((c-ref(ma10,1))/20+ma10)*1.004;
加码条件:=cross(c,加码价) and 加码价>ref(加码价,1);
{stickline(加码条件,h,l,0,1),coloryellow,linethick7;}
stickline(加码条件,o,c,4,1),coloryellow,linethick2;
var2a:=((close > ref(close,1)) and (close > ref(close,2)));
var3a:=((ref(var2a,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var4a:=((ref(var3a,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var5a:=((ref(var4a,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var6a:=((ref(var5a,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var7:=((ref(var6a,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var8:=((ref(var7,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var9:=((ref(var8,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
vara:=((ref(var9,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
varb:=((ref(vara,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
varc:=((ref(varb,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
vard:=((ref(varc,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
vare:=((close < ref(close,1)) and (close < ref(close,2)));
varf:=((ref(vare,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var10:=((ref(varf,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var11:=((ref(var10,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var12:=((ref(var11,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var13:=((ref(var12,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var14:=((ref(var13,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var15:=((ref(var14,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var16:=((ref(var15,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var17:=((ref(var16,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var18:=((ref(var17,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var19:=((ref(var18,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var1a:=(ref((((((((((((vare or varf) or var10) or var11) or var12) or var13) or var14) or var15) or var16) or var17) or var18) or var19),1) and var2a);
{stickline(var1a,if(c<o,o,c),if(c<o,o-(o-c)/2,o+(c-o)/2),2,0),coloryellow;}
stickline(var1a,if(c<o,o,c),if(c<o,c,o),2,0),color0000ff;
aa:=(ref((((((((((((var2a or var3a) or var4a) or var5a) or var6a) or var7) or var8) or var9) or vara) or varb) or varc) or vard),1) and vare);
stickline(aa,if(c<o,o,c),if(c<o,o-(o-c)/2,o+(c-o)/2),2,0),colorff0000;
{-------------------------------------------------------------------------------------};
w:=cross(ma(zig(3,10),2),zig(3,10));
drawtext(w,h*1.03,'▼'),colorffff00;
a:=zig(3,10);
b:=a<ref(a,1) and ref(a,1)>ref(a,2);
z:=a>ref(a,1) and ref(a,1)<ref(a,2);
n:=if(z=1,barslast(b)+1,0);
drawtext(n>5,l*0.98,'▲'),color0000ff;
上一指标公式:股圣超短副图补图指标详解 通达信超短
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文重磅出击净资产每股公积金指标详解 通达信净资产每股仅供学习研究。