drawgbklast(v>1,strip(rgb(0,0,205),rgb(60,179,113),0));
drawtextrel(10,50,'大卫均线决策系统 '),linethick1,colorwhite;
drawtextrel(10,10,'所属板块:'+bkname),colorff00ff;
四53:ema(close,453),linethick2, colord9d919 ;
压l:(sma(high,21,2) * 1.05),linethick2,colorffffff;
支c:(sma(low,21,2) * 0.95),linethick2,color00ff00;
贰②:=ma(close,26);
压:贰② + 2*std(close,26),colorwhite,pointdot,linethick3;
支:贰② - 2*std(close,26),colorwhite,pointdot,linethick3;
m17:ema(close,17),colorred,linethick2;
生命:ema(close,453), colorwhite ;
九九:ema(close,99),colorred;
m144:ema(close,144),linethick2,coloryellow ;
ema6:ma(c,6),coloryellow;
ema18:=ma(c,18);
张嘉仪线:=wma(close,14);
ma34:=ma(c,34);
ma55:=ma(c,55);
多空50:ema(close,50),colorwhite;
强弱:ema(cost(60),10),color428899;
半年:ma(c,120),circledot,colorgreen;
张嘉仪线:=wma(close,14);
ma34:=ma(c,34);
ma55:=ma(c,55);
stickline(close>open,o,c,9,0 ),color6666cc;
stickline(close>open,o,c,6 ,0 ),color7777dd;
stickline(close>open,o,c,2.4 ,0 ),color8888ee;
stickline(close>open,o,c,1.1 ,0 ),color9999ff;
stickline(close>open,open,low,0.5,0 ),color1199ff;
stickline(close>open,close,high,0.5 ,0 ),color1199ff;
stickline(open>=close,close,low,0.5 ,0 ),colorcccccc;
stickline(open>=close,open,high,0.5 ,0 ),colorcccccc;
stickline(cross(ma(c,1),ma(c,9)),close,open,8,0),colorred;
stickline(cross(ma(c,1),ma(c,9)),high,low,0.8,0),colorred;
stickline(cross(ma(c,1),ma(c,55)),close,open,6,0),colorred;
stickline(cross(ma(c,1),ma(c,55)),high,low,0.6,0),colorred;
stickline(cross(ma(c,1),ma(c,23.5)),close,open,7,0),coloryellow;
stickline(cross(ma(c,1),ma(c,23.5)),high,low,0.7,0),coloryellow;
stickline(cross(ma(c,1),ma(c,120)),close,open,5,0),colormagenta;
stickline(cross(ma(c,1),ma(c,120)),high,low,0.5,0),colormagenta;
中线a:=count(close<ema18,5)=4 and close/ema18>1.004 and cross(close,ema18) and ema18>=ref(ema18,1);
drawtext(中线a,low*0.858,'18均买'),align1,colorred;
股价平台1:=if(close>10,1.004,0);
股价平台2:=if(close>8 and close<=10,1.006,0);
股价平台3:=if(close>6 and close<=8,1.008,0);
股价平台4:=if(close>4 and close<=6,1.010,0);
股价平台5:=if(close>2 and close<=4,1.012,0);
股价平台6:=if(close<=2,1.015,0);
股价平台:=股价平台1+股价平台2+股价平台3+股价平台4+股价平台5+股价平台6;
中线b:=(close-ref(close,18))/18+ema18*股价平台;
drawtext((cross(close,中线b) and barslast(中线b)<89 and barslast(中线b)>5 and close>ref(close,barslast(中线b))),low*0.985,'加码】'),align1,coloryellow;
短线6:=ema18>=ref(ema18,1) and cross(close,ema6) and close/ema6>1.004;
drawtext(短线6,low*0.89,'6均买'),align1,colorwhite;
暴大量:=close>ref(close,2);
暴大量买入:=filter(暴大量,5);
超短:=暴大量买入 and ema18>=ref(ema18,1) and ema6>=ref(ema6,1);
drawtext(超短,low*0.93,'超短'),align1,coloryellow;
ema13:=ema(c,13);
ma18:=ma(close,18);
ema34:=ema(c,34);
ema55:=ema(c,55);
ema89:=ema(c,89);
ema120:=ema(c,120);
ar1:=ema55>ema34 and ema34>ema13;
ar2:=barslast((c-ema13)/ema13*100<-6);
ar3:=ema13>=ref(ema13,2);
ar4:=count(cross(c,ema13),ar2)=1;
ar5:=ar1 and ar2 and ar3 and ar4;
ar6:=ar5 and filter(ar5,10);
drawtext(ar6,l-0.309,'启动'),align1,coloryellow;
stickline(ar6,o,c,6,1),linethick2,coloryellow;
br1:=count(between((c-ref(c,1))/ref(c,1)*100,0,5) ,5)=5;
br2:=abs((ema13-ema34)+(ema34-ema55))/c<0.2;
br3:=c>ema55 and (ref(c,1)<ref(ema55,1) or ref(c,2)<ref(ema55,2) or ref(c,3)<ref(ema55,3) or ref(c,4)<ref(ema55,4) or ref(c,5)<ref(ema55,5));
br4:=br1 and br2 and br3;
drawtext(br4 and filter(br4,10),l-0.09,'上升'),align1,color00c5ff;
stickline(br4 and filter(br4,10),o,c,6,1),linethick2,color00c5ff;
cr1:=(c-ref(c,1))/ref(c,1)*100>0.5;
cr2:=v>ma(v,5)*0.6;
cr3:=count(cross(ema13,ema55),3)=1;
cr4:=abs(ema34-ema55)/ema55<0.03;
cr5:=ema55<=ema120 and ema55>=ref(ema55,1);
cr6:=filter(cr1 and cr2 and cr3 and cr4 and cr5,2);
stickline(cr6,o,c,6,1),linethick2,colorf00ff0;
drawtext(cr6,l-0.09,'涨升'),align1,colorf00ff0;
dr1:=ema13>ema34 and ema34<ema55;
dr2:=barslast(cross(c,ema55) );
dr3:=h=hhv(h,dr2);
dr4:=barslast(dr3);
dr5:=count(o>c and c<ref(c,1) and c>ema55 and between((c-ema55)/ema55,0,0.02),dr4)=1;
dr6:=c>ref(c,1) ;
dr7:= dr1 and dr5 and dr6 ;
dr8:=dr7 and filter(dr7 ,10);
drawtext(dr8,l-0.09,'出击'),align1,colorwhite;{
stickline(dr8,o,c,6,1),linethick2,colord6ba63;}
er:=barslast(ref(cross(ema55,ema34),1)) and cross(ema34,ema55);
drawtext(er,l-0.09,'金叉'),align1,color0099ff;{
stickline(er,o,c,6,1),linethick2,color0099ff;}
fr:=barslast(ref(cross(ema34,ema13),1)) and cross(ema13,ema34);
drawtext(fr,l-0.09,'加仓'),align1,colorwhite;{
stickline(fr,o,c,6,1),linethick2,colorwhite;};
hr2:=ema13>=ref(ema13,3) and ema34>=ref(ema34,1) and ema55>=ref(ema55,1) and cross(c,ema13) and cross(c,ema34) and cross(c,ema55);
drawtext(hr2 and filter(hr2,10),l-0.01,'推进'),align1,colorred;
bbg:=ma(low,5)*(1-5/100);
a11g:=(hhv(bbg,5)+llv(bbg,5))/2;
drawicon(cross(a11g,l) and a11g>ref(a11g,1) ,l*0.95,1),align1;
{多空密码}
var2ed:=(3*close+low+open+high)/6;
var3ed:=(20*var2ed+19*ref(var2ed,1)+18*ref(var2ed,2)+17*ref(var2ed,3)+16*ref(var2ed,4)+15*ref(var2ed,5)+14*ref(var2ed,6)+13*ref(var2ed,7)+12*ref(var2ed,8)+11*ref(var2ed,9)+10*ref(var2ed,10)+9*ref(var2ed,11)+8*ref(var2ed,12)+7*ref(var2ed,13)+6*ref(var2ed,14)+5*ref(var2ed,15)+4*ref(var2ed,16)+3*ref(var2ed,17)+2*ref(var2ed,18)+ref(var2ed,20))/210;
var4ed:=ma(var3ed,13);
var5ed:=ema(ma(close,3),34);
drawtext(filter(if(var3ed<var5ed,var3ed<=1.015*var4ed,var3ed<=1.005*var4ed),10),(var3ed+var4ed)/2,'空'),align1,colorred;
{古币均线}
rvar2:=(high+low+close*2)/4;
rvar3:=ema(rvar2,21);
rvar4:=std(rvar2,21);
rvar5:=((rvar2-rvar3)/rvar4*100+200)/4;
rvar6:=(ema(rvar5,5)-25)*1.56;
ak:=ema(rvar6,2)*1.22;
ad:=ema(ak,2);
aj:=3*ak-2*ad;
买进:drawicon(cross(ak,ad),l*0.995,7),align1;
drawtext(cross(张嘉仪线,c) and indexc>ma(indexc,13) and 张嘉仪线>ref(张嘉仪线 ,1) and v<ref(v,1) and 张嘉仪线>ma34 ,l*0.97,'买入'),align1,colorred;
lcg:=ref(close,1);
rsig:=sma(max(close-lcg,0),6,1)/sma(abs(close-lcg),6,1)*100;
低吸:=cross(rsig,11);
drawtext(低吸,l-0.05,'低吸'),colorwhite;
varg7:=ema(amount/vol/100,3);
varg8:=ema(varg7,88);
varg9:=ema(varg7,88)*0.85;
vara:=varg9*0.87;
varb:=low<vara and close>ref(close,1)*1.02;
drawtext(filter(varb,6),l-0.6,'关注'),align1,colorff00ff;
varf:=(2*close+high+low)/4;
va4:=llv(low,34);
va5:=hhv(high,34);
va6:=ema((varf-va4)/(va5-va4)*100,6);
va7:=ema(0.667*ref(va6,1)+0.333*va6,4);
drawtext(if(count(close<ref(close,1),8)/8>0.3 and count(va6>va7,3) and ref(low,1)=llv(low,120) and
close>open,1,0),l-0.06,'小鱼'),align1,coloryellow;
varg12:=(high - low);
varg3:=abs((open - close));
varg4:=(high - if((close > open),close,open));
varg5:=(if((close > open),open,close) - low);
varg6:=((varg3 / varg12) * vol);
drawtext((((((varg6 > (ma(vol,5) * 2)) and 张嘉仪线>ref(张嘉仪线 ,1) and (varg6 >= varg7)) and (varg6 >= varg8)) and (close > open)) or ((vol > (ma(vol,5) * 3)) and varb)) ,l*0.90,'主力入'),align1,coloryellow;
a:=(3*close+low+open+high)/6;
d1:=(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))/211;
d2:=ema(d1,2);
d3:=ema(d2,2);
k1:=ema(d3,2);
drawtext(cross(d1,k1),l-0.55,'大卫'),align1,colorwhite;
varg1:=((close-ma(close,6))/ma(close,6)*100+(close-ma(close,24))/ma(close,24)*100+(close-ma(close,32))/ma(close,32)*100)/3;
drawtext(varg1>9 and v<ref(v,1) and filter(varg1<ref(varg1,1),5),h*1.05,'洗盘'),align1,coloryellow;
drawtext(varg1>9 and v>ref(v,1) and filter(varg1<ref(varg1,1),5),h*1.04,'减仓'),align1,colorgreen;
drawtext(varg1>20 and filter(varg1<ref(varg1,1),5),h*1.03,'卖出'),align1,coloryellow;
varg2:=hhv(varg1>20,10);
drawtext(filter(varg1<-9 and varg1>ref(varg1,1),18) and v>ref(v,1),l*1.1,'反1弹'),align1,colorred;
drawtext(varg1<-20 and filter(varg1> ref(varg1,1),5),l*0.95,'抄1底'),align1,coloryellow;
drawtext(varg2 and cross((ref(high,1)+ref(low,1))/2,ma(close,20)+2*std(close,20)),h*1.1,'危险'),align1,coloryellow;
a1:= wma(close,22);
年线:=wma(close,250);
b:= 张嘉仪线>a1 and a1>ma55 and ma55>ma34;
b1:= count(b,2)=1 and ref(ma55,1)<=ref(ma34,1);
vv2:= ref(close,1);
vv3:= sma(close-vv2,6,1)/sma(abs(close-vv2),6,1)*100;
drawtext(ref(vv3,1)>81 and vv3<80,high,'闪↓'),align1,color00ffff;
mad5:=ma(c,6);
mad20:=ma(c,21);
mad90:=ma(c,89);
y1:=barslast(cross(mad5,mad20)) and mad5>mad20;
y2:=y1 and barslast(cross(mad5,mad90));
y3:=y2 and cross(mad20,mad90);
drawtext(y3,l-0.45,'均穿1'),colorwhite,align1;
f0:=barslast(cross(ma(c,5),ma(c,90)));
f1:=f0 and
barslast(cross(ma(c,20),ma(c,90)));
f2:=f1 and cross(ma(c,5),ma(c,20)) and
ma(c,20)>ma(c,90);
drawtext(f2,l-0.45,'均穿2'),colorff00ff,align1;
vart10:=(close-ma(close,34))/ma(close,34)*(-10);
增减力度:=vart10*5;
drawtext(cross(0,增减力度),h*1.052,'涨啦'),align1,colorwhite;
drawtext(cross(ma(close,13),c) and indexc>ma(indexc,13) and ma(close,13)>ref(ma(close,13) ,1) and v<ref(v,1) and ma(close,13)>ma(close,55) ,l*0.95,'17买'),align1,colorred,linethick2;
drawtext(cross(close,(((c-ref(ma(close,20),1))/20+ma(close,13))*1.20)) and ma(close,13)>ref(ma(close,13) ,1),h*1.04,'减仓'),align1,colorgreen,linethick1;
var011:=((close-ma(close,6))/ma(close,6)*100+(close-ma(close,24))/ma(close,24)*100+(close-ma(close,32))/ma(close,32)*100)/3;
var012:=hhv(var011>20,10);
drawtext(filter(var011<-9 and var011>ref(var011,1),18),l*0.95,'反@弹'),align1,colorred;
drawtext(var011<-20 and indexc<ma(indexc,13) and filter(var011> ref(var011,1),5),l*0.93,'抄底'),coloryellow,linethick2;
drawtext(var011>9 and filter(var011<ref(var011,1),5),h*1.06,'洗pa'),colorgreen,linethick0;
var013:=if(ma(close,13)>ref(ma(close,13),1),ma(close,13),0);
drawtext((if(close>ma(close,13) and open<close,-0.1,0))and((c-ref(c,1))/(ref(c,1))>0.061)and (ma(close,13)=var013) and (ma(close,1)>ma(close,13)) and (vol>ref(hhv(vol,3),1)*2),l*0.98,'主力入'),align1,colorwhite;
llx:=ema(((slope(close,21) * 20) + close),68);
lly:=ema(close,10);
drawtext(cross(llx,lly),(low * 0.96),'回买'),align1,colorwhite;
mma20:=ma(close,20);
mma120:=ma(close,120);
mma30:=ma(close,37);
mmap:=ma(close,8);
maa5:=ma(close,21);
maa10:=ma(close,8);
maa12:=ma(close,12);
mbb10:=((atan((maa10 - ref(maa10,1))) * 3.1416) * 10);
mbb12:=((atan((maa12 - ref(maa12,1))) * 3.1416) * 10);
mma13:=ma(close,13);
mmvar01:=((((open + low) + high) + close) / 4);
m中期大底:=llv(low,30);
m短期底部0:=llv(high,30);
m短底:=ema(mmvar01,5);
mm支撑:=hhv(m短底,60);
m压力1:=hhv(low,20);
m压力:=sma(low,5,1);
m中线:=ma(close,3);
drawtext(filter(((((high > mm支撑) and (close < mm支撑)) and ((close / open) > (0 - 1.06))) and (close < open)),5),(high + 0.02),'逃'),colorffff00;
m中轨道:=(ma(high,15) * 1.05);
m天:=(ma(low,15) * 0.985);
m人:=(ma(low,15) * 0.96);
m地:=(((high + low) + close) / 3);
mb1:=hhv(m地,(4 * 15));
mb6:=llv(m地,(4 * 15));
mb7:=(mb1 - mb6);
mb8:=(ma(((m地 - mb6) / mb7),2) * 80);
mmvar1:=(((close - llv(low,100)) / (hhv(high,100) - llv(low,100))) * 200);
m飞龙顶底线1:=sma(mmvar1,3,1);
mmvar2:=sma(m飞龙顶底线1,3,1);
mmvar3:=((3 * m飞龙顶底线1) - (2 * mmvar2));
mmvar4:=llv(low,5);
mmvar5:=hhv(high,5);
mvar6:=(ema((((close - mmvar4) / (mmvar5 - mmvar4)) * 100),4) * 2);
mvar7:=ema(((0.667 * ref(mvar6,1)) + (0.333 * mvar6)),2);
mvar8:=((3 * mvar6) - (2 * mvar7));
mvar9:=(pow(ma(close,5),2) + ma(close,5));
mvara:=(pow(ma(low,5),2) + ma(low,5));
mvarb:=(pow(ma(high,5),2) + ma(high,5));
mvarc:=(((((mvar9 - llv(mvara,64)) / (hhv(mvarb,64) - llv(mvara,64))) * 150) + 65) - 10);
mvard:=((sma(mvarc,3,1) * 1.5) - 100);
mvare:=sma(mvard,3,1);
mvarf:=((3 * mvard) - (2 * mvare));
mvar10:=(((high + low) + (close * 2)) / 4);
mvar11:=ema(mvar10,13);
mvar12:=std(mvar10,13);
mvar13:=(((mvar10 - mvar11) * 100) / mvar12);
mvar14:=ema(mvar13,5);
mvar15:=ema(mvar14,13);
mvar16:=((ema(mvar14,13) + 200) - 100);
mvar17:=ema(mvar16,10);
mvar18:=((3 * mvar16) - (2 * mvar17));
mvar19:=(((m飞龙顶底线1 + mvar6) + mvard) + mvar16);
mvar1a:=(((mmvar2 + mvar7) + mvare) + mvar17);
mvar1b:=(((mmvar3 + mvar8) + mvarf) + mvar18);
mvar1c:=(((high + low) + close) / 3);
mvar1d:=((amount / vol) / 100);
mvar1e:=((sum(amount,5) / sum(vol,5)) / 100);
mvar1f:=((mvar1c - ma(mvar1c,34)) / (0.015 * avedev(mvar1c,34)));
mvar21:=((((high + low) + close) + mvar1c) / 4);
mvar22:=ema(mvar21,24);
mvar23:=std(mvar21,24);
mvar24:=(((mvar21 - mvar22) / mvar23) * 100);
mvar25:=((mvar1c - ma(mvar1c,24)) / (0.015 * avedev(mvar1c,24)));
mvar26:=ema(mvar24,5);
mvar27:=((mvar1d - ma(mvar1d,21)) / (0.015 * avedev(mvar1d,21)));
mvar28:=((mvar1e - ma(mvar1e,90)) / (0.015 * avedev(mvar1e,90)));
mvar29:=(((((((mvar28 + mvar27) + mvar26) + mvar25) + mvar1f) / 5) + 165) / 4);
mvar2a:=(((((mvar19 + mvar1a) + (mvar1b * 30)) / 32) / 5) - 15);
mvar2b:=(((mvar29 + mvar2a) / 2) / 1.1);
mvar2c:=mvar2b;
m短线:=ma(mvar2c,26);
mmid:=(m短线 + (2 * std(mvar2c,26)));
mupper:=(m短线 - (2 * std(mvar2c,26)));
mlower:=if((mvar2c > m短线),m短线,mvar2c);
mxy:=ma(close,5);
ma5:=ma(close,80);
m短期底部:=(llv(high,30) * 0.93);
ma80:=llv(high,30);
m短期底部2:=sma(close,2,1);
m趋势:=(ma(low,10) * 0.96);
m趋:=(ema(open,107) * 0.897);
m超跌位2:=ma(close,15);
mgf:=ma(close,10);
mman:=(sma(high,21,2) * 1.05);
m上1:=(hhv(m短底,60) * 0.92);
m压力2:=(sma(high,21,2) * 1.035);
m阻挡线:=(sma(low,21,2) * 0.96);
m下档线:=(((close - llv(low,13)) / (hhv(high,13) - llv(low,13))) * 100);
mrsv:=sma(m下档线,3,1);
mk:=sma(mrsv,3,1);
md:=((3 * mrsv) - (2 * mk));
mj:=(((close - ma(close,6)) / ma(close,6)) * 100);
mvar2p:=(((close - ma(close,12)) / ma(close,12)) * 100);
mvar3p:=(((close - ma(close,24)) / ma(close,24)) * 100);
mvar4p:=(((mj + (2 * mvar2p)) + (3 * mvar3p)) / 6);
mvar5p:=ma(mvar4p,3);
mvar6p:=(((close - llv(low,34)) / (hhv(high,34) - llv(low,34))) * 100);
mrsv12:=sma(mvar6p,3,1);
mk12:=sma(mrsv12,3,1);
md12:=((3 * mrsv12) - (2 * mk12));
mj12:=(((close - llv(low,55)) / (hhv(high,55) - llv(low,55))) * 100);
mrsv24:=sma(mj12,3,1);
mk24:=sma(mrsv24,3,1);
md24:=((3 * mrsv24) - (2 * mk24));
mj24:=if(cross(md,md24),low,ref(low,barslast(cross(md,md24))));
m压力位:=if(cross(md24,md),high,ref(high,barslast(cross(md24,md))));
mm支撑位:=if((close >= ma(close,20)),80,50);
mu2l:=if((close >= ma(close,20)),50,20);
ml2l:=if(((md < mm支撑位) and (ref(md,1) >= mm支撑位)),hhv(ref(high,1),(barslast(((md >= mm支撑位) and (ref(md,1) < mm支撑位))) - 1)),ref(hhv(ref(high,1),(barslast(((md >= mm支撑位) and (ref(md,1) < mm支撑位))) - 1)),barslast(((md < mm支撑位) and ref(md,1)))));
mrh1:=if((high > ml2l),low,ref(low,barslast((high > ml2l))));
mrh4:=if((high > ml2l),md,ref(md,barslast((high > ml2l))));
mrh42:=if((((high > mrh1) and (md < mrh4)) and (md < md24)),high,ref(high,barslast((((high > mrh1) and (md < mrh4)) and (md < md24)))));
mrh5:=if(((md > mu2l) and (ref(md,1) <= mu2l)),llv(ref(low,1),(barslast(((md <= mu2l) and (ref(md,1) > mu2l))) - 1)),ref(llv(ref(low,1),(barslast(((md <= mu2l) and (ref(md,1) > mu2l))) - 1)),barslast(((md > mu2l) and ref(md,1)))));
mrl1:=if((low < mrh5),high,ref(high,barslast((low < mrh5))));
mrl4:=if((low < mrh5),md,ref(md,barslast((low < mrh5))));
mrl42:=if((((low < mrl1) and (md > mrl4)) and (md > md24)),low,ref(low,barslast((((low < mrl1) and (md > mrl4)) and (md > md24)))));
m长期底部:=llv(high,30);
drawtext(filter(((((mrl42 = mj24) and (close > open)) and (close > m长期底部)) and (low <= mj24)),20),(low - 0.12),'底成'),color0eabff;
mrl5:=(sma(high,5,2) * 1.05);
m上:=(sma(low,5,2) * 0.96);
m下:=sma(low,2,1);
m中:=(((((3 * close) + high) + low) + open) / 6);
mx1:=ema(m中,10);
mx2:=ref(mx1,1);
mx3:=((ref(high,1) + ref(low,1)) / 2);
mx4:=(ma(close,21) + (2 * std(close,21)));
mx5:=ref(close,1);
mx6:=((sma(max((close - mx5),0),7,1) / sma(abs((close - mx5)),7,1)) * 100);
mx7:=cross(79,mx6);
mx8:=filter(mx7,4);
mx9:=ma(close,115);
mvar001:=ema(close,8);
m飞龙顶底线:=ema(mvar001,20);
mvar002:=cross(mvar001,m飞龙顶底线);
mvar003:=(mvar001 < ma(close,20));
mvar004:=(((hhv(high,36) - close) / (hhv(high,36) - llv(low,36))) * 100);
mvar005:=sma(mvar004,5,1);
mvar006:=sma(mvar005,8,1);
mvar007:=(cross(mvar005,mvar006) and (mvar006 < 5));
mvar008:=((close > (llv(close,60) + (0.3 * llv(close,60)))) and mvar007);
mvar009:=if((close > 1000),mvar007,mvar008);
mvar00f:=cross(mx1,mx2);
ma115:=mvar00f;
m低买:=(mvar002 and mvar003);
黑马起步:=mvar009;
drawtext(mx8,(high * 1.03),'出货'),align1,color9000f5;
drawtext((黑马起步 > 0),(high * 1.04),'逃命'),align1,colorff0000;
逃遁:=(sma(high,21,2) * 1.05);
阻挡:=(sma(low,21,2) * 0.94);
黑马:=m低买 > 0 and (mx1 - ref(mx1,1)) > 0 and high < m压力位 and high < mx9 and (mx2 - ref(mx2,1)) > 0;
drawtext(filter(((((((((close / open) > 1.03) and ((m超跌位2 - ref(m超跌位2,1)) > 0)) and ((close - ref(close,1)) > 0)) and (high < m压力1)) and (close < m压力1)) and ((m压力2 - ref(m压力2,1)) > 0)) and (close < mman)),3),low,'击t'),align1,colorwhite;
drawtext((((((m低买 > 0) and ((mx1 - ref(mx1,1)) > 0)) and (high < m压力位)) and (high < mx9)) and ((mx2 - ref(mx2,1)) > 0)),low,'黑马'),align1,color00ff00;
drawtext(filter((((((((mma20 - ref(mma20,1)) > 0) and (high < mm支撑)) and ((maa10 - ref(maa10,1)) > 0)) and (high < m压力1)) and (vol >= ref(vol,1))) and cross(close,mma20)),57),low,'突破生命线'),align1,color0000ff;
drawtext((((((((cross(close,mma20) and (high < m压力位)) and (open < mma20)) and (high < mm支撑)) and ((mman - ref(mman,1)) > 0)) and ((mx1 - ref(mx1,1)) > 0)) and (md < 63)) and ((mma20 - ref(mma20,1)) > 0)),(high+0.105),'大●牛'),align1,colorred;
drawtext((((((cross(mvar2c,m短线) and ((close - ref(high,1)) > 0)) and ((m中线 - ref(m中线,1)) > 0)) and (high <= m压力1)) and (close < mma20)) and (low <= m中线)),(low - 0.06),'关注'),color00ff00;
drawtext((((cross(mvar2c,mupper) and (high < m压力1)) and ((mxy - ref(mxy,1)) > 0)) and (high < mm支撑)),low,'买'),colorffffff;
drawtext(((((low <= m上) and (high >= m短期底部)) and (close >= m长期底部)) and ((close / open) > 1.03)),(low - 0.08),'抄★底'),align1,color0000ff;
drawtext(filter((((((low <= m阻挡线) and ((mma20 - ref(mma20,1)) > 0)) and (open <= m上1)) and (high > m上1)) and (close > m阻挡线)),5),high,'涨10%'),align1,colorffffff;
drawtext(filter((((((mb8 <= 1) and (low <= 阻挡)) and (close > open)) and (low <= m中期大底)) and (close >= m长期底部)),3),(low - 0.08),'短抄e'),align1,colora100ff;
drawtext((((cross(md,0) and (high < m压力位)) and (mvar5p <= (0 - 7))) and (close < mxy)),(low - 0.11),'半仓'),align1,colorffff00;
drawtext(filter((((cross(m趋势,m趋) and (high < ma5)) and (high < m压力1)) and llv(low,0)),10),low,'果断买'),align1,color668800;
drawtext(filter(((cross(m中线,m人) and (low <= m人)) and (close >= m人)),4),(low - 0.06),'买m'),colorwhite;
drawtext(filter(((((low <= ma80) and (close > ma80)) and (close > open)) and (m短期底部2 <= ma80)),8),low,'底'),align1,colorwhite;
drawtext(filter((((((ma115 and (close < m压力位)) and ((m人 - ref(m人,1)) > 0)) and ((mx1 - ref(mx1,1)) > 0)) and (high < m上1)) and ((close / open) > 1.03)),5),low,'●买'),align1,color93ee7d;
drawtext(((cross(mma20,m压力位) and (low <= mma20)) and ((mma20 - ref(mma20,1)) > 0.02)),(low - 0.03),'绝●佳'),align1,colorwhite;
drawtext(filter(((((((low <= m天) and (close >= mma20)) and (high < m压力1)) and ((m天 - ref(m天,1)) > 0)) and (close < m压力1)) and ((mma20 - ref(mma20,1)) > 0)),6),(low - 0.12),'全仓'),align1,color00ffff;
ta:=barscount(c); tah:=hhv(h,72); tal:=llv(l,72);
ta0:=(tah-tal)/21; tb1:=l-ta0;
drawtext((ta+0)/13=floor((ta+0)/13),tb1-2.5*ta0,'时窗'),align1,colorwhite;
主力j:=ema( (close-ma(close,3))/ma(close,3)*4800,2);
散户j:=ema( (close-ma(close,20))/ma(close,20)*4800,7);
drawtext(cross(主力j,散户j) and 主力j<0 and 散户j<0,low,'底?'),align1,colorred;
rsv:=(((hhv(high,13) - close) / (hhv(high,13) - llv(low,13))) * 100);
lwr1:=sma(rsv,3,1);
lwr2:=sma(lwr1,5,1);
var3aa:=if((close > ref(close,1)),88,0);
var4aa:=if(((((close / ref(close,1)) > 1.05) and ((high / close) < 1.01)) and (var3aa > 0)),91,0);
drawtext(filter((var4aa > 90),34),(low * 0.99),'▲m'),align1,color99ffff;
ema30:=ema(close,30);
ema60:=ema(close,60);
ema90:=ema(close,90);
ema120:=ema(close,120);
ss:=((((((cross(ema30,ema60) and (close > open)) and (close > ref(close,1))) and ((close / ref(close,1)) >= 1.018)) or (((cross(ema30,ema120) and (close > open)) and (close > ref(close,1))) and ((close / ref(close,1)) >= 1.018))) or (((cross(ema60,ema90) and (close > open)) and (close > ref(close,1))) and ((close / ref(close,1)) >= 1.018))) or (((cross(ema30,ema90) and (close > open)) and (close > ref(close,1))) and ((close / ref(close,1)) >= 1.018)));
drawicon(ss,(low - 0.04),1),align1;
fa:=(barslast(cross(ma(close,60),ma(close,20))) and cross(ma(close,20),ma(close,60)));
drawtext(fa,(ma(close,20) - 0.13),'握↑手'),align1,colorffffff;
tt1:=((cross(ma(close,20),ma(close,120)) and cross(ma(close,20),ma(close,250))) and (vol > ref(vol,1)));
tt2:=(((ma(close,20) > ref(ma(close,20),2)) and (vol > ref(vol,1))) and cross(close,ma(close,20)));
drawtext(tt1,(low - 0.13),'买b'),colorred;
drawtext(tt2,high*1.02,'买a'),align1,colorred;
map1:=ma(close,8);
map2:=ma(close,13);
map3:=ma(close,21);
map4:=ma(close,34);
map5:=ma(close,20);
fff:=(low<=map1 and low<=map2 and low<=map3 and close>=map1 and
close>=map2 and close>=map3 and close>ref(close,1));
drawtext(fff,low*0.98,'阳拐'),align1,colorwhite;
上一指标公式:盘龙出海-+图片公式下载 大智慧图片源码
下一指标公式:秋影顶底我的自用加密无时限公式下载 大智慧加密自用
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文大卫均线 大智慧大卫仅供学习研究。