精品主图,控盘。指标只是辅助,具体交易要结合大盘和个股情况来看。
同增:finance(43),nodraw,coloryellow; n:=80;m:=3;n1:=10;m1:=11; xa_1:=if((close-ref(close,1))*100/ref(close,1)>=9.9 and open=high and period=5,1,0); xa_2:=barslastcount(xa_1)>=2; xa_3:=const(barslast(xa_2)); 水平线:if(currbarscount<=xa_3+1,const(if(xa_3=0,max(close,open),ref(max(close,open),xa_3))),drawnull),dotline,colorliblue; xa_4:=barslast(year!=ref(year,1)); xa_5:=barslast(hhv(vol,xa_4+1)=vol); xa_6:=barslast(llv(vol,xa_4+1)=vol); {好公式网www.goodgongshi.com} stickline(filterx(xa_5=0,xa_4+1),open,close,1,0),color009900; stickline(filterx(xa_6=0,xa_4+1),open,close,1,0),colorgreen; xa_7:=const(xa_5); 天量:if(currbarscount<=xa_7+3,const(if(xa_7=0,open,ref(open,xa_7))),drawnull),dotline,colorgreen; xa_8:=strcat(hyblock,18); xa_9:=strcat(xa_8,dyblock); xa_10:=strcat(dyblock,18); xa_11:=strcat(xa_9,gnblock); xa_12:=strcat(xa_11,18); drawband(ema(close,7),rgb(83,123,68),ema(close,13),rgb(155,50,50)); drawkline(high,open,low,close); drawband(ema(close,13),rgb(83,123,50),ema(close,55),rgb(83,123,50)); drawkline(high,open,low,close); xa_13:=ref(hhv(max(high,open),n),m); xa_14:=ref(llv(min(high,open),n),m); xa_15:=xa_13-(xa_13-xa_14)*0.191; xa_16:=xa_13-(xa_13-xa_14)*0.382; xa_17:=xa_13-(xa_13-xa_14)*0.5; xa_18:=xa_13-(xa_13-xa_14)*0.618; xa_19:=xa_13-(xa_13-xa_14)*0.809; xa_20:=refdate(xa_13,date); xa_21:=refdate(xa_15,date); xa_22:=refdate(xa_16,date); xa_23:=ref(hhvbars(max(close,open),60),15)+15; xa_24:=ref(max(close,open),xa_23); stickline(barstatus=2,xa_24,xa_24,2000,1),colorred,linethick2; xa_25:=const(xa_23); 突破点:if(currbarscount<=xa_25+1,const(if(xa_25=0,max(close,open),ref(max(close,open),xa_25))),drawnull),pointdot,colorgreen,linethick4; if(currbarscount=xa_25+1,突破点,drawnull),pointdot,coloraa00aa,linethick4; 操做线:expma(close,7),coloryellow,linethick2; 支撑线:expma(close,13),colorred,linethick2; 防守线:expma(close,55),colorlired,linethick2; 生命线:ma(close,30),dotline,colormagenta; 海面:ema(close,78),colorwhite,linethick2; 海平面:ema(close,80),colorblue,linethick2; 开幅:(open-ref(close,1))/ref(close,1)*100,nodraw,coloryellow; 高幅:(high-ref(close,1))/ref(close,1)*100,nodraw,coloryellow; 低幅:(low-ref(close,1))/ref(close,1)*100,nodraw,coloryellow; 实幅:(close-open)/ref(close,1)*100,nodraw,coloryellow; 振幅:(high-low)/ref(close,1)*100,nodraw,colorlimagenta; 流值:finance(7)*close/100000000,nodraw,colorliblue; 总值:finance(1)*close/100000000,nodraw,colorliblue; 报期:finance(37),nodraw,coloryellow; 收益:finance(38),nodraw,coloryellow; xa_30:=if((close-ref(close,1))*100/ref(close,1)>=10-0.01*100/ref(close,1),1,0); xa_31:=if((ref(close,1)-close)*100/ref(close,1)>=10-0.01*100/ref(close,1),1,0); stickline(xa_30,open,close,3,0),coloraa00aa; stickline(xa_30,open,close,1,0),colorblack; stickline(xa_30,high,low,0,1),colorcc00cc; stickline(xa_30,open,close,3,1),colorcc00cc; 跌停板:stickline(xa_31,open,close,3,0),colorff1100; stickline(xa_31,open,close,2.5,0),colorff3300; stickline(xa_31,open,close,2,0),colorff4400; stickline(xa_31,open,close,1.5,0),colorff5500; stickline(xa_31,open,close,1,0),colorff6600; stickline(xa_31,open,close,0.5,0),colorff7700; stickline(xa_31,low,high,0,0),colorff7700; xa_32:=ref((close-ref(close,1))/ref(close,1)<=(-0.03),1) and (close-ref(close,1))/ref(close,1)>=0.03; stickline(xa_32,open,close,2.5,0),color0000a5; stickline(xa_32,open,close,2,0),color0000c5; stickline(xa_32,open,close,1.5,0),color0000d5; stickline(xa_32,open,close,1,0),color0000e5; stickline(xa_32,low,high,0,0),color0000f5; stickline(xa_32,close,(open+close)/2,2.5,0),color008cfd; if(currbarscount=xa_7+1,天量,drawnull),coloryellow,linethick2; xa_33:=(high-ref(close,1))/ref(close,1)*100; xa_34:=(max(close,open)-ref(close,1))/ref(close,1)*100; stickline(xa_33-xa_34>=2.5 and period=5 and close>open and ma(close,5),max(close,open),high,0,0),colorgreen; stickline(xa_33-xa_34>=2.5 and period=5 and close>open and ma(close,5),close,open,3.1,0),colorred; xa_35:=close<open and close>ref(close,1); stickline(xa_35,open,close,2.8,1),color0000cc; xa_36:=open>close and open>ref(close,1) and close>ref(close,1); 假阴线:stickline(xa_36,open,close,2,0),colorlired;
上一指标公式:财神剑主图指标公式详解 通达信财神
下一指标公式:财神主力追踪指标公式详解 通达信主力追踪
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文精品主图控盘主图 无未来指标公式详解 通达信精品未来仅供学习研究。