hsl:=v/capital*100;
dif1:=ema(dclose,12)-ema(dclose,26);
dea1:=ema(dif1,9);
aaa1:=(dif1-dea1)*2*60;
短线宝:cross(aaa1-ref(aaa1,1),7) and dif1>=dea1 and hsl>3,colorgreen,nodraw;
stickline(短线宝>0 and 短线宝>=ref(短线宝,1),0,短线宝,5,0),colorgreen;
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);//www.goodgongshi.com
金坑:短线<20 and 中线<20 and 长线<20,colorwhite,nodraw;
stickline(金坑>0 and 金坑>=ref(金坑,1),0,金坑,2,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,1,0),color0000ff;
stickline(macd>0 and macd<ref(macd,1),0,macd,1,0),colorffff00;
stickline(macd<0 and macd>=ref(macd,1),0,macd,1,0),colorff00ff;
stickline(macd<0 and macd<ref(macd,1),0,macd,1,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;
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;
z,:=(h-l)/ref(c,1)*100;"下边写了振幅大于10";
//www.goodgongshi.com
m5:=ema(c,5);
m10:=ema(c,10);
m20:=ema(c,20);
hsl:=v/capital*100;
v1:=c>m5 and m5>m10 and m10>m20 and c>ref(c,1) and m5>ref(m5,1)
and m10>ref(m10,1) and m20>ref(m20,1) and c/o>1.03 and (h-c)/c<0.02;"这是黄短期均线多头排列";
v2:=v>ref(v,1)*1.3 and hsl>3;"这是换手率大于3";
v3:=v/ref(ma(v,5),1)>1.5;"这是量比大于1.5";
大60度且5日线:=atan((ma(c,5)/ref(ma(c,5),1)-1)*100)*180/3.14159>60;"这是5日线大于60度角";
开始拉升:z,>10 and v1 and v2 and v3 and 大60度且5日线,coloryellow,nodraw;
stickline(开始拉升>0 and 开始拉升>=ref(开始拉升,1),0,开始拉升,8,0),coloryellow;
a1:=cross(diff,dea);
a2:=cross(ma(v,5),ma(v,10));
奔牛:a1 and a2 and v1 and 大60度且5日线,colormagenta,nodraw;
stickline(奔牛>0 and 奔牛>=ref(奔牛,1),0,奔牛,8,0),colormagenta;
ma5:=ema(c,5);
ma10:=ema(c,10);
mv5:=ema(v,5);
mv10:=ema(v,10);
k:="kdj.k"(9,3,3);
d:="kdj.d"(9,3,3);
v1:=ma5>ref(ma5,1) and ma10>ref(ma10,1) and c>ref(c,1) and c/o>1.01;
vv1:=mv5>ref(mv5,1) and mv10>=ref(mv10,1) and v>ref(v,1)*1.2 ;
kd1:=k>ref(k,1) and d>=ref(d,1);
va:=count(cross(k,d),4)>=1 and count(cross(ma5,ma10),4)>=1 and
count(cross(mv5,mv10),4)>=1;
dif:=ema(close,12)-ema(close,26);
dea:=ema(dif,9);
macd:=2*(dif-dea);
a1:=cross(dif,dea);
a2:=ref(a1,1);
a3:=count(a2,21);
a4:=ma(c,5)>=ma(c,10) and ma(c,10)>=ma(c,30) and ma(c,30)>=ma(c,60)
and ma(c,60)>=ma(c,120) and ma(c,120)>=ma(c,250) ;
st:=strfind(stkname,'st',1)>0;
s:=strfind(stkname,'s',1)>0;
停牌:=(dynainfo(4)=0);
关注:if(v1 and vv1 and kd1 and va,1,0) and a1 and a3 and a4 and not(st) and not(停牌) and not(s),colorligray,linethick1;
drawtext(关注,1.1,"关注"),colorligray,linethick2;股票
上一指标公式:运达天天指标下载 同花顺运达
下一指标公式:CYMA算术平均和移动平均指标下载 同花顺算术CYMA
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文中线宝LM指标下载 同花顺中线仅供学习研究。