同花顺公式财务因子副图自带智能判断出五色的五角星评级指标
同花顺财务因子,自带判断出五色五角星,每分一星,共计20分.
农历:lunardate(2);
交易所市盈率:hqsyl,nodraw;
每股净资产增长率:=tostring('每股净资产增长率:',1);
mgj:=(rep(&mgjzc,1,1)-rep(&mgjzc,1,4))/rep(&mgjzc,1,4)*100;
////////////////////////////
//drawtext_fix(islastbar,0.43,0.02,0,'实际流通股:'),colorcyan;
股数:=tostring(zyltgb/100000000,2);
//drawtext_fix(islastbar,0.50,0.02,0,股数),colorred;
机构区间:=sum(jgcc,30);
机构区间变化:jgcc-ref(jgcc,60),colormagenta;
股东本季:jgcgs;
股东上季:=ref(jgcgs,60);
股东增减:=(股东本季-股东上季)/shgzg*100;
drawtext_fix(islastbar,0.33,0.00,0,'机构增减仓:'),colorcyan;
drawtext_fix(islastbar,0.43,0.00,0,tostring(机构区间变化,2)+'%'),colorred;
//drawtext_fix(islastbar,0.40,0.00,0,'机构持股数:'),colorcyan;
//drawtext_fix(islastbar,0.48,0.00,0,tostring(repdate(&jgcgs,1,4),2)),colorred;
drawtext_fix(islastbar,0.33,0.15,0,'现金流净利润比:'),colorcyan;
drawtext_fix(islastbar,0.43,0.15,0,tostring(jyxjlrbl,2)+'%'),colorred;
drawtext_fix(islastbar,0.33,0.30,0,'年报净利润:'),colorcyan;
drawtext_fix(islastbar,0.43,0.30,0,tostring(yearjlr/100000000,2)+'亿'),colorred;
drawtext_fix(islastbar,0.33,0.45,0,'扣非净利润:'),colorcyan;
drawtext_fix(islastbar,0.43,0.45,0,tostring(rep(&kfjlr,1)/100000000,2)+'亿'),colorred;
q4:=yearrep(&jlr,2);
qa:=jlrnew;
q6:=(qa-q4)/q4*100;
drawtext_fix(islastbar,0.33,0.60,0,'净利润同比增长:'),colorcyan;
drawtext_fix(islastbar,0.43,0.60,0,tostring(q6,2)+'%'),colorred;
q5:=quarterrep(&jlr,1,2);
q7:=(jlr-q5)/q5*100;;
drawtext_fix(islastbar,0.33,0.75,0,'净利润环比增长:'),colorcyan;
drawtext_fix(islastbar,0.43,0.75,0,tostring(q7,2)+'%'),colorred;
//lastrep
净利增值:=tostring((rep(&jlr,1)-rep(&jlr,2))/rep(&jlr,2)*100,1);
//drawtext_fix(islastbar,0.43,0.30,0,净利润增长),colorcyan;
//drawtext_fix(islastbar,0.50,0.30,0,净利增值),colorred;
//每股公积金:=tostring('每股公积金:',1);
公积金值:=tostring(mggjj,2);
//drawtext_fix(islastbar,0.43,0.60,0,每股公积金),colorcyan;
//drawtext_fix(islastbar,0.50,0.60,0,公积金值),colorred;
每股未分配:=tostring('每股未分配:',1);
未分配值:=tostring(wfplr/zgb,2);
//drawtext_fix(islastbar,0.43,0.70,0,每股未分配),colorcyan;
//drawtext_fix(islastbar,0.50,0.70,0,未分配值),colorred;
每股现金流:=tostring('每股现金流:',1);
现金流值:=tostring(jyje/zgb,2);
//drawtext_fix(islastbar,0.43,0.80,0,每股现金流),colorcyan;
//drawtext_fix(islastbar,0.50,0.80,0,现金流值),colorred;
资产负债率:=tostring('资产负债率:',1);
资产负债值:=tostring(fzhj/zczj*100,2);
//drawtext_fix(islastbar,0.43,0.90,0,资产负债率),colorcyan;
//drawtext_fix(islastbar,0.50,0.90,0,资产负债值),colorred;
/////////////////////////////////
//drawtext_fix(islastbar,0.55,0.02,0,'流通市值亿:'),coloryellow;
市值:=tostring(ltsz/100000000,2);
//drawtext_fix(islastbar,0.62,0.02,0,市值),colorred;
//静态市盈率:=tostring(jtsyl,2);
//drawtext_fix(islastbar,0.55,0.10,0,"*静态市盈率:"),coloryellow;
//drawtext_fix(islastbar,0.62,0.10,0,静态市盈率),colorred;
//drawtext_fix(islastbar,0.55,0.30,0,市净率),coloryellow;
//drawtext_fix(islastbar,0.62,0.30,0,市净率值),colorred;
毛利率:=tostring('毛利率:',1);
毛利率值:=tostring((zyywsr-zyywcb)/zyywsr*100,2);
//drawtext_fix(islastbar,0.55,0.40,0,毛利率),coloryellow;
//drawtext_fix(islastbar,0.62,0.40,0,毛利率值),colorred;
净利润:=tostring('净利润:',1);
净利率值:=tostring((jlrnew)/100000000,2);
//drawtext_fix(islastbar,0.55,0.50,0,'净利润:'),coloryellow;
//drawtext_fix(islastbar,0.62,0.50,0,净利率值),colorred;
主营利润率:=tostring('主营利润率:',1);
利润率值:=tostring(zyywlr/zyywsr*100,2);
//drawtext_fix(islastbar,0.55,0.60,0,主营利润率),coloryellow;
//drawtext_fix(islastbar,0.62,0.60,0,利润率值),colorred;
主营增长率:=tostring('主营增长率:',1);
主增率值:=tostring((zyywsr-rep(&zyywsr,2))/rep(&zyywsr,2)*100,2);
//drawtext_fix(islastbar,0.55,0.70,0,主营增长率),coloryellow;
//drawtext_fix(islastbar,0.62,0.70,0,主增率值),colorred;
收益率值a:=tostring(jlr/gdqyhj*100,2);
净资产收益率:=tostring('*净资收益率:',1);
jzc:=(zczjnb-fzhj);
杜邦收益率值:=tostring((jlrnew/gdqyhj)*100,2);
收益率值:=tostring(jzcsyl,2);
//drawtext_fix(islastbar,0.55,0.90,0,净资产收益率),coloryellow;
//drawtext_fix(islastbar,0.62,0.90,0,杜邦收益率值),colorred;
动态市盈率值:=c/mgsy;
drawtext_fix(islastbar,0.00,0.75,0,'动态市盈率:'),colormagenta;
drawtext_fix(islastbar,0.10,0.75,0,tostring(动态市盈率值,2)),coloryellow;
drawtext_fix(islastbar and 动态市盈率值<15,0.00,0.90,0,'★★★★★价值被低估'),colorred;
drawtext_fix(islastbar and 动态市盈率值>=15 and 动态市盈率值<25,0.00,0.90,0,'★★★★★价值正常'),colorcyan;
drawtext_fix(islastbar and 动态市盈率值>25 and 动态市盈率值<40,0.00,0.90,0,'★★★★★价值被高估'),coloryellow;
drawtext_fix(islastbar and 动态市盈率值>40,0.00,0.90,0,'★★★★★有投机泡沫'),colorgreen;
///小于15价值被低估,15-25正常,25-40价值被高估。大于40有投机泡沫,市净率8倍以上处于高位区间,市净率在8-3之前处于中间区间,市盈率在3以下处于低位区间。
安全因子:=动态市盈率值*sjl,colorgreen;
drawtext_fix(islastbar,0.00,0.00,0,'安全因子:'+tostring(安全因子,2)),colormagenta;
市净率:=tostring('市净率:',1);
//jzfx:=(jlrnew/zgb/mgjzc)*100;
//drawtext_fix(islastbar,0.00,0.15,0,'未加权价值因子pr:'+tostring(jzfx,2)),colormagenta;
//drawtext_fix(islastbar,0.00,0.15,0,'价值因子pr:'+tostring(bjjcgzs,2)),colormagenta;
drawtext_fix(islastbar,0.00,0.15,0,'价值因子pr:'+tostring(lc_yqyl,2)),colormagenta;
预期盈利值:lc_yqyl;
盈利值:=tostring(mgsyx,2);
drawtext_fix(islastbar,0.00,0.30,0,'每股盈利eps:'),colormagenta;
drawtext_fix(islastbar,0.10,0.30,0,盈利值),coloryellow;
每股净资产:=tostring('每股净资产:',1);
净资产值:=tostring(mgjzc,2);
drawtext_fix(islastbar,0.00,0.45,0,每股净资产),colormagenta;
drawtext_fix(islastbar,0.10,0.45,0,净资产值),coloryellow;
sxlz:=zsz/lastrep(&zyywsr,1);
drawtext_fix(islastbar,0.00,0.60,0,'市销率:'),colormagenta;
drawtext_fix(islastbar,0.10,0.60,0,tostring(sxlz,2)+'%'),coloryellow;
长期借款:=lastrep(&cqjk,1)/100000000;
经营活动现金流:=jyje/100000000;
长期借款:=lastrep(&cqjk,1)/100000000;
短期借款:=lastrep(&dqjk,1)/100000000;
净收益:=cj_jzcsyl;
市销率:=c/zyywsr/shgzg/;
drawtext_fix(islastbar,0.17,0.00,0,'长期借款:'),colorred;
drawtext_fix(islastbar,0.25,0.00,0,tostring(长期借款,2)+'亿'),coloryellow;
drawtext_fix(islastbar,0.17,0.15,0,'短期借款:'),colorred;
drawtext_fix(islastbar,0.25,0.15,0,tostring(短期借款,2)+'亿'),coloryellow;
sjdxjl:=lastrep(&jyje,2)/100000000;
drawtext_fix(islastbar,0.17,0.30,0,'上季现金流:'),colorred;
drawtext_fix(islastbar,0.25,0.30,0,tostring(sjdxjl,2)+'亿'),coloryellow;
drawtext_fix(islastbar,0.17,0.45,0,'本季现金流:'),colorred;
drawtext_fix(islastbar,0.25,0.45,0,tostring(经营活动现金流,2)+'亿'),coloryellow;
xjlbh:=(jyje-lastrep(&jyje,2))/lastrep(&jyje,2)*100;
drawtext_fix(islastbar,0.17,0.60,0,'现金增长率:'),colorred;
drawtext_fix(islastbar,0.25,0.60,0,tostring(xjlbh,2)+'%'),coloryellow;
xjlzl:=(jyje-lastrep(&jyje,2))/100000000;
drawtext_fix(islastbar,0.170,0.75,0,'现金增长额:'),colorred;
drawtext_fix(islastbar,0.25,0.75,0,tostring(xjlzl,2)+'亿'),coloryellow;
主力持仓:=jgcc,coloryellow;
drawtext_fix(islastbar,0.52,0.00,0,'主力持仓:'),coloryellow;
drawtext_fix(islastbar,0.60,0.00,0,tostring(主力持仓,2)+'%'),colorred;
drawtext_fix(islastbar,0.52,0.15,0,'派息合计:'),coloryellow;
drawtext_fix(islastbar,0.60,0.15,0,tostring(pxhj,2)+'元'),colorred;
杜邦收益率值:=tostring((jlrnew/gdqyhj)*100,2),colorcyan;
净资产收益率值:=tostring(jzcsyl,2),colorred;
drawtext_fix(islastbar,0.52,0.30,0,'净资产收益率:'),coloryellow;
drawtext_fix(islastbar,0.60,0.30,0,杜邦收益率值+'%'),colorred;
市净率值:=(close/mgjzc);
drawtext_fix(islastbar,0.52,0.45,0,'市净率:'),coloryellow;
drawtext_fix(islastbar,0.60,0.45,0,tostring(市净率值,2)+'%'),colorred;
jzc:=(zczjnb-fzhj)/100000000;
drawtext_fix(islastbar,0.52,0.60,0,'净资产:'),coloryellow;
drawtext_fix(islastbar,0.60,0.60,0,tostring(jzc,2)+'亿'),colorred;
所有者权益:=gdqyhj/100000000;
drawtext_fix(islastbar,0.52,0.75,0,'股东权益:'),coloryellow;
drawtext_fix(islastbar,0.60,0.75,0,tostring(所有者权益,2)+'亿'),colorred;
本季股东人数:=lastrep(&gdzs,1),colorlired,dotline;//linethick2;
上季股东人数:=lastrep(&gdzs,2),colorlired,dotline;//linethick2;
股东人数增减:=(本季股东人数-上季股东人数);
drawtext_fix(islastbar,0.66,0.00,0,'股东增减:'),colorgreen;
drawtext_fix(islastbar,0.75,0.00,0,tostring(股东人数增减,0)),colorred;
drawtext_fix(islastbar,0.66,0.15,0,'年报利润率:'),colorgreen;
drawtext_fix(islastbar,0.75,0.15,0,tostring(zyywlrlnb,2)+'%'),colorred;
负债:=fzhjnb/100000000;
drawtext_fix(islastbar,0.66,0.300,0,'年报负债合计:'),colorgreen;
drawtext_fix(islastbar,0.75,0.300,0,tostring(负债,2)+'亿'),colorred;
drawtext_fix(islastbar,0.66,0.45,0,'销售毛利率:'),colorgreen;
drawtext_fix(islastbar,0.75,0.45,0,tostring(xsmll,2)+'%'),colorred;
股东权益值:=tostring(gdqyhjnb/100000000,2);
drawtext_fix(islastbar,0.66,0.60,0,'年报股东权益:'),colorgreen;
drawtext_fix(islastbar,0.75,0.60,0,股东权益值+'亿'),colorred;
资产:=zczjnb/100000000;
drawtext_fix(islastbar,0.66,0.75,0,'年报资产总计:'),colorgreen;
drawtext_fix(islastbar,0.75,0.75,0,tostring(资产,2)+'亿'),colorred;
//drawtext_fix(islastbar,0.54,0.45,0,'实际价值:'),coloryellow;
//drawtext_fix(islastbar,0.61,0.45,0,tostring(mgsy*动态市盈率值,2)),colorred;
drawtext_fix(c>0,0.90,0.00,0,'1'),colormagenta;
drawtext_fix(c>0,0.92,0.00,0,'2'),colorred;
drawtext_fix(c>0,0.94,0.00,0,'3'),colorcyan;
drawtext_fix(c>0,0.96,0.00,0,'4'),coloryellow;
drawtext_fix(c>0,0.98,0.00,0,'5'),colorgreen;
drawtext_fix(净利增值>=20,0.90,0.20,0,'★'),colormagenta;
drawtext_fix(盈利值>=0.8,0.92,0.20,0,'★'),colorred;
drawtext_fix(公积金值>=3,0.94,0.20,0,'★'),colorcyan;
drawtext_fix(未分配值>=1,0.96,0.20,0,'★'),coloryellow;
drawtext_fix(现金流值>=0.2,0.98,0.20,0,'★'),colorgreen;
drawtext_fix(资产负债值<50,0.90,0.40,0,'★'),colormagenta;
drawtext_fix(长期借款=0,0.92,0.40,0,'★'),colorred;
drawtext_fix(短期借款=0,0.94,0.40,0,'★'),colorcyan;
drawtext_fix(净利增值>20,0.96,0.40,0,'★'),coloryellow;
drawtext_fix(主增率值>20,0.98,0.40,0,'★'),colorgreen;
drawtext_fix(现金流值>=0.2,0.90,0.60,0,'★'),colormagenta;
drawtext_fix(杜邦收益率值>10,0.92,0.60,0,'★'),colorred;
drawtext_fix(净资产值>=5,0.94,0.60,0,'★'),colorcyan;
drawtext_fix(动态市盈率值>20,0.96,0.60,0,'★'),coloryellow;
drawtext_fix(市净率值<9,0.98,0.60,0,'★'),colorgreen;
drawtext_fix(毛利率值>30,0.90,0.80,0,'★'),colormagenta;
drawtext_fix(净利率值>1,0.92,0.80,0,'★'),colorred;
drawtext_fix(利润率值>50,0.94,0.80,0,'★'),colorcyan;
drawtext_fix(xjlbh>20,0.96,0.80,0,'★'),coloryellow;
drawtext_fix(q7>20,0.98,0.80,0,'★'),colorgreen;
yyy:=money/100000000;
drawtext_fix(islastbar and c>0,0.82,0.00,0,'▏成交金额亿'),coloryellow;
drawtext_fix(islastbar and c>0,0.82,0.15,0,tostring(yyy,2)),colorred;
wss:=v/1000000;
drawtext_fix(islastbar and c>0,0.82,0.30,0,'▏成交量万手'),colorcyan;
drawtext_fix(islastbar and c>0,0.82,0.45,0,tostring(wss,2)),coloryellow;
drawtext_fix(islastbar and 机构区间变化<0,0.82,0.90,0,'★★★★★'),colorgreen;
drawtext_fix(islastbar and 机构区间变化>0,0.82,0.75,0,'★★★★★'),coloryellow;
drawtext_fix(islastbar and wss>10,0.82,0.60,0,'★★★★★'),colorred;
//drawgbk(净利增值>20,strip(rgb(144,238,144),rgb(127,255,0),3));
上一指标公式:震仓三角启动买点预测主图下载
下一指标公式:魔力高低组合涨升波下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文同花顺公式财务因子副图自带智能判断出五色的五角星评级指标下载仅供学习研究。