同花顺征全阿启迪指标
突破a:=ref(ema(c,14),1);
a1x:=(ema(c,10)-突破a)/突破a*100;
m9日:=ma(c,9);
基准:=if(a1x>=0,ref(ema(c,17),barslast(cross(a1x,0))+1),ref(ema(c,17),barslast(cross(0,a1x))+1));
准尉:=基准<ref(基准,1);
上基:if(a1x>0,ref(ema(c,17),barslast(cross(a1x,0))+1),drawnull),colorred,linethick2;
下基:if(a1x<0,ref(ema(c,17),barslast(cross(0,a1x))+1),drawnull),color009900,linethick2;
上轨通道1:(1+2/100)*dma(close,abs((2*close+high+low)/4-ma(close,20))/ma(close,20)), colorblue,linethick2;
下轨通道2:(1-6/100)*dma(close,abs((2*close+high+low)/4-ma(close,20))/ma(close,20)),colorgreen,linethick2;
如来a:=ema((close+high+low)/3,5);
如来b:=ref(ema((close+high+low)/3,5),1);
持股:stickline(如来a>如来b,如来a,如来b,4,0),color00ffff;
进货:=如来a>如来b and ref(如来a,1)<ref(如来b,1);
drawicon(进货,l*0.8,7);//www.goodgongshi.com
买点四:=上基>0 and ref(下基,1)>0;
drawtext(买点四,low*0.67,'买点四'),colorblue;
观音:=买点四 and (cross(c,上轨通道1) or 进货);
drawicon(观音,h*1.1,9);
调整再升:=观音 and filter(观音=1,4);
drawtext(调整再升,h*1.2,'调整再升'),colorred;
飞天一跃:=c>上轨通道1 and l<下轨通道2;
drawtext(飞天一跃,h*1.12,'飞天一跃'),colorred;
出货:=如来a<=如来b and ref(如来a,1)>=ref(如来b,1);
drawicon(出货,h*1.1,8);
高位关注:=cross(c,上轨通道1) and c>=ma(c,60);
drawtext(高位关注,l*0.76,'高关'),coloryellow;
中位关注:=cross(c,上轨通道1) and c<ma(c,60);
drawtext(中位关注,l*0.73,'中关'),coloryellow;
jccount:=count(cross(c,上轨通道1),60);
二次关注:=cross(c,上轨通道1) and count(jccount=2,60)=1;
drawtext(二次关注,h*1.09,'二次关注'),colorred;
三次关注:=cross(c,上轨通道1) and count(jccount=3,60)=1;
drawtext(三次关注,h*1.12,'三次关注'),colormagenta;
四次关注:=cross(c,上轨通道1) and count(jccount=4,60)=1;
drawtext(四次关注,h*1.15,'四次关注'),coloryellow;
ssl:=ema(close,3);
mmv:=ema(((slope(close,22) * 20) + close),55);
mm:=ma(mmv,1);
sa:=(mm*0.995);
ss:=(ma(close,5));
dd:=(ma(close,13));
gg:=(ma(close,21));
牛熊分界线:if(((ssl>mm)),mm,drawnull),linethick2,colorff00ff;
熊线:if(ssl<mm,sa,drawnull),linethick2,colorwhite;
牛启步:=ssl>mm and ref(ssl<mm,1)>0;
drawtext(牛启步,h*1.15,'牛启步');
二次进货:=进货 and 上基 and ref(上基,1)>0 and ref(如来a,1)<ref(如来b,1) and v/ref(v,1)>1.3 and v/ref(v,1)<3 and 牛熊分界线>=ref(牛熊分界线,1);
drawtext(二次进货,h*1.1,'二次进货');
阶梯上涨:=上基>0 and ref(下基,1)>0 and 牛熊分界线>llv(牛熊分界线,barslast(观音)) and ssl>mm;
drawtext(阶梯上涨,low*0.65,'阶梯上涨'),colorred;
观音收妖:= 调整再升 and 阶梯上涨;
stickline(观音收妖,l*0.7,h*1.2,0.1,0),coloryellow;
主升舞:=filter(count(cross(ema(c,3),ema(ema(c,5),5)),2)=1 and count(cross(ema(c,5),ema(ema(c,5),5)),2)=1,2)
and cross(ema(slope(1,1)+c,3),ema(slope(1,1)+c,7)) and close/ref(close,1)>1.03;
drawtext(主升舞,h*1.13,'主升舞'),colorff00ff;
买入条件:=cross(3*sma(sma(max(close-ref(close,1),0),16,2)/sma(abs(close/ref(close,1)),16,2)*100,3,1)-2*sma(sma(sma(max(close-ref(close,1),0),16,2)/sma(abs(close/ref(close,1)),16,2)*100,3,1),3,1),sma(sma(sma(max(close-ref(close,1),0),16,2)/sma(abs(close/ref(close,1)),16,2)*100,3,1),3,1)),colorwhite;
drawtext(买入条件,l*0.99,'■'),colorred;
二次买入:=买入条件 and 上基 and ref(上基,1)>0 and v/ref(v,1)>1.3 and v/ref(v,1)<3 and 牛熊分界线>=ref(牛熊分界线,1);
drawtext(二次买入,h*1.1,'二次买入'),coloryellow;
drawtext(cross(ema(c,2), ema(slope(c,21)*20+c,42)),low*0.91,'买票'),colorred;
///征全花仙女///
花之舞:=cross(ema(slope(1,1)+c,3),ema(slope(1,1)+c,7)) and close/ref(close,1)>1.03;
b点:=count (ema(slope(1,1)+c,3)<ema(slope(1,1)+c,7),5)=4 and ema(slope(1,1)+c,3)>=ema(slope(1,1)+c,7);
花仙:=cross(ema(slope(1,1)+c,3),ema(slope(1,1)+c,7)) and ma(close, 5)>ma(close, 60);
花仙女:=b点 and (花仙 or 花之舞);
drawtext(b点 and (花仙 or 花之舞),l*0.85,'花仙女'),colormagenta;
///短线之王///
红线上穿买:=ema(((2*c+h+l)/4-llv(l,5))/(hhv(h,5)-llv(l,5))*27,5),colorred;
红线下穿卖:=ema(红线上穿买,3),colorffff00;
短线启动:=cross(红线上穿买,红线下穿卖) and 红线上穿买>ref(红线上穿买,1);//
drawtext(短线启动,low*0.9,''),colorwhite;
///rsi指标之王///
rsi1:=sma(max(close-ref(close,1),0),6,1)/sma(abs(close-ref(close,1)),6,1)*100;
rsi2:=sma(max(close-ref(close,1),0),12,1)/sma(abs(close-ref(close,1)),12,1)*100;
rsi3:=sma(max(close-ref(close,1),0),24,1)/sma(abs(close-ref(close,1)),24,1)*100;
阿金叉1:=cross(rsi1,rsi2);
阿金叉2:=cross(rsi1,rsi3);
drawtext(阿金叉1,low*0.88,''),colormagenta;
drawtext(阿金叉2,low*0.88,''),colorred;
///dpo指标///
dpo:=close-ref(ma(close,20),10);
madpo:=ma(dpo,6);
dpo金叉:=cross(dpo,madpo);
drawtext(dpo金叉,low*0.89,''),coloryellow;
drawtext(dpo金叉 and 短线启动 and (阿金叉1 or 阿金叉2),low*0.89,'阿启迪'),coloryellow;
mms:=ma(sma((l+h+2*c)/4-ref((l+h+2*c)/4,1),5,1)/sma(abs((l+h+2*c)/4-ref((l+h+2*c)/4,1)),5,1)*100,1)+50;
g1:=if(-mms>95,0,20);
uoo:=(-(((close-llv(close,7))/(hhv(close,7)-llv(close,7))*100=100)>0 and g1)+1);
ks:=(((close - ema(close,13)) / ema(close,13)) * (0 - 100));
ks1:=if(barscount(c)=1,c/10000,(1-c/sma(c,13,1))*100);
趋势线:=ema(((ks / 10) + ema(close,10)),3);
aa:=-100*(趋势线-close)/趋势线;
ac:=(ema(aa,5) );
庄家发钱:=cross(牛熊分界线,上基) and 上基>0;
drawtext(庄家发钱,low*0.81,'庄家发钱'),colormagenta;
中仓:=(cross(c,牛熊分界线) and cross(c,上基)) or (l<牛熊分界线 and l<上基 and c>牛熊分界线 and c>上基 and 牛熊分界线>=ref(牛熊分界线,1));
drawtext(中仓,low*0.85,'中仓'),coloryellow;
重仓:=(cross(c,牛熊分界线) and cross(c,上轨通道1) and cross(c,上基)) or (l<牛熊分界线 and l<上轨通道1 and l<上基 and c>牛熊分界线 and c>上轨通道1 and c>上基 and 牛熊分界线>=ref(牛熊分界线,1));
drawtext(重仓,low*0.81,'重仓'),coloryellow;
drawtext_fix(islastbar,0.05,0.05,0,'s:出货、箭头:带路、红b:进货、钱袋:观音、黄线:观音收妖'),coloryellow;
drawtext_fix(islastbar,0.45,0.05,0,'<使用说明> -->'),colorred;
drawtext_fix(islastbar,0.57,0.05,0,'红色上涨,蓝色下跌,黄色震荡'),colorcyan;
drawtext_fix(islastbar,0.45,0.1,0,'<使用说明> -->'),coloryellow;
drawtext_fix(islastbar,0.57,0.1,0,'买在买点出现当天,卖在获利之时'),colorcyan;
drawtext_fix(islastbar and 观音收妖,0.45,0.2,0,'<买点信号介入价格> -->'),colorred;
drawnumber_fix(islastbar and 观音收妖,0.6,0.2,0,tostring(if(重仓,o,l),2)),colorcyan;
drawtext_fix(islastbar and 观音收妖,0.67,0.2,0,'下方或附近'),colorred;
drawtext_fix(islastbar,0.45,0.15,0,"<当前行情> -->"),colorred;
drawtext_fix(islastbar and (持股 and 上基),0.57,0.15,0,"当前行情处于持股期"),colorred;
drawtext_fix(islastbar and ssl<mm,0.57,0.15,0,"当前行情处于--------------空仓期"),colorgreen;
drawtext_fix(islastbar and (持股 or 上基),0.57,0.15,0,"当前行情处于----低吸或高抛期"),colormagenta;
一带一路:=(进货 or 牛启步 or 买点四) and 如来a>如来b and ssl>mm and 上基;
drawicon(一带一路,l*0.85,1);
mav5:=ma(v,5);
mav10:=ma(v,10);
drawtext(cross(mav5,mav10),low*0.88,'量一'),colorred;
阳包阴:=(ref(c,1)<ref(o,1) and o<ref(c,1) and c>ref(o,1)) or (ref(c,1)>ref(o,1) and o<ref(o,1) and c>ref(c,1));
drawtext(阳包阴,h*1.20 , '阳包阴'),colormagenta;
上一指标公式:同花顺自编主图指标下载
下一指标公式:稳赚3个点指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文同花顺征全阿启迪指标下载仅供学习研究。