{安心均线操盘}
ma250:ma(close,250),colorwhite,linethick3;
生命线:ma(close,30),colormagenta,linethick3;
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:=ma(close,30)+2*std(close,60);
xa_5:=filter(backset(filter(ref(low,500)=llv(low,2*500+1),500),500+1),500);
xa_6:=filter(backset(filter(ref(high,25)=hhv(high,2*25+1),25),25+1),25);
xa_7:=ref(close,barslast(xa_6));
xa_8:=barslast(xa_6)<barslast(xa_5) and not(xa_6);
麒麟:if(xa_8,xa_7,xa_7),pointdot,colormagenta,linethick3;
stickline(xa_8,xa_7,xa_7,10,(-1)),colorgreen;
drawtext(islastbar,麒麟,5),colormagenta;
xa_9:=ref(hhvbars(max(close,open),60),15)+15;
xa_10:=ref(max(close,open),xa_9);
stickline(barstatus=2,xa_10,xa_10,2000,1),colorred,linethick2;
xa_11:=const(xa_9);{}
突破干:if(currbarscount<=xa_11+1,const(if(xa_11=0,max(close,open),ref(max(close,open),xa_11))),drawnull),pointdot,colorgreen,linethick4;
if(currbarscount=xa_11+1,突破干,drawnull),pointdot,coloraa00aa,linethick4;
drawtext(currbarscount=xa_11+1,突破干*1.01,strcat(con2str(const(xa_11+1),0),6)),coloraa00aa;
refdate(close,1151224),color009900,linethick3;
refdate(close,1150615),coloraa00aa,linethick3;
xa_12:=ema((low+high+close)/3,5);
重心线1:ema(xa_12,3),colorgreen,linethick3;
xa_13:=ma((low+high+close)/3,5);
xa_14:=ma((low+high+close)/3,10);
xa_15:=ma(kdj.j#month,26);
xa_16:=ma(kdj.k#week,5);
xa_17:=(close-llv(low,13))/(hhv(high,13)-llv(low,13))*200-100;
xa_18:=sma(xa_17,7,1);{}
xa_19:=xa_16>ref(xa_16,1);
xa_20:=xa_18>ref(xa_18,1);
xa_21:=xa_15>ref(xa_15,1);
xa_22:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4>=ma(close,1);
xa_23:=filter(xa_19 and xa_20 and xa_21 and xa_22,2)*100;
底背离:stickline(xa_23,open,close,2.5,0),colorwhite,linethick0;
xa_24:=ma(close,14);
xa_25:=pow(close-xa_24,2);
xa_26:=ma(xa_25,14);
xa_27:=sqrt(xa_26);
xa_28:=xa_24+2*xa_27;
xa_29:=xa_24-2*xa_27;
xa_30:=ref(xa_24,1);
xa_31:=ref(xa_28,1);
xa_32:=ref(xa_29,1);
xa_33:=100*(hhv(high,10)-close)/(hhv(high,10)-llv(low,10));
xa_34:=100*(hhv(high,6)-close)/(hhv(high,6)-llv(low,6));
xa_35:=xa_33-xa_34;
xa_36:=xa_35<(-30);
xa_37:=(close-xa_30)/(xa_31-xa_32)*100;
xa_38:=ref(close,1);
xa_39:=abs(high-xa_38);
xa_40:=abs(low-xa_38);
xa_41:=abs(high-ref(low,1));
xa_42:=abs(xa_38-ref(open,1));
xa_43:=close-xa_38+(close-open)/2+xa_38-ref(open,1);
xa_44:=ref(asi,1);
xa_45:=sma(max(asi-xa_44,0),6,1)/sma(abs(asi-xa_44),6,1)*100;
xa_46:=sma(max(asi-xa_44,0),72,1)/sma(abs(asi-xa_44),72,1)*100;
xa_47:=xa_45-xa_46+50;
xa_48:=xa_45-xa_47;
xa_49:=atan((重心线1/ref(重心线1,1)-1)*100)*180/3.141593;
蓝线:if(xa_45>ref(xa_45,1) and xa_47<ref(xa_47,1),重心线1,drawnull),colorblue,linethick4;
xa_50:=ema((xa_13-ema(xa_13,13))/ema(xa_13,13)*(0-100),7);
xa_51:=ema(xa_50/10+ema(xa_13,13),0);
xa_52:=ma(xa_13,1);
xa_53:=(close+0.618*ref(close,1)+0.382*ref(close,1)+0.236*ref(close,3)+0.146*ref(close,4))/2.382;
【趋势操盘线】:ema(slope(close,22)*20+close,55),color0066cc,linethick4;
明涨停价:close*1.1,nodraw;
上次涨停天数:barslast(close/ref(close,1)>=1.098),nodraw;
【黄金线】:if(xa_53>=【趋势操盘线】,【趋势操盘线】,drawnull),colorred,linethick2;
【空仓线】:if(xa_53<【趋势操盘线】,【趋势操盘线】,drawnull),colorcyan,linethick2;
drawtext(islastbar,【趋势操盘线】,7),colorcyan;
xa_54:=(ema(high,1)+ema(low,1)+ema(high,1)+ema(high,1))/4;
xa_55:=ema(ref(hhv(high,25),1),2);
drawtext(cross(xa_54,【趋势操盘线】),【趋势操盘线】,10),colorgreen;
xa_56:=if((close-ref(close,1))*100/ref(close,1)>=10-0.01*100/ref(close,1),1,0);
xa_57:=if((ref(close,1)-close)*100/ref(close,1)>=10-0.01*100/ref(close,1),1,0);
stickline(xa_56,open,close,3,0),coloraa00aa;
stickline(xa_56,open,close,1,0),colorblack;
stickline(xa_56,high,low,0,1),colorcc00cc;
stickline(xa_56,open,close,3,1),colorcc00cc;
跌停板:stickline(xa_57,open,close,3,0),colorff1100;
stickline(xa_57,open,close,2.5,0),colorff3300;
stickline(xa_57,open,close,2,0),colorff4400;
stickline(xa_57,open,close,1.5,0),colorff5500;
stickline(xa_57,open,close,1,0),colorff6600;
stickline(xa_57,open,close,0.5,0),colorff7700;
stickline(xa_57,low,high,0,0),colorff7700;
xa_58:=ref((close-ref(close,1))/ref(close,1)<=(-0.03),1) and (close-ref(close,1))/ref(close,1)>=0.03;
stickline(xa_58,open,close,2.5,0),color0000a5;
stickline(xa_58,open,close,2,0),color0000c5;
stickline(xa_58,open,close,1.5,0),color0000d5;
stickline(xa_58,open,close,1,0),color0000e5;
stickline(xa_58,low,high,0,0),color0000f5;
stickline(xa_58,close,(open+close)/2,2.5,0),color008cfd;
xa_59:=(high-ref(close,1))/ref(close,1)*100;
xa_60:=(max(close,open)-ref(close,1))/ref(close,1)*100;
stickline(xa_59-xa_60>=2.5 and period=5 and close>open and ma(close,5),max(close,open),high,0,0),colorgreen;
stickline(xa_59-xa_60>=2.5 and period=5 and close>open and ma(close,5),close,open,3.1,0),colorred;
xa_61:=close<open and close>ref(close,1);
stickline(xa_61,open,close,2.8,1),color0000cc;
xa_62:=open>close and open>ref(close,1) and close>ref(close,1);
假阴线:stickline(xa_62,open,close,2,0),colorlired;
xa_63:=if(ref(close,1)*1.1-high<0.01 and close<ref(close,1)*1.09 and close>ref(close,1),1,0);
stickline(xa_63,open,close,3,0),colorlimagenta;
stickline(xa_63,open,close,1,0),colorwhite;
stickline(xa_63,high,low,0,0),colorwhite;
xa_64:=ema(close,7);
xa_65:=ema(close,55);
xa_66:=ema(close,12)-ema(close,26);
xa_67:=ema(xa_66,9);
xa_68:=(xa_66-xa_67)*2;
xa_69:=ref(min(open,close),1)>ref(max(open,close),2) and max(open,close)<ref(min(open,close),1) and ref(vol,1)>vol and ref(vol,1)>ref(vol,2) and ref(vol,1)=hhv(vol,30);
drawicon(xa_69,low*0.98,18);
stickline(cross(cci#week,100) and close>ma(close,80) and macd.macd>=0,close,open,3,0),colorblue;
drawtext(cross(cci#week,100) and close>ma(close,80) and macd.macd>=0,low*0.97,13),colorwhite;
上一指标公式:操盘主图公式下载 通达信操盘
下一指标公式:金牛奋蹄公式下载 通达信金牛
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文安心均线操盘转载和谐完全加密指标公式下载 通达信均线加密仅供学习研究。