本指标是把macd指标做了一些修改,macd的红绿柱改成四色,根据小买小卖结合白黄线的金叉死叉和背离确定买卖点,十分准确;添加了粗白柱抄底提示,细白柱黄金坑提示,牛市中容易逮住主力悄悄建仓的大牛股;添加了追击涨停的绿柱亮绿柱黄柱提示,放心在涨停前几秒钟成交,短线成功率极高,在百分之90以上,必须在封板前几秒钟成交,否则撤单不追,必须是短线,一般不做中长线,如果位置较高的涨停板,可在第二天开盘卖出,要是强势股开始拉升可以持有3到5天,这种情况不多。
rsv1:=(close-llv(low,21))/(hhv(high,21)-llv(low,21))*100;
rsv2:=(close-llv(low,37))/(hhv(high,37)-llv(low,37))*100;
短线:=sma(sma(rsv1,3,1),3,1)+3*std(close,21);
中线:=sma(rsv2,5,1)+2*std(close,37);
rsv3:=(close-llv(low,55))/(hhv(high,55)-llv(low,55))*100;
长线:=sma(rsv3,5,1);
金坑:短线<20 and 中线<20 and 长线<20,colorwhite,nodraw;
stickline(金坑>0 and 金坑>=ref(金坑,1),0,金坑,2,0),colorwhite;
tj1:=ref(c,3)/ref(c,2)>1.045 and ref(c,2)<ref(o,2);
tj2:=between(ref(c,1)/ref(o,1),1.005,0.995) and ref(h,1)/ref(o,1)>1.025 and ref(c,1)/ref(l,1)>1.025 and ref(o,1)<ref(c,2);
追金停:c/ref(c,1)>1.09 and c=h and tj1 and tj2,coloryellow,nodraw;
stickline(追金停>0 and 追金停>=ref(追金停,1),0,追金停,10,0),coloryellow;
ty:=h;aa1:=ref(ty,10)=hhv(ty,2*10+1);
ba1:=filter(aa1,10);
ca1:=backset(ba1,10+1);
hd:=filter(ca1,10);
前期高位:=ref(h,barslast(hd));
zt:=c/ref(c,1)>1.09 and c=h;
突破停:cross(c,前期高位) and zt,coloryellow,nodraw;
stickline(突破停>0 and 突破停>=ref(突破停,1),0,突破停,10,0),coloryellow;
t:=if((barscount(c) > 7),(100)*((ma(c,7))/(llv(ma(c,7),7)) - 1),1);
n:=if((t > 0.35),6,65);
w:=((-((100)*(hhv(h,n) - c))/(hhv(high,n) - llv(l,n))));
rv:=(close-llv(low,27))/(hhv(high,27)-llv(low,27))*100;
rg:=(close-llv(low,5))/(hhv(high,5)-llv(low,5))*100;
j0:=(high+low)/2;
qj:=ema(j0,3);
j1:=if(close>qj,vol,0);
j2:=if(close<qj,vol,0);
bb:=ma(sum(j1-j2,22),3);
累加:=21*bb+20*ref(bb,1)+19*ref(bb,2)+18*ref(bb,3)+17*ref(bb,4)
+16*ref(bb,5)+15*ref(bb,6)+14*ref(bb,7)+13*ref(bb,8)+12*ref
(bb,9)+11*ref(bb,10)+10*ref(bb,11)+9*ref(bb,12)+8*ref(bb,13)
+7*ref(bb,14)+6*ref(bb,15)+5*ref(bb,16)+4*ref(bb,17)+3*ref
(bb,18)+2*ref(bb,19)+ref(bb,20);
wma1:=累加/(21+1)/21*2;
cc:=wma1;
var3:=(bb-cc);var4:=sma(rv,3,1);
var5:=sma(var4,3,1);
kk:=ema(sma(rg,3,1),2);
dd:=sma(kk,3,1);
追银停:cross(w,-2) and cross(var4,var5) and cross(kk,dd),colorligreen,nodraw;
stickline(追银停>0 and 追银停>=ref(追银停,1),0,追银停,10,0),colorligreen;
tj1:=ref(cross(ma(c,5),c),1) and cross(c,ma(c,5));
tj2:=ref(cross(ma(c,10),c),1) and cross(c,ma(c,10));
tj3:=ref(cross(ma(c,20),c),1) and cross(c,ma(c,20));
tj4:=tj1 or tj2 or tj3;
追宝停:ref(c,2)/ref(c,1)>=1.045 and ref(c,1)<ref(o,1) and c/ref(c,1)>1.09 and c=h and tj4,colorgreen,nodraw;
stickline(追宝停>0 and 追宝停>=ref(追宝停,1),0,追宝停,10,0),colorgreen;
个股:=ema(100*(c-llv(low,34))/(hhv(h,34)-llv(low,34)),3),color1010ff;
黑马:if(cross(个股,9),1,0)*0.5,stick,linethick6,coloryellow;
drawtext(cross(个股,9),1,'黑马!')*0.5,color00ff00;
aa:=(o+h+l+c)/4;
a1:=hhv(aa,15);
a2:=llv(aa,15);
a3:=a1-a2;
a4:=ema((aa-a2)/a3,2)*9;
rsv:= (hhv(high,3)-close)/(hhv(high,3)-llv(low,3))*10;
空:=sma(rsv,2,1)/5;
多:=a4;
stickline(空>1.3 and 多<0.3 and c*0.02<(ema(c,5)-c),0,abs(sma(max(macd,0),5,1)-abs(macd))*0.5,8,0),colorwhite;
抄底粗白:0,colorwhite;
diff : ema(close,12) - ema(close,26),colorwhite;
dea : ema(diff,9),coloryellow;
macd=2*(diff-dea);
zero : =0;
gj:=max(c,o);
stickline(macd>0 and macd>=ref(macd,1),0,macd,4,0),color0000ff;
stickline(macd>0 and macd<ref(macd,1),0,macd,4,0),colorffff00;
stickline(macd<0 and macd>=ref(macd,1),0,macd,4,0),colorff00ff;
stickline(macd<0 and macd<ref(macd,1),0,macd,4,0),color00ff00;
a0:=diff<0 and dea<0;
a11:=a0>ref(a0,1);
a3:=barslast(a11);
a4:=count(dea>0 and diff >0,a3)=0;
a5:=cross(diff ,dea);
a6:=barslast(a5);
a7:=ref(a6,a6+1)+a6;
a8:=(diff+dea)/2;
a9:=(high+low)/2;
a10:=a5 and a7<a3 and a4 and a8>ref(a8,a7) and a9<ref(a9,a7) and macd>0;
drawtext(a10,diff*0.95,'★金叉买入'),coloryellow;
上一指标公式:★花神★测试公式 同花顺测试
下一指标公式:主力进出货公式 同花顺主力
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文万能附图公式 同花顺附图仅供学习研究。