四条线多头排列有大行情,红线和蓝线是资金长期趋势,紫绿二线是短中期趋势,一旦短二线都上蓝线后,大涨。一旦股价阶段下跌,二短线上升,预示马上中期拉升.出现绿柱第二天稳赚5%以上。
if(periodname<>"日线")
{
统计:"该指标只在日线周期下有效。";
return;
}
r:=((zdmr[-1]+bdmr[-1])-(zdmc[-1]+bdmc[-1]))/shgzg*100;
大单净量:=r;
d3:=ema(ema(r,30),3)*30,color00ffff;
d5:ema(ema(d3,5),3),colorff00cc;
d10:ema(ema(d3,10),3),color22ee22;
d60:ema(ema(d3,60),3),colorliblue;
d120:ema(ema(d3,120),3),colorred;
人:=ref(ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1)/ref(ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1),1)>1,1)<1 and ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1)/ref(ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1),1)>1;
发财:=人 and (ema(ma(dvol*dclose/100,2),2))/100000>ref((ema(ma(dvol*dclose/100,2),2))/100000,1) and (ema(ma(dvol*dclose/100,2),2))/100000/ref((ema(ma(dvol*dclose/100,2),2))/100000,1) ;
短线稳赚:c>ma(amount/v/100,3) and ma(amount/v/100,3)<ref(ma(amount/v/100,3),1) and ref(ma(amount/v/100,3),1)<ref(ma(amount/v/100,3),2)
and ref(ma(amount/v/100,3),2)<ref(ma(amount/v/100,3),3) and 发财;
stickline(短线稳赚>0 and 短线稳赚>=ref(短线稳赚,1),d120,短线稳赚,4,0),colorgreen;
rsv:=(close - llv(low,18))/(hhv(high,18) - llv(low,18))*100;
k:=ema(rsv,3);
d:=ema(k,3);
j:=(3*k-2*d);
关注:if(j<=0,-j*0.08,0),linethick0,nodraw,colormagenta;
stickline(关注>0 and 关注>=ref(关注,1),d120,关注,8,0),colormagenta;
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),d120,金坑,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),d120,追金停,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),d120,突破停,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),d120,追银停,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),d120,追宝停,10,0),colorgreen;
上一指标公式:波段多空能量指标公式详解 同花顺多空能量
下一指标公式:止盈止损提示指标公式详解 同花顺止损
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文短线稳赚2指标公式详解 同花顺稳赚仅供学习研究。