买脉加仓
ma5:ma(close,5); ma10:ma(close,10); ma20:ma(close,20); ma60:ma(close,60); bb:=ref(indexc,1)<ref(indexc,2) and ref(c,2)*0.95>=ref(c,1) and ref(o,1)/ref(c,1)>=1.05 and ref(c,1)<ref(o,1) and c>o and c/o>=1.05 and c>ref(o,1) and ref(vol,1)<ref(vol,2); stickline(bb,o,c,4,0),colorred; stickline(bb,o,h,0,0),colorred; stickline(bb,l,c,0,0),colorred; drawtext(bb,l*0.95,'追!'),coloryellow; var1:=4*sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1)- 3*sma(sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1),3.2,1); var2:=8; cc:=cross(var1,var2); drawtext(cc,l*0.95,'买!'),color0099ff; typ:=(h+l+c)/3; typ1:=(typ-ma(typ,14))/(0.015*avedev(typ,14))<=20 and ref(ma(c,21),1)<ma(c,21); tj1:=o<max(ref(c,1),ref(o,1)); tj2:=ref(c,1)>=ma(c,21) and l/ma(c,21)>=1.015 and ma(c,144)>ma(c,250) and v<ma(v,10) and min(ref(v,2),ref(v,1))>v; tj3:=ref(ma(c,250),90)<ref(ma(c,144),90) and ma(c,144)>ma(c,250) and o>ma(c,250); tj4:=max(ref(h,10)and ref(h,9)and ref(h,8)and ref(h,7), ref(h,6)); touji:=typ1 and tj1 and tj2 and ref(c,2)/ref(o,2)<1.06 and c/o<=1.05 and hhv(h,5)/llv(l,30)>=1.65 and ref(h,5)/ref(l,1)>=1.15 and ref(c,1)/ref(o,1)<=0.995 and (l<ref(l,2) or (ref(h,2)-ref(l,2))/(h-l)>=2) and o/ref(l,1)<=1.04 or typ1 and tj1 and o/ref(l,1)<1.05 and ref(l,1)/ref(o,4)<=0.85 and ref(c,1)/ref(o,1)<=1.03 and o<ref(c,1) and hhv(h,5)/llv(l,35)>1.35 and v<ma(v,10); touji2:=typ1 and tj1 and tj2 and o/ref(l,1)<1.05 and o/llv(l,3)<1.1 and ref(c,1)/ref(0,1)<=1.05 and hhv(h,4)/llv(l,16)>=1.35 and ref(o,4)/ref(c,2)>=1.08 and ref(c,2)/ref(o,2)<=0.995 and (ref(l,2)<ref(l,3) or (ref(h,3)-ref(l,3))/(ref(h,1)-ref(l,1))>=2) and l<min(ref(c,1),ref(o,1)) or typ1 and tj1 and hhv(h,10)/llv(l,25)>=1.3 and ref(c,5)<ref(h,5) and ref(c,4)<ref(c,5) and ref(c,3)<ref(c,4) and ref(c,2)<ref(c,3) and ref(c,1)<ref(c,2) and l<ref(l,1) and ma5/o<1.1; datouji:=typ1 and tj3 and o<ref(c,5) and o<=ref(c,1) and ref(h,10)/o>=1.17 and hhv(h,10)/llv(l,30)>1.4 and (ma(v,10)/hhv(v,10)>0.5 and v/hhv(v,10)>0.2 and v/hhv(v,10)<0.4 or ref(v,3)>ref(v,2) and ref(v,2)>ref(v,1)) and ref(c,1)/ref(c,2)<=1.02; datouji1:=typ1 and tj3 and o<ref(l,6) and o<min(ref(c,5)and ref(o,5),5) ; drawtext(touji or touji2 or datouji or datouji1,l*0.98,'△'),coloryellow; drawtext(cross(ma(vol,10),ma(vol,20)) and ma(vol,5)>ma(vol,10) and l<ma(c,20) and c>=ma(c,20),l*0.98,'量托'),colorwhite; 卖出:=cross(90,sma(max(close-ref(close,1),0),6,1)/sma(abs(close-ref(close,1)),6,1)*100); drawtext(卖出,h*1.05,'短卖'),colorgreen; c3:=ref(c,1); 涨停:=if((c-c3)*100/c3>=(10-0.01*100/c3),1,0); stickline(涨停,open,close,2,0),colorred; 跌停:=if((c3-c)*100/c3>=(10-0.01*100/c3),1,0); stickline(跌停,open,close,2,0),colorgreen; w1:=c=hhv(c,20); w2:=barslast(w1); w3:=if(w2>0,ref(c,w2),ref(c,w2)); w4:=cross(c,ref(w3,1)); 突破盘整:=w4 and count(w4,5)=1; drawicon(突破盘整,l-0.10,1); 红轨道:=ma(ma(close,3),1),linethick1,coloryellow; 绿轨道:=ma(ma(close,3),3); 上升:if(红轨道>=绿轨道,绿轨道,drawnull),colorred,linethick2; aa1:=3*sma((c-llv(l,9))/(hhv(h,9)-llv(l,9))*100,3,1)-2*sma(sma((c-llv(l,9))/(hhv(h,9)-llv(l,9))*100,3,1),3,1); 加仓:=if(cross(aa1,ref(aa1+0.01,1)) and llv(aa1,2)=llv(aa1,8) and between(aa1,20,60),1,0); 波段底:=(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)); drawicon(加仓,l*0.97,7); drawicon(cross(波段底,3),l*0.97,1); a:=(3*c+l+o+h)/6; x:=(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))/210; mtm:=c-ref(c,1); dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6); cb:=ema(x,13); 卖:=if(hhv(dx,2)=hhv(dx,7) and count(dx>50,2) and cross(ma(dx,2),dx),1,0); drawtext(filter(卖=1,1),high*1.02,'卖'),colorwhite; 买:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0); drawtext(filter(买=1,5),low-0.03,'买'),colorred; rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100; k:=sma(rsv,3,1); d:=sma(k,3,1); j:=3*k-2*d; bdgd:=hhv(j,2)=hhv(j,8) and j>80; 注意:=if(cross(ref(j-0.01,1),j) and ref(bdgd,1),1,0); drawtext(注意 and 卖!=1,high*1.02,'减'),colorffff50; 加仓a:=sma(ema((c-ref(c,1))/ref(c,1),5)*100,3,1)*10; drawtext(filter((cross(加仓a,0) or cross(close,cb)) and 买!=1,3),low-0.03,'加'),color0080ff; ma18:=ma(c,18); 跟:=if(ma18>=ref(ma18,3) and cross(close,ma18),1,0); drawtext(ma18>=ref(ma18,3) and cross(close,ma18),low*0.96,'跟'),color7f52af; 买价:=((c-ref(ma5,1))/5+ma5)*1.004; 买条件:=cross(c,买价) and 买价>ref(买价,1); 醉白k买进:if(买条件,l,h),colorwhite,pointdot; stickline(买条件,h,l,0,1),colorwhite,linethick2; stickline(买条件,o,c,4,1),colorwhite,linethick2; 加码价:=((c-ref(ma10,1))/20+ma10)*1.004; 加码条件:=cross(c,加码价) and 加码价>ref(加码价,1); 醉黄k加码:if(加码条件,l,h),coloryellow,pointdot; stickline(加码条件,h,l,0,1),coloryellow,linethick2; stickline(加码条件,o,c,4,1),coloryellow,linethick2;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文买脉加仓用过非常好的指标下载 通达信指标买脉加仓仅供学习研究。