hj_1:=ref(close,1);
hj_2:=if((close-hj_1)*100/hj_1>=10-0.01*100/hj_1,1,0);
stickline(hj_2,open,close,3,0),coloryellow;
stickline(hj_2,high,low,0,0),coloryellow;
hj_3:=if((hj_1-close)*100/hj_1>=10-0.01*100/hj_1,1,0);
stickline(hj_3,open,close,3,0),colorgreen;
stickline(hj_3,high,low,0,1),colorgreen;
ma3:ma(close,3);
ma5:ma(close,5);
ma10:ma(close,10),colormagenta;
ma20:ma(close,20),colorgreen;
ma30:ma(close,30),colorbbbbbb;
ma60:ma(close,60),colorblue;
ma120:ma(close,120),dotline,colorgray;
ma250:ma(close,250),dotline,colorbrown;
drawicon(cross(ma3,ma5),ma5,1);
drawicon(cross(ma5,ma3),ma5,2);
drawicon(cross(ma5,ma10),ma10,5);
drawicon(cross(ma5,ma30),ma30,9);
保护价:(ref(close,1)+ref(close,2)+open)/3,nodraw,colorred;
hj_4:=strcat(23,con2str(finance(42),0));
drawtext_fix(islastbar,0,0,0,hj_4),colorwhite;
hj_5:=finance(42);
hj_6:=datetoday(const(date));
hj_7:=hj_6-hj_5;
hj_8:=daytodate(hj_7)+19000000;
hj_9:=strcat(24,con2str(hj_8,0));
drawtext_fix(islastbar,0.09,0,0,hj_9),coloryellow;
hj_10:=strcat(hyblock,25);
hj_11:=strcat(hj_10,dyblock);
hj_12:=strcat(hj_11,25);
drawtext_fix(islastbar,0.205,0,0,strcat(hj_12,gnblock)),colorwhite;
hj_13:=strcat(strcat(26,con2str(totalcapital/1000000,2)),27);
hj_14:=strcat(strcat(28,con2str(capital/1000000,2)),27);
hj_15:=strcat(29,con2str(capital/1000000/(totalcapital/1000000),2));
hj_16:=strcat(strcat(30,con2str(capital/1000000*close,2)),27);
hj_17:=strcat(31,con2str(dynainfo(60),0));
hj_18:=strcat(32,con2str(dynainfo(61),0));
hj_19:=strcat(33,strcat(strcat(strcat(hj_15,hj_16),hj_17),hj_18));
drawtext_fix(islastbar,0,0.08,0,hj_19),colorbbbbbb;
hj_20:=inblock(34);
hj_21:=inblock(35);
hj_22:=inblock(36);
hj_23:=inblock(37);
hj_24:=if(hj_21=1,"399005$high",if(hj_20=1,"399006$high",if(hj_22=1,"999999$high","399001$high")));
hj_25:=if(hj_21=1,"399005$open",if(hj_20=1,"399006$open",if(hj_22=1,"999999$open","399001$open")));
hj_26:=if(hj_21=1,"399005$low",if(hj_20=1,"399006$low",if(hj_22=1,"999999$low","399001$low")));
hj_27:=if(hj_21=1,"399005$close",if(hj_20=1,"399006$close",if(hj_22=1,"999999$close","399001$close")));
hj_28:=if(hj_21=1,38,if(hj_20=1,39,if(hj_22=1,40,41)));
hj_29:=ref(hj_27,1);
hj_30:=if(hj_29>0,(hj_27-hj_29)*100/hj_29,0);
hj_31:=strcat(hj_28,strcat(42,con2str(hj_27,2)));
hj_32:=strcat(43,con2str(hj_30,2));
hj_33:=hy_indexc;
hj_34:=hy_indexo;
hj_35:=hy_indexl;
hj_36:=hy_indexh;
drawkline(hj_36,hj_34,hj_35,hj_33);
hj_37:=varcat(44,var2str(hy_indexadv,0));
hj_38:=varcat(45,var2str(hy_indexdec,0));
drawtext_fix(islastbar,0,0.16,0,hj_37),colormagenta;
drawtext_fix(islastbar,0.06,0.16,0,hj_38),coloryellow;
hj_39:=ref(hj_33,1);
hj_40:=(close-ref(close,1))/ref(close,1)*100;
hj_41:=if(hj_5>0,(hj_33-hj_39)*100/hj_39,0);
hj_42:=strcat(46,con2str(hj_33,2));
hj_43:=strcat(47,con2str(hj_41,2));
drawtext_fix(islastbar and hj_30<=hj_41,0.12,0.16,0,48),colorred;
drawtext_fix(islastbar and hj_30>hj_41,0.12,0.16,0,49),colorcyan;
drawtext_fix(islastbar and hj_40>=hj_41,0.16,0.16,0,50),colorred;
drawtext_fix(islastbar and hj_40<hj_41,0.16,0.16,0,51),colorcyan;
hj_44:=dynainfo(60)+dynainfo(61);
hj_45:=dynainfo(60)/dynainfo(61);
drawtext_fix(islastbar,0.224,0.16,0,strcat(52,con2str(hj_45,2))),colorcyan;
drawtext_fix(islastbar,0.29,0.16,0,strcat(53,con2str(hj_44,2))),colorcyan;
drawtext_fix(1,0,0.23,0,54),color00cccc;
drawnumber_fix(1,0.055,0.23,0,const(100-winner(close)*100)),color00cccc;
hj_46:=1;
hj_47:=vol/((high-low)*2-abs(close-open));
hj_48:=if(close>open,hj_47*(high-low),if(close<open,hj_47*(high-open+(close-low)),vol/2));
hj_49:=hj_48/10000;
hj_50:=if(close>open,0-hj_47*(high-close+(open-low)),if(close<open,0-hj_47*(high-low),0-vol/2));
hj_51:=hj_50/10000;
hj_52:=strcat(11,con2str((-hj_49)/hj_51,2));
drawtext_fix(hj_46=1,0.12,0.23,0,hj_52),colormagenta;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文丁哥MA3 通达信丁哥仅供学习研究。