过滤提纯低进资金选股指标
aj:=vol*close;
bj:=sum(aj,1)/sum(vol,1);
b1j:=ema(bj,8);
主力j:=(bj-b1j)*100/bj;
drawband(主力j,rgb(250,180,80),0,rgb(0,180,180));
drawband(3*(ema(c,3)-ema(c,8)-ema(ema(c,3)-ema(c,8),20))*2,rgb(250,0,00),0,rgb(0,80,180));
ma1:=ma(close,5);
ma2:=ma(close,10);
ma3:=ma(close,30);
ma4:=ma(close,60);
xg:count(c>ma(c,5),3)=3{连续5日最低价大于5日均线} and ma2>ma3 and ma1>ma4 and ma4>ma3 and ma4>=ma2 and ref(ma2,3)<ref(ma3,3);
rsvv:=(close-llv(low,10))/(hhv(high,10)-llv(low,10))*100;
varb2:=(rsvv/2+22)*1;
量:=ema(vol,13);
资金:=ema(amount,13);
过滤:=((资金 /量) / 100);
提纯:=(((close -过滤) / 过滤) * 100);
黄金:=((提纯 < (0)) and zxnh);
低进:if(黄金 and rsvv<varb2-2,2,0);
x:=(h-max(c,o))/abs(c-o)>2 and ref(l,1)/hhv(h,5)<0.96 and ref(h,4)=ref(hhv(h,4),1) and o/ref(c,1)>1.01 and o/ref(c,1)<1.04;
sk:=count(c/ref(c,1)<1.03,3)=3 and ref(count((c+o)<ref(c+o,1),2)=2,1) and ref(hhv(h,20),1) =ref(hhv(h,4),1);
x4:=(h-max(c,o))/abs(c-o)>2 and ref(l,1)/hhv(h,6)<0.95 and ref(h,5)=ref(hhv(h,5),1) and o/ref(c,1)>1.01 and o/ref(c,1)<1.04;
sk4:=count(c/ref(c,1)<1.03,4)=4 and ref(count((c+o)<ref(c+o,1),3)=3,1) and ref(hhv(h,20),1) =ref(hhv(h,5),1);
短线狙击:((x and sk) or (x4 and sk4)) ;
{好公式网www.goodgongshi.com}
ma111:=ma(close,20);
ma112:=ma(close,40);
ma113:=ma(close,60);
a11:=open<ma111 or open<ma112 or open<ma113;
a12:=c>max(ma111,max(ma112,ma113));
a13:=v/ma(v,30)>1.2;
a14:=c/ref(c,1)>1.049;
生命:=expma(expma(close,50),1);
半:=ma(close,125);
年:=ma(close,240);
涨幅%:=(c-ref(c,1))/ref(c,1)*100;
换手率%:=hsl;
条件:=c>生命 and 生命>半 and 半>年 and 涨幅%>6.5 and 换手率%>6;
黑马:=a11 and a12 and a13 and a14 and 条件;
ma5:=ma(close,120);
a:=max(max(max(ma1,ma2),max(ma3,ma4)),ma5);
b:=min(min(min(ma1,ma2),min(ma3,ma4)),ma5);
ll:=barslast(o<=b and c>=a )=0;
kk: ll and 黑马;
m2:=ema(c,2);
m18:=ema(c,18);
买点:=if(cross(m18,m2),5,0* 10000),colorff00ff,linethick2;
明天卖:买点 and 低进 coloryellow,linethick3;
ktb:=sma((close-llv(low,9))/(hhv(high,9)-llv(low,9))*100,3,1);
dtb:=sma(ktb,3,1);
jtb:=3*ktb-2*dtb;
di:="macd.macd">0;
准确出击:cross(close,ref(ema(dma((((high+low)+(close*2))/4.15),0.9),3),1))and jtb<55 and di;
x1:=(c-ref(c,1))/ref(c,1)*100>=3;
x2:=count( every(c>o,2),barslast( every(c>o,2)=0))=1&& every(c>o,2);
预选:=(x1||x2)*4,colorgreen;{//选出放在自选池中关注}
x3:=x1&& every(c>o,2);
x44:=cross(ref(c,1),l);
x5:=filter(x2||x3||x44,3)&&ref(x1,1);
低位介入:=(filter(x3||x5,3)&&ref(预选,1));
每日3%:预选 and 低位介入;
买入必涨:(((((close / ref(close,1)) >= 1.07) and ((high / close) < 1.005)) and ((ma (close,90) / close) >1.48)))*1.5;
var1d:=(indexc-ma(indexc,58))/ma(indexc,58)<-0.152;
var2d:=(c-ema(c,58))/ema(c,58)<-0.19;
中短买入:count(var2d and var1d,2);
aa8:=llv(l,34);
xd:=sma(abs(l-ref(l,1)),34,1);
cd:=sma(max(l-ref(l,1),0),34,2);
收盘买:=-(ema(if(l<=aa8,xd/cd,-3),9));
明天卖2:收盘买<0 and 收盘买>ref(收盘买,1) and ref(every(收盘买<ref(收盘买,1),3),1);
cyc13:=0.01*expma(amount,13)/expma(vol,13);
cys:=(close-cyc13)/cyc13*100;
平衡:=0;
rsvx:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k:=sma(rsvx,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
a1:=cross(j,ref(j+0.01,1)) and j<20;
yx:=c<o;
低点介入:"zxnh.zxnh" and cys<0 and a1 and ref(yx,1);
aa:=ref(ma(c,5),1)<ma(c,5) ;
ff:=ema(close,3);
ma15:=ema(close,21);
bb:=cross(c,ma(c,5)) and cross(c,ma(c,10)) ;
cc:=cross(c,ma(c,20)) and ref(c<o,1) and ref(c<o,2);
主升浪:(cross(ff,ma15) and aa and bb and cc)*3,colorred ;
lc:=ref(close,1);
aav:=(close-ma(close,34))/ma(close,34)*100;
xgv:=cross(-13,aav);
rsi:=(sma(max(close-lc,0),21,1)/sma(abs(close-lc),21,1)*20);
bbv:=ma(rsi,34);
ccv:=bbv-2.5*std(rsi,34);
cf:=c>l;
成功率87.3%:(xgv and cf and rsi<ccv)*3,colorgreen;
a01:=(c-llv(low,3))/(hhv(high,3)-llv(low,3));
a11a:=sma(a01,2,1);
a21:=sma(a11a,2,1);
a31:=3*a11a-2*a21 ;
a41:=2*a31-0.5;
生命线:=c*(1-(a41-a21)/15),colorblue,linethick2;
a线:=hhv(h,20);
b线:=llv(l,20);
c线:=(a线+b线)/2;
做多线:=if(c线,c线,drawnull)colorff00ff,linethick2;
进场:(cross(生命线,做多线) and ref(做多线,1)<做多线 and c>生命线)*5;
上一指标公式:低吸伏击天生赢家主图指标下载
下一指标公式:未来压力线主图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文过滤提纯低进资金选股指标下载仅供学习研究。