组合拳牛股跑不了主图+副图附图有用法说明
主图 [拾金主图] mms:=ma(sma((l+h+2*c)/4-ref((l+h+2*c)/4,1),5,1)/sma(abs((l+h+2*c)/4-ref((l+h+2*c)/4,1)),5,1)*100,1)+50; g1:=if(-mms>95,0,20); uoo:=(-(((close-llv(close,7))/(hhv(close,7)-llv(close,7))*100=100)>0 and g1)+1); 明日均线:=ref(c,2)*2-ref(c,5),linethick0,color550055 ; 后日均线:=ref(c,1)*2-ref(c,4),linethick0,color008800; 大后天均线:=c*2-ref(c,3),linethick0,color008888; ks:=(((close - ema(close,13)) / ema(close,13)) * (0 - 100)); ks1:=if(barscount(c)=1,c/10000,(1-c/sma(c,13,1))*100); 趋势线:=ema(((ks / 10) + ema(close,10)),3); aa:=-100*(趋势线-close)/趋势线; ac:=(ema(aa,5) ); ssl:=ema(close,3); mmv:=ema(((slope(close,22) * 20) + close),55); mm:=ma(mmv,1); stickline(((ssl>mm)),ssl,mm,0.01,0),colorred; sa:=(mm*0.985); ss:=(ma(close,5)); dd:=(ma(close,13)); gg:=(ma(close,21)); 捞钱手:if(((ssl>mm)),mm,sa),linethick2,colorff00ff; {if(ssl<mm,捞钱手,drawnull),linethick2,colorffffff;} var2y:=(((close - ref(close,1)) / ref(close,1)) * 100); var3y:=(((close - ref(open,29)) / ref(open,29)) * 100); var4y:=ref(close,1); var5y:=((sma(max((close - var4y),0),6,1) / sma(abs((close - var4y)),6,1)) * 100); var6y:=((sma(max((close - var4y),0),12,1) / sma(abs((close - var4y)),12,1)) * 100); var7y:=((sma(max((close - var4y),0),24,1) / sma(abs((close - var4y)),24,1)) * 100); var8y:=(((close - llv(low,45)) / (hhv(high,45) - llv(low,45))) * 100); var9y:=sma(var8y,3,1); varay:=sma(var9y,3,1); varby:=((3 * var9y) - (2 * varay)); varcy:=(cross(var5y,10) and (var3y < (0 - (28 * 20)))); vardy:=((100 - cross(76,var5y)) and (var3y > (5*20))); drawicon(((cross(76,var5y) and (var3y>5))),(high*1.01),2),colorffffff; varey:=((((cross(var9y,varay) and (varay < 10)) and (var3y < (0 - 30))) and (var2y > 3)) * 30); varfy:= - ((((varay < 11) and (var5y < 15)) and (var3y < (0 - 26))) * 10); drawicon((cross(varfy,(0 - 9))),(low * 0.998),1); 能量线:=dma(((close + open) / 2),(vol / (sma(vol,4,1) *4))); 上开:=o; 上收:=c; 上高:=h; 上低:=l; jj:=(上开+上高+上低)/3; a:=ema(jj,4); 智能黄金线:a,coloryellow,linethick1; b:=ref(a,1); stickline(((ssl<mm)),捞钱手,智能黄金线,0.01,0),colorffff00; va1:=ema(上收,8); va2:=ema(上收,20); drawtext(cross(va2,va1),va1*1.10,'止 损'),coloryellow; drawtext(cross(va1,va2)and(c>=o)and 智能黄金线>ref(智能黄金线,1),va1*0.98,'★买入'),color00ff00; 选手a:=ma(上收,3); 箱顶a:=ma(ref(hhv(上收,6),1),3); 箱底a:=ma(ref(llv(上收,3),1),3); t1:=ma(上收,20)>=ref(ma(上收,20),1); t2:=cross(选手a,箱底a) and 箱顶a/箱底a>100/100 and t1; t3:=cross(箱顶a,选手a) and 箱顶a/箱底a>100/100; 选手:=ma(上收,2); 箱顶:ma(ref(hhv(上收,30),1),2),color0000ff,linethick2; 箱底:ma(ref(llv(上收,30),1),2),color00ff00,linethick2; t4:=cross(选手,箱底) and 箱顶/箱底>110/100; t5:=cross(箱顶,选手) and 箱顶/箱底>110/100; var1:=(上收-llv(上低,27))/(hhv(上高,27)-llv(上低,27))*100; var2:=sma(var1,3,1); var3:=sma(var2,3,1); var4:=sma(var3,3,1); {drawtext(var3 >=var4 ,箱顶,'--中期好'),color00ffff; drawtext(var3<var4 ,箱顶,'--中期坏'),colorf0f000; drawtext(a>b ,箱底,'--短期好'),color00ffff; drawtext(a<b ,箱底,'--短期坏'),colorf0f000;} drawtext(cross(var3,var4)and(c>=o)and var3<40 and uoo>0,箱底,'★'),colorf00ff0; drawtext(cross(var4,var3) and var4>75 ,箱顶*1.03,'★减磅'),colorf0f000; stickline(c>=o,c,o,5,0),colorred; stickline(c>=o,c,o,3,0),colorb0b0ff; stickline(c>=o,c,o,1,0),coloryellow; stickline(c>=o,h,l,0,0),coloryellow; stickline(c<=o,c,o,5,0),colorffaa00; stickline(c<=o,c,o,3,0),colorffff00; stickline(c<=o,c,o,1,0),colorffff00; stickline(c<=o,h,l,0,0),colorffff00; {k线卖提示} qc0:=3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1); stickline(qc0>=91 and (close-llv(close,5))/(hhv(close,5)-llv(close,5))*100>99.9,open,close,3,0),color3366ff; {k线超卖提示} sq1:=sma(max(c-ref(c,2),0),7,1)/sma(abs(c-ref(c,2)),7,1)*100; sq2:=sma(max(c-ref(c,1),0),7,1)/sma(abs(c-ref(c,1)),7,1)*100; cm1:=if(sq1<12,30,0); cm2:=if(sq2<12,30,0); zb1:=(close-llv(close,10))/(hhv(close,10)-llv(close,10))*100; www:=zb1<1; w:=if(www,-20,0); a01:=sma(abs((low - ref(low,1))),3,1) / sma(max((low - ref(low,1)),0),3,1) *100; a02:=ema(if(close *1.3,a01 *10,a01 /10),3); a03:=llv(low, 30); a04:=hhv(a02, 30); a05:=ema(if((low <= a03),(a02 + a04*2)/2,0),3) /6180 *2.5; a06:=if((a05 >15),15,a05); kx:=if(a06>=1.7,-20,0); zy:=ma(((close-ma(close,6))/ma(close,6)*100+2*(close-ma(close,12))/ma(close,12)*100+3*(close-ma(close,24))/ma(close,24)*100)/6,3); zy1:=if(zy<-6,-20,0); rks:=ref(ks,1); mls:=((((rks / ks) > 1.23) and (rks > 13)) and ((close / ref(close,1)) > 1.03)); {超卖一}stickline(cm1 and if(kx and w and zy1,-16,10)<0,l,l*0.998,7,0),color0089ff{超卖一:橙}; {超卖二}stickline(if(kx and w and zy1,-16,10)<0 and cm1,l*0.998,l*0.996,7,0),colorgreen{超卖二:绿}; {超跌}stickline(cm1 and if(kx and w and zy1,-16,10)<0 and(ks>13),l*0.996,l*0.994,7,0),coloryellow{超跌}; {反弹}stickline((mls=1),l,l*0.998,7,0),colorffff00; {k线买提示} vard:=close<ref(close,1) and close<ref(close,2); vare :=ref(vard,1) and close>=ref(close,1) and close<=ref(close,2); varf :=ref(vare,1) and close<=ref(close,1) and close>=ref(close,2); var10 :=ref(varf,1) and close>=ref(close,1) and close<=ref(close,2); var11:=ref(var10,1) and close<=ref(close,1) and close>=ref(close,2); var12:=ref(var11,1) and close>=ref(close,1) and close<=ref(close,2); var13:=ref(var12,1) and close<=ref(close,1) and close>=ref(close,2); var14:=ref(var13,1) and close>=ref(close,1) and close<=ref(close,2); var15:=ref(var14,1) and close<=ref(close,1) and close>=ref(close,2); var16:=ref(var15,1) and close>=ref(close,1) and close<=ref(close,2); var17:=ref(var16,1) and close<=ref(close,1) and close>=ref(close,2); var18:=ref(var17,1) and close>=ref(close,1) and close<=ref(close,2); var19:=ref(vard or vare or varf or var10 or var11 or var12 or var13 or var14 or var15 or var16 or var17 or var18,1) and var1; fk:=100*(c-ref(c,1))/ref(c,1); pk1:=if(c<ref(o,1) and fk<0,1,0); pk2:=if(c<ref(o,2) and fk<0,1,0); stickline((pk1=0 and ref(pk1,1)=1 and pk2=0 and ref(pk2,1)=1)and(趋势线>ref(趋势线,1)or 智能黄金线>ref(智能黄金线,1)),open,close,3,0),colorff00ff; pk3:=(((close / open) > 1.04) and (close <(sma(high,21,2) * 1.05))) and ((close - ref(close,1)) > 0); stickline(pk3 and(趋势线>ref(趋势线,1)or 智能黄金线>ref(智能黄金线,1)),close,open,3,0),colorff00ff; stickline(var19 and(趋势线>ref(趋势线,1)or 智能黄金线>ref(智能黄金线,1)),close,open,3,0),colorff00ff; 买进价:=((c-ref(ma(c,6),1))/6+ma(c,6))*1.004; 买进条件:=cross(c,买进价) and 买进价>ref(买进价,1); stickline(买进条件 and 捞钱手>智能黄金线 and 智能黄金线>ref(智能黄金线,1),l,l*0.998,7,0),colorwhite; 买线:=ema(c,2); 卖线:=ema(slope(c,21)*20+c,42); drawtext(cross(买线,卖线)and 箱顶>=ref(箱顶,1),箱底,'★'),color00ffff; stickline(cross(买线,卖线),open,close,3,0),color00ffff; 副图 1、【十九无敌】 i:=ma(barslast(high=hhv(high,16))*if(close<open,vol,1),3); r:=ma(barslast(low=llv(low,18))*if(close>open,vol,1),4); 短线逃顶:=if(i,0,1),color00ff00; drawicon(短线逃顶,98,8); var1jo:=if(date<1090830 and date>900101,1,0); var2jo:=llv(low,10); var3jo:=hhv(high,25); 警戒线:= 2.8*var1jo; 减仓线:= 3.2*var1jo; 动力线:=ema((close-var2jo)/(var3jo-var2jo)*4,4)*var1jo; drawicon(cross(动力线,警戒线),99,5); {黑马发现的底部}{} vaz4:=(close-llv(close,126))/(hhv(close,126)-llv(close,126))*100; vaz24:=vaz4=0; stickline(vaz24>0,-3,-9,1,2), ,colorred,linethick3 ; vaz25:=vaz4=100; stickline(vaz25>0,101,105,1,2), ,colorgreen,linethick2; {睡猫买入} {n:dma(amount/vol/100,vol/capital)/close;}{n日平均:ema(成本比,n);} 睡猫:if(c<ma(ema(close,34)*0.82,5) and close/dma(amount/vol/100,vol/capital)<0.64{下轴成本为0.64},30,0),linethick2,colorffff00; {南极} 南极:((((ma(close,5))-close)/close>3/100) and (((ma(close,10))-(ma(close,5)))/(ma(close,5))>0.03) and (llv(close,30)=llv(close,120)))*40,linethick2,colorf00ff0; {一剑封喉} var9a:=sum(if(close>ref(close,1),vol,if(close<ref(close,1),0-vol,0)),0); var9b:=sumbars(vol,capital); var9c:=if(close>llv(close,var9b),1,-1); var9d:=if(var9a>llv(var9a,var9b),1,-1); var9e:=var9c*var9d; var9f:=if(var9e=-1,1,0); yjfh:(var9f and close=llv(close,120))*48,linethick1,stick,colorred; {等待底部买入} 买入: if(cross((4*sma((close-llv(low,25))/(hhv(high,25)-llv(low,25))*100,5,1)- 3*sma(sma((close-llv(low,25))/(hhv(high,25)-llv(low,25))*100,5,1),3,1)),(8)),58,0),stick,color0099ff,linethick6; drawtext(买入,45,'我买'),color66ffcc; {导弹} var1a:=(close-llv(low,15))/(hhv(high,15)-llv(low,15))*100; var1b:=sma((sma(var1a,4,1)-50)*2,3,1); var1c:=(indexc-llv(indexl,14))/(hhv(indexh,14)-llv(indexl,14))*100; var1d:=sma(var1c,4,1); var1e:=sma(var1d,3,1); var1f:=(hhv(high,30)-close)/close*100; vare:=ref(low,1)*0.9; varf:=low*0.9; var10:=(varf*vol+vare*(capital-vol))/capital; var11:=ema(var10,30); var12:=close-ref(close,1); var13:=max(var12,0); var14:=abs(var12); var15:=sma(var13,7,1)/sma(var14,7,1)*100; var16:=sma(var13,13,1)/sma(var14,13,1)*100; var17:=barscount(close); var18:=sma(max(var12,0),6,1)/sma(abs(var12),6,1)*100; var19:=(-200)*(hhv(high,60)-close)/(hhv(high,60)-llv(low,60))+100; var20:=var18<=25 and var19<-95 and var1f>20 and var1b<-30 and var1e<30 and var11-close>=-0.25 and var15<22 and var16<28 and var17>50; stickline(var20,0,95,5,0),linethick2,colorred,; drawtext(cross(var20,0.5) and count(var20=1,10)=1,60,'发射导弹 '),linethick7 , colorwhite; {我卖}{} vat3:=ref(close,1); vat4:=sma(max(close-vat3,0),6,1)/sma(abs(close-vat3),6,1)*100; 我卖:(cross(80,vat4))*82,stick,linethick6,color9900cc ; drawtext(我卖,80,'我卖'),colorred; {玄黄卖出} 减磅: if(cross((3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1)),90),60,0),stick,linethick4,colorgreen; drawtext(减磅,50,'减磅'),colorwhite; {底部雷达} varo2:=(close-llv(low,26))/(hhv(high,26)-llv(low,26))*100; varo3:=sma(sma(varo2,3,1),3,1); varo4:=ema(varo3,5); varo5:=llv(low,26); varo6:=hhv(high,34); varo7:=ema((close-varo5)/(varo6-varo5)*4,4)*25; stickline(cross(varo4,10) and varo4>10,25,0,8,0),coloryellow,; 建仓区: if((varo7<10),80,100), ,linethick2 ,color00ccff; 派发区: if((varo7>90),20,0), , linethick2 ,color6699ff; {庄家踪迹中的买卖信号成功率为80-95 %} vay3:=(close-ma(close,30))/std(close,15)*100; vaya:=ma(close,60)-ma(close,5)/3.2; 成功率:if(cross(((close-ma(close,30))/std(close,15)*100),(ema(vay3,18))) and close<vaya,50,0),stick,colorf0f000; stickline(cross(((close-ma(close,30))/std(close,15)*100),(ema(vay3,18))) and close<vaya,high+75,0,8,0),colorf0f000; drawicon(cross(((close-ma(close,30))/std(close,15)*100),(ema(vay3,18))) and close<vaya,high+82,1); drawtext(cross(((close-ma(close,30))/std(close,15)*100),(ema(vay3,18))) and close<vaya,high+60,'成功80-95%'),coloryellow;{★←-买卖信号成功率为80-95%} {z马神君} 天马行空线:=ma(cost(85),5); 训马线:=ma(cost(15),5); 黑马线:=ma(cost(50),5); 天马踏地线:=ma(cost(1),7); 牵马绳:=ema(close,3); drawicon(cross(牵马绳,天马踏地线) ,-5, 6); drawicon(count(cross(天马行空线,牵马绳),20)=2 and 天马行空线/天马踏地线>1.6 ,95 , 10) {} 2、【盘中参考】 var1:=ma(100*(close-llv(close,34))/(hhv(high,34)-llv(low,34)),5)-20; var2:=2*abs(var1); var3:=100-3*sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1)+2*sma(sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1),15,1); var4:=100-3*sma((open-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1)+2*sma(sma((open-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1),15,1); var5:=(high+low+close)/3; var6:=(var5-ma(var5,14))/(0.015*avedev(var5,14)); var7:=(var5-ma(var5,70))/(0.015*avedev(var5,70)); var8:=if(var6>=150 and var6<200 and var7>=150 and var7<200,10,0); var9:=if(var6<=-150 and var6>-200 and var7<=-150 and var7>-200,-10,var8); vara:=(close-ma(close,13))/ma(close,13)*100; varb:=100-abs(vara); varc:=3*sma((indexc-llv(indexl,75))/(hhv(indexh,75)-llv(indexl,75))*100,20,1)-2*sma(sma((indexc-llv(indexl,75))/(hhv(indexh,75)-llv(indexl,75))*100,20,1),15,1); vard:=3*sma((indexo-llv(indexl,75))/(hhv(indexh,75)-llv(indexl,75))*100,20,1)-2*sma(sma((indexo-llv(indexl,75))/(hhv(indexh,75)-llv(indexl,75))*100,20,1),15,1); vare:=ref(low,1)*0.9; varf:=low*0.9; var10:=(varf*vol+vare*(capital-vol))/capital; var11:=ema(var10,30); var12:=var11-close; var13:=ref(close,1); var14:=sma(max(close-var13,0),7,1)/sma(abs(close-var13),7,1)*100; var15:=sma(max(close-var13,0),13,1)/sma(abs(close-var13),13,1)*100; var16:=barscount(close); var17:=sma(max(close-ref(close,1),0),6,1)/sma(abs(close-ref(close,1)),6,1)*100; var18:=((-100)*(hhv(high,60)-close)/(hhv(high,60)-llv(low,60))+50)*2; var19:=(close-llv(low,15))/(hhv(high,15)-llv(low,15))*100; var1a:=(sma(var19,4,1)-50)*2; var1b:=sma(var1a,3,1); var1c:=(indexc-llv(indexl,14))/(hhv(indexh,14)-llv(indexl,14))*100; var1d:=sma(var1c,4,1); var1e:=sma(var1d,3,1); var1f:=(hhv(high,30)-close)/close*100; var20:=if(var17<=25 and var18<-95 and var1f>20 and var1b<-30 and var1e<30 and var12>=-0.25 and var14<22 and var15<28 and var16>50,80,0); 情报: var3; 天线: if(varb<90,varb,100); 红军: if(var1>0,var1,0),colorred, linestick; 绿军: if(var1<0,var2,0),colorgreen,linestick; 导弹: var20; 预警系统: if(var7>=200 and var6>=150,15,if(var7<=-200 and var6<=-150,-15,var9))+60; stickline(var3>=ref(var4,1),var3,var4,8,0); stickline(var3<ref(var4,1),var3,var4,8,0); var21:=close>ma(close,20) and ma(close,20)>=ref(ma(close,20),1); var22:=close<ma(close,20) and ma(close,20)<ref(ma(close,20),1); var23:=红军>50 and 预警系统>60 and 天线=100; var24:=红军>48 and 预警系统>60 and 天线<100; var25:=绿军>38 and 预警系统<55; var26:=导弹>50 and 天线<90; var27:=var3<ref(var4,1) and vol>ref(vol,1) and close>ref(close,1); var28:=var3>=ref(var4,1) and close<ref(close,1) and 预警系统=60 and 导弹=0 and 绿军>=ref(绿军,1) and varc<ref(vard,1); drawtext(var21 and count(var21,30)=1,100,'上升通道,持股待长或高抛低吸!'); drawtext(var22 and count(var22,30)=1,90,'下降通道,小心无量阴跌! '); drawtext(var23 and count(var23,30)=1,70,'上涨过急,需要调整,短线先抛出! '); drawtext(var24 and count(var24,30)=1,80,'庄家出货,大跌在即,中线抛出! '); drawtext(var25 and count(var25,30)=1,50,'不必杀跌,应有小反弹 ,跌停除外!'); drawtext(var26 and count(var26,30)=1,30,'坚决抢反弹,但巨量封跌停除外 '); drawtext(var27 and count(var27,30)=1,40,'有大资金进场迹象,关注!'); drawtext(var28 and count(var28,30)=1,20,'见顶回落'); 3、【庄家行踪】 var1:=ema(ema(close,13),13); 控盘:= (var1-ref(var1,1))/ref(var1,1)*1000,colorffcccc,pointdot; stickline(控盘<0,控盘,0,4,0),colorwhite; 无庄控盘:控盘<0,colorwhite; stickline(控盘>ref(控盘,1) and 控盘>0,控盘,0,4,1),colorred; 有庄控盘: 控盘>ref(控盘,1) and 控盘>0,colorred; var2:=100*winner(close*0.95); stickline(控盘<ref(控盘,1) and 控盘>0,控盘,0,4,0),color00ff00; 主力出货: 控盘<ref(控盘,1) and 控盘>0,color00ff00; stickline(var2>50 and cost(85)<close and 控盘>0,控盘,0,4,0),colorff00ff; 高度控盘: var2>50 and cost(85)<close and 控盘>0,colorff00ff; a10:=cross(控盘,0); 开始控盘:if(a10,6,0),coloryellow; varf:=troughbars(3,15,1)<4; 多空:=ema((close-ma((2*close+high+low)/4,30))/ma((2*close+high+low)/4,30)*100,3),colorwhite; 0,colorred; stickline(filter(varf=1,5) and 多空<-10,50,0,30,0),colorred; stickline(filter(varf=1,5),50,0,10,0),colorred; drawicon(filter(varf=1,3),50,1); drawtext(filter(varf=1,3),25,'关▲注'),coloryellow;
上一指标公式:佛手向上选股公式下载 大智慧指标源码公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文组合拳牛股跑不了主图副图有附图和用法说明公式下载 大智慧指标源码用法附图仅供学习研究。