低吸入市升势建仓源码下载:
var1:=(c-ref(c,1))/ref(c,1);
var2:=(indexc-ref(indexc,1))/ref(indexc,1);
varq2:=ref(low,1);
varq3:=sma(abs(low-varq2),13,1)/sma(max(low-varq2,0),13,1)*100;
个股:=ema(sum(var1,20),5);
大盘:=ema(sum(var2,20),5);
领涨:=(个股-大盘)>=0;
varq4:=ema(if(close*1.2,varq3*13,varq3/13),13);
varq5:=llv(low,34);
varq6:=hhv(varq4,34);
var3:=(c-llv(l,125))/(hhv(h,125)-llv(l,125))*100;
var4:=sma(var3,72,1);
var5:=sma(var4,34,1);
varq7:=if(llv(low,55),1,0);
varq8:=ema(if(low<=varq5,(varq4+varq6*2)/2,0),3)/618*varq7;
varq9:=ema(close,5);
中线趋势:=3*var4-2*var5;
中线趋势升:=(中线趋势-ref(中线趋势,1))>=0;
varq10:=(close-ma(close,34))/ma(close,34)*(-10);
varq11:=ema(if(low<=varq5,(varq4+varq6*2)/2,0),3)/618*varq7*(-1);
varq12:=ema(close,5)*(-1);
均五升:=(ma(c,5)-ref(ma(c,5),1))>=0;
均十升:=(ma(c,10)-ref(ma(c,10),1))>=0;
stickline(均五升 and 均十升 and 中线趋势升,
0+0.5,0-0.5,6,1),colorffff00,linethick1;
stickline(varq8>ref(varq8,1),
0,varq8,6,1),color10ffff,linethick3;
备钱:if(varq8>ref(varq8,1),0,varq8),color0fffff;
强势:if(均五升 and 均十升 and 中线趋势升 and 领涨,4,0),colorred;
stickline(varq11>ref(varq11,1),0,varq11,6,1),colorfff810;
界:0,colorffffff,linethick1;
var6:=(2*c+h+l)/4;
var7:=llv(l,27);
var8:=hhv(h,27);
xl1:=ma(low,2)*0.96;
xl2:=ma(low,26)*0.85;
操作:ema((var6-var7)/(var8-var7)*100,13)-50,linethick1,coloryellow;
趋势:ema(0.618*ref(操作,1)+0.382*操作,3),colorgreen,linethick1;
xl3:=ref(xl1,1)<xl2 and ref(xl1,1)<xl1 and ref(xl1,1)<ref(xl1,2);
stickline(xl3,0,varq8*3,8,0),colorred;
stickline(操作>趋势 and 操作>=ref(操作,1),
操作+5,趋势-1,3.5,0),colorred,linethick2;
stickline(操作>=趋势,趋势,趋势,3.5,0),coloryellow,linethick2;
启动:if(xl3,0,varq8*3),colorred;
stickline(操作<趋势,趋势+0.5,趋势-0.5,3.5,0),colorffff00,linethick2;
stickline(强势=4,操作+6,趋势-1,4,0),colorff99ff;
va:=(2*c+h+l)/4;//www.goodgongshi.com
vb:=llv(l,5);
vc:=hhv(h,5);
强弱界:0,colorwhite;
stickline(操作>=趋势 and 均五升 and 均十升 and
中线趋势升,趋势-3,趋势-7,4,0),color64a0e6;
红线上穿买:ema((va-vb)/(vc-vb)*27,5),colorred;
红线下穿卖:ema(红线上穿买,3),colorffff00;
运动:=if(操作>=趋势 and 均五升 and 均十升 and 中线趋势升 and 趋势<0,1,0);
买进:if(运动=1 and count(运动=1,5)=1,8,0),colorgreen,linethick1;
散户:= ema(((2*close+high+low)/4-llv(low,5))/(hhv(high,4)-llv(low,5))*100,4);
庄家:= ema(0.667*ref(散户,1)+0.333*散户,2);
drawtext(买进=8,操作,'买进'),coloryellow;
drawtext(cross(散户,庄家) and 散户<30,5,'低进'),color00ff00;
drawtext(cross(庄家,散户) and 散户>70,21,'高出'),color00ff00;
bias1:=(c-ma(c,6))/ma(c,6)*100;
bias2:=(c-ma(c,12))/ma(c,12)*100;
极品底 :if((ma(c,5)-c)/c>0.04 and (ma(c,10)-ma(c,
5))/ma(c,5)>0.04,23,0),linethick2,colorff00ff;
bias3:=(c-ma(c,24))/ma(c,24)*100;
bias:=(bias1+2*bias2+3*bias3)/6;
drawicon(极品底=23,23,1),linethick2,colorffffff;
乖离:=ma(bias,3);
准备:stickline(乖离<-6 and 乖离>=-12,-6,0,6,1 ),color33ffcc;
抄底一:if(乖离<-12 and 乖离>=-18,-12,0),colormagenta,stick;
rsv:=(((close-llv(low,9))/(hhv(high,9)-llv(low,9)))*100);
stickline(乖离<-12 and 乖离>=-18,-12,0,6,0) ,color33cccc;
抄底二:if(乖离<-18,-18,0),colorbrown,stick;
stickline(乖离<-18,-18,0,6 ,0) ,color3399cc;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
抄底:if(买进=8 and count(乖离<-12,10)>=1,10,0),linethick0,colorred;
x:=llv(j,2)=llv(j,8);
stickline(抄底=10,10,0,10,1),colorred;
drawtext(抄底=10,10,'←抄底'),coloryellow;
drawtext(cross(j,ref(j+0.01,1)) and x and j<19,2,'低进'),colorffff00;
上一指标公式:BIAS横盘资金突破抄底下载
下一指标公式:荣耀短波搏庄看盘主图下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文低吸入市升势建仓下载仅供学习研究。