最实用的财智人生指标
1.持股 持币区域明确;
2.买点 卖点多信号确认;
3.趋势反应准确,好好验证琢磨,必有帮助。
f1:=zig(3,10);
买卖:if((f1> ref(f1,1)),-1,100)coloryellow,linethick5;
stickline(买卖>-80 , 买卖,0 ,4,0),colorlicyan,linethick1;
fi:=zig(3,20);
方向i:if((fi> ref(fi,1)),95,87),colormagenta,linethick5;
if(方向i<=ref(方向i,1),方向i,drawnull),color00ff00,linethick3;
f0:=zig(3,6);
方向:if((f0> ref(f0,1)),95,88),colorred,linethick3;
if(方向<=ref(方向,1),方向,drawnull),colorgreen,linethick2;
varr24:=llv(low,36);
varr25:=hhv(high,30);
varr26:=ema((close-varr24)/(varr25-varr24)*4,4)*25;
varb27:=(((close-llv(low,9))/(hhv(high,9)-llv(low,9))*100)/2+22)*1;
varb28:=(((close -(((ema(amount,13) /ema(vol,13)) / 100))) / (((ema(amount,13) /ema(vol,13)) / 100))) * 100);
绝底:(((varb28 < (0)) and zxnh) and ((close-llv(low,9))/(hhv(high,9)-llv(low,9))*100)<varb27-2 and varr26<10)*110,stick,colorwhite;
mac3:=(atan((ma(c,3)/ref(ma(c,3),1)-1)*100)*180/3.14115926);
m3:=ma(mac3,3);
aai:=ployline(cross(mac3,m3),m3);
aab:=ployline(cross(m3,mac3),mac3);
低买明涨:=count(cross(mac3,m3),aai<ref(aai,3) and aab>ref(aab,3))*110,stick,color0066ff;
次日低买:= if(troughbars(3,15,1)=0 and high>low+0.01,8,-8),colorwhite,linethick2;
次日高卖:= if(peakbars(3,15,1)=1,90,104),colorcyan,linethick2;
k走势:ema(100*(close-llv(low,60))/(hhv(high,60)-llv(low,60)),10),linethick2,colorwhite;
at1:=c/ref(c,1)<1;
at2:=l<=ema(c,60);
at3:=c>=ema(c,60);
at4:=ema(c,20)>ref(ma(c,20),2);
阴低买:=(at1 and at2 and at3 and at4)*50,stick,colorwhite,linethick3;
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),4.1,1)/sma(abs(close-lc),4.1,1)*100;
低买反弹:cross(rsi,11)*45,stick,coloryellow,linethick3;
ai7:=c-ref(c,1);
ai8:=100*ema(ema(ai7,5),5)/ema(ema(abs(ai7),5),5);
short:=3; long:=10;
rma:=ema(close,short);
nma:=ema(close,long);
上升:=drawline(l=llv(l,barslast(cross(nma,rma))+1)
,llv(l,barslast(cross(nma,rma))+1),
h=hhv(h,barslast(cross(rma,nma))+1),hhv(h,barslast(cross(rma,nma))+1),0),colorlired;
下降:=drawline(h=hhv(h,barslast(cross(rma,nma))+1),
hhv(h,barslast(cross(rma,nma))+1),l=llv(l,barslast(cross(nma,rma))+1)
,llv(l,barslast(cross(nma,rma))+1),0),colorlicyan,linethick3;
涨势区:if((every(下降>=ref(下降,1),1)),8,0)stick,colormagenta,linethick3;
跌势区:if((every(下降>=ref(下降,1),1)),0,14)stick,colorligreen,linethick4;
底部进场: (zig(3,6)>ref(zig(3,6),1)and ref(zig(3,6),1)<ref(zig(3,6),2))*10,volstick,colormagenta;
买进:(llv(ai8,5)=llv(ai8,7) and count(ai8<0,5) and
cross(ai8,ma(ai8,5))) and ref(下降,1)<ref(下降,2) and 上升>ref(下降,1),stick,colorwhite,linethick8;
var1aa:=zig(3,10)<ref(zig(3,10),1) and ref(zig(3,10),1)>ref(zig(3,10),2);{zig 有未来}
var2aa:=zig(3,10)>ref(zig(3,10),1) and ref(zig(3,10),1)<ref(zig(3,10),2);
逢低买入:if(var2aa and count(var2aa,3)=1,90,0),stick,linethick1,colorred;
逢高卖出:if(var1aa and count(var1aa,3)=1,88,0),stick,linethick1,colorcyan;
stickline(var2aa,0,10,2,0),colorred;
stickline(var1aa,115,88,1,0),colorcyan;
rsv:=(close-llv(low,10))/(hhv(high,10)-llv(low,10))*100;
k0:=sma(rsv,3,1);
d0:=sma(k0,3,1);
j:=3*k0-2*d0;
stickline(j>ref(j,1),j,ref(j,1),3,0),color0044ff;
stickline(j>ref(j,1),j,ref(j,1),1.5,0),color0088ff;
stickline(j>ref(j,1),j,ref(j,1),0,0),color00aaff;
stickline(j<ref(j,1),j,ref(j,1),3,0),colorff4400;
stickline(j<ref(j,1),j,ref(j,1),1.5,0),colorff8800;
stickline(j<ref(j,1),j,ref(j,1),0,0),colorffaa00;
k:=k0,coloryellow;d:=d0,colorwhite;
a:ma(-100*(hhv(high,20)-close)/(hhv(high,20)-llv(low,20)),15)linethick2,colorcyan;
b:-100*(hhv(high,10)-close)/(hhv(high,10)-llv(low,10))linethick2,colorlired;
dy:ema(-100*(hhv(high,20)-close)/(hhv(high,20)-llv(low,20)),5)linethick2;
rv:=(close-llv(low,2))/(hhv(high,2)-llv(low,2))*100;
rg:=(close-llv(low,2))/(hhv(high,2)-llv(low,2))*100;
vr4:=sma(rv,2,1);
vr5:=sma(vr4,2,1);
kk:=ema(sma(rg,2,1),2);
var2:=(h+l+c*2)/4;
var3:=ema(var2,5);
var4:=std(var2,5);
var5:=(var2-var3)*100/var4;
var6:=ema(var5,3);
cb:(ema(var6,5)+100)/2-3,colorgreen,linethick2;
cg:hhv(cb,3)colorred,linethick2;
xl2:(llv(l,3)=llv(l,60) and c/ref(c,1)>=1.04)*20;
xl3:=(c-ema(c,20))/ema(c,21)*100;
xl4:=cross(xl3,-20);{爆破}
xl5:=llv(l,3)=llv(l,120) and c/ref(c,1)>=1.06; {爆炸}
xl6:(c-ma(c,20))/ma(c,20)*100;
xl7:=cross(xl6,-20);{启爆}
爆破:stickline(xl4>0,0,-50,1,0),colorred;{红色}
启爆:stickline(xl7>0,0,-40,0.2,0),colord9ffcd;{青色}
爆炸:stickline(xl5>0,0,-30,0.3,0),colormagenta;{浅红}
爆点:stickline(xl2>0,0,-20,0.1,0),colorwhite;{白色};
ar1:=ema(open,5);
ar2:=ema(ar1,20);
ar3:=cross(ar1,ar2);
ar5:=ema(sma((close-llv(low,20))/(hhv(high,10)-llv(low,20))*100,8,1),3);
短买:if(troughbars(1,6,1)=0 and high>low+0,-88,-100),linethick2,colormagenta;
短卖:if(peakbars(2,9,1)=1,80,95),colorliblue;
中买 : if(troughbars(3,18,1)=0 and high>low+0.1,-88,-101),colorlimagenta,linethick2;
中卖: if(peakbars(2,15,1)=0,90,100),colorgreen;
全买: (zig(3,30)>ref(zig(3,30),1) and ref(zig(3,30),1)<ref(zig(3,30),2))
*-90,stick,colorred,linethick2;
全卖: (zig(3,30)<ref(zig(3,30),1) and ref(zig(3,30),1)>ref(zig(3,30),2))
*-100,stick,colorgreen,linethick2;
顶:(filter(backset(filter(ref(c,10)=hhv(c,2*10+1),10),10+1),10))*122,stick,colorgreen,linethick1;
底:(filter(backset(filter(ref(c,10)=llv(c,2*10+1),10),10+1),10))*50,stick,colorred,linethick2;
a7:=c-ref(c,1);
a8:=100*ema(ema(a7,5),5)/ema(ema(abs(a7),5),5);
shor:=10; lon:=20;
rm:=ema(close,shor);
nm:=ema(close,lon);
up:=-drawline(l=llv(l,barslast(cross(nm,rm))+1),llv(l,barslast(cross(nm,rm))+1),h=hhv(h,barslast(cross(rma,nma))+1),hhv(h,barslast(cross(rma,nma))+1),0),colorred,linethick2;
down:=-drawline(h=hhv(h,barslast(cross(rma,nma))+1),hhv(h,barslast(cross(rma,nma))+1),l=llv(l,barslast(cross(nma,rma))+1),llv(l,barslast(cross(nma,rma))+1),0)colorgreen,linethick2;
明日高卖:((llv(a8,2)=llv(a8,7) and count(a8<0,2) and cross(a8,ma(a8,2))) and ref(down,1)<ref(down,2) and up>ref(down,1))*10,stick,colorred,linethick2;
irv:=(close-llv(low,2))/(hhv(high,2)-llv(low,2))*100;
irg:=(close-llv(low,2))/(hhv(high,2)-llv(low,2))*100;
ivr4:sma(irv,2,1),linethick2,colormagenta;
ivr5:=sma(ivr4,2,1);
ikk:ema(sma(irg,2,1),2),linethick2,colorcyan;
f:=100*(c-ref(c,1))/ref(c,1);
今小昨:=if(c<ref(o,1) and f<0,1,0);
s1:=今小昨;
今小前:=if(c<ref(o,2) and f<0,1,0),linethick3;
s2:=今小前;
a1:=s1=0 and ref(s1,1)=1 and s2=0 and ref(s2,1)=1 and cross(zig(3,3) ,ref(zig(3 ,3),1));
a2:=s1=0 and ref(s1,1)=1 and s2=0 and ref(s2,1)=1 and cross(zig(3,5) ,ref(zig(3 ,5),1));
a3:=s1=0 and ref(s1,1)=1 and s2=0 and ref(s2,1)=1 and cross(zig(3,10) ,ref(zig(3 ,10),1));
stickline(a1 and a2 ,0,8,1,0)colorred;
stickline(a1 and a2 and a3,0,10,1,0)colormagenta;
volume:=vol;
主力启动线:=ma(vol,5);
主力洗盘线:=ma(vol,20);
资金异动线:=ma(vol,60);
v1:=close/ref(close,3)>=1.03;
v2:=backset(v1,2);
拼命买:=if(v2 and count(v2,2)=1,1,0)*16,colorwhite;
stickline(拼命买>0,0,18,0.1,0);
ck:=ref(ma(c,3),1);
拐头买卖:=(c-ref(ck,3))/llv(c,10)*300,colorcyan,linethick1;
fl:=100*(c-ref(c,1))/ref(c,1);
jd:=if(c<ref(o,1) and fl<0,1,0);
sl1:=jd;
mr:=if(c<ref(o,2) and f<0,1,0);
sl2:=mr;
al1:=sl1=0 and ref(sl1,1)=1 and sl2=0 and ref(sl2,1)=1 and cross(zig(3,3) ,ref(zig(3 ,3),1));
al2:=sl1=0 and ref(sl1,1)=1 and sl2=0 and ref(sl2,1)=1 and cross(zig(3,5) ,ref(zig(3 ,5),1));
al3:=sl1=0 and ref(sl1,1)=1 and sl2=0 and ref(sl2,1)=1 and cross(zig(3,10) ,ref(zig(3 ,10),1));
stickline(al1 and al2 and al3,100,108,1,0);
stickline(al1 and al2 and al3,100,105,1,0),colorff00ff;
上一指标公式:注意突破口主图下载
下一指标公式:我5多周期均线主图下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文最实用的财智人生指标下载仅供学习研究。