突破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 and (cross(c,上轨通道1) or 进货);
drawicon(观音收妖,h*1.1,9);
drawtext(上基>0 and ref(下基,1)>0,low*0.67,'买点四'),colorblue;
阶梯上涨:=上基>0 and ref(下基,1)>0 and barslast(上基>0)<30;
drawtext(阶梯上涨,low*0.65,'阶梯上涨'),colorred;
飞天一跃:=c>上轨通道1 and l<下轨通道2;
drawtext(飞天一跃,h*1.12,'飞天一跃'),colorred;
drawicon(如来a<=如来b and ref(如来a,1)>=ref(如来b,1),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;
///主升行情主图///
多:=ema(c,3),coloryellow;
空:=ema(c,5),color00ff00;
均衡:=ema(空,5),colorwhite,;
varf1:=count(cross(多,均衡),2)=1;
varf2:=count(cross(空,均衡),2)=1;
zai:=filter(varf1 and varf2,2);
drawtext(zai,均衡,'主升'),colorff00ff;
vv2:=ref(close,1);
vv3:=sma((close-vv2),6,1)/sma(abs(close-vv2),6,1)*100;
drawicon(ref(vv3,1)>81 and vv3<80,high,2);
drawtext(ref(vv3,1)>81 and vv3<80,high,'●沽空'),coloryellow;
vf1:=ma(close,60)-ma(close,5)/3.2;
drawtext(if(close<vf1 and vol/240>ma(vol,5)/240 and close>=ref(close,1)*1.08 and close<ma(close,13)*1.3,1,0),low,'★底☆'),colorred;
vara:=(close-ref(open,29))/ref(open,29)*100;
varb:=ema(0.667*ref(vara,1)+0.333*vara,5);
drawtext(if(vol>=1.3*ma(vol,5) and count(vara>=varb and vara<-17,3) and ref(low,1)=llv(low,120),1,0),low,'★注意买入');
varr1:=sma(max(close-ref(c,1),0),6,1)/sma(abs(close-ref(c,1)),6,1)*100;
drawicon(cross(82,varr1),high,2);
drawtext(cross(82,varr1),high-0.3,'¤短空'),coloryellow;
var1:=(high+low+open+2*close)/5;
var2:=ref(var1,1);
var3:=sma(max(var1-var2,0),10,1)/sma(abs(var1-var2),10,1)*100;
hy3:=if(count(var3<20,5)>=1 and count(var1=llv(var1,10),10)>=1 and close>=open*1.038 and vol>ma(vol,5)*1.2,1,0);
drawtext(hy3,low,'▲注意买入'),colorred;
s:=ma(vol,5)/ma(vol,60),colorred,,linethick2;
a:=ma(s,5),colorgreen,,linethick2;
bias:=(close-ma(close,5))/ma(close,5)*100;
f:=ma(s,121);
rsv:=(close-llv(low,45))/(hhv(high,45)-llv(low,45))*100;
k:=sma(rsv,15,1);
d:=sma(k,15,1);
j:=3*k-2*d;
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
drawtext(cross(84,rsi) , high+0.25,'●逃顶'),coloryellow ;
s1:=if((j<11 and bias>-11 and cross( s,f) and (s-f)>0.010),2,0),stick,linethick3,colorgreen;
drawtext(s1=2,low,'▲关注'), colorgreen;
中轨:hhv(ma(h,13),13),colorred,linethick2;
趋势:llv(ma(h,13),1),colorgreen,linethick2;
转运1:=多>ref(多,1) and ref(多,1)<=ref(多,2);
转运2:=空>ref(空,1) and ref(空,1)<=ref(空,2);
转运3:=均衡>ref(均衡,1) and ref(均衡,1)<=ref(均衡,2);
转运:=转运1 and 转运2 and 转运3;
drawtext(转运,均衡*0.95,'主升'), colorblue;
短平快:=转运1 and 转运2 and 均衡>趋势 and 均衡>中轨;
drawtext(短平快,均衡*0.99,'主升'), colorred;
主升浪1:=cross(多,趋势) and c>趋势;
主升浪2:=cross(多,中轨) and c>趋势;
drawtext(主升浪1,均衡*0.97,'主升'), coloryellow;
drawtext(主升浪2,多*1.03,'主升'), coloryellow;
drawicon(主升浪1,l*0.97,1);
drawicon(主升浪2,h*1.02,1);
主升浪12主升:主升浪1 and 主升浪2 and zai ,nodraw;
主升浪12主升两日:主升浪1 and 主升浪2 and count(ref(zai,1)=1,2) ,nodraw;
主升浪1主升:主升浪1 and zai ,nodraw;
主升浪1主升两日:主升浪1 and count(ref(zai,1)=1,1) ,nodraw;
短平快or主升:短平快 or zai ,nodraw;
有主升浪:主升浪12主升 or 主升浪12主升两日 or 主升浪1主升 or 主升浪1主升两日 ,nodraw;
所有主升:zai or 主升浪1 or 主升浪2 or 短平快 or 转运 ,nodraw;
///ma3k指标///
ema55:ma(close,55),pointdot,colorcyan;
ema34:=ma(close,34),pointdot,colorgray;
bbi:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4;
up:=bbi + 2.58*std(bbi,10);
loow:=bbi - 2.58*std(bbi,10);
a7:=(ema((open+high+low+close)/4,21)+ema((open+high+low+close)/4,34)+ema((open+high+low+close)/4,68))/3;
var7:=forcast(a7,6);//www.goodgongshi.com
ma3k:var7,pointdot,coloryellow;
stickline(cross(ma3k,ema55) and ma3k>ref(ma3k,1) and ema55>ref(ema55,1),h*1.01,h*1.04,5,1),coloryellow;
stickline(cross(趋势,ma3k) and ma3k>ref(ma3k,1) and 趋势>ref(趋势,1),h*1.03,h*1.07,5,1),colorred;
stickline(cross(ema55,ma3k),l*0.99,l*0.96,5,1),coloryellow;
stickline(cross(ma3k,趋势),l*0.97,l*0.93,5,1),colorred;
{}
上一指标公式:准备拉升指标公式详解 同花顺拉升
下一指标公式:宝然竞价指标公式详解 同花顺竞价
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文主升关注指标公式详解 同花顺关注仅供学习研究。