选股指标红衣侠女,很好的技术指标。均线55以上可用。
//{老鼠仓}
ff1:=l<amount/v*0.9 and (c-ref(c,1))/ref(c,1)*100>1.2 and l<ma(c,5)*0.921 and v<ma(v,5)*1.5;
drawtext(ff1,low*0.96,'老鼠仓'),color4080ff;
drawtext( cross(ma(c,3) , llv(ma((low+high+close+o)/4,6),88)),l*0.93, '试'),colorred;
drawtext( cross(1.86*ema(close,5)-ema(close,13) , llv(ma((low+high+close+o)/4,6),88)),l*0.85, '加仓'),colorred;
drawtext( cross(ma(c,3) ,hhv(ma((low+high+close+o)/4,5),58)) and c>hhv(ma((low+high+close+o)/4,5),58),h*1.03 , '追'),colorred;
drawtext(cross(ema(c,2), ema(slope(c,21)*20+c,42)),low*0.91,'买票'),colorred;
drawtext((barscount(c)+0)/34=floor((barscount(c)+0)/34),h*1.08,'时间窗'),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;
持股:stickline(ema((c+h+l)/3,5)>ref(ema((c+h+l)/3,5),1),ema((c+h+l)/3,5),ref(ema((c+h+l)/3,5),1),4,0),color00ffff;
进货:=ema((c+h+l)/3,5)>ref(ema((c+h+l)/3,5),1) and ref(ema((c+h+l)/3,5),1)<ref(ref(ema((c+h+l)/3,5),1),1);
drawicon(进货,l*0.8,7);//www.goodgongshi.com
drawicon(ema((c+h+l)/3,5)<=ref(ema((c+h+l)/3,5),1) and ref(ema((c+h+l)/3,5),1)>=ref(ref(ema((c+h+l)/3,5),1),1),h*1.1,8);
上基:if((ema(c,10)-ref(ema(c,14),1))/ref(ema(c,14),1)*100>0,ref(ema(c,17),barslast(cross((ema(c,10)-ref(ema(c,14),1))/ref(ema(c,14),1)*100,0))+1),drawnull),colorred,linethick2;
下基:if((ema(c,10)-ref(ema(c,14),1))/ref(ema(c,14),1)*100<0,ref(ema(c,17),barslast(cross(0,(ema(c,10)-ref(ema(c,14),1))/ref(ema(c,14),1)*100))+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;
高位关注:=cross(c,(1+2/100)*dma(close,abs((2*close+high+low)/4-ma(close,20))/ma(close,20))) and c>=ma(c,60);
drawtext(高位关注,l*0.76,'高关'),coloryellow;
中位关注:=cross(c,(1+2/100)*dma(close,abs((2*close+high+low)/4-ma(close,20))/ma(close,20))) 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;
下高位关注:=cross(c,下轨通道2) and c>=ma(c,60) and 买入条件;
drawtext(下高位关注,l*0.76,'下高关'),coloryellow;
下中位关注:=cross(c,下轨通道2) and c<ma(c,60) and 买入条件;
drawtext(下中位关注,l*0.73,'低关'),coloryellow;
jccount:=count(cross(c,下轨通道2),60);
下二次关注:=cross(c,下轨通道2) and count(jccount=2,60)=1 and 买入条件;
drawtext(下二次关注,h*1.09,'下二次关注'),colorred;
下三次关注:=cross(c,下轨通道2) and count(jccount=3,60)=1 and 买入条件;
drawtext(下三次关注,h*1.12,'下三次关注'),colormagenta;
下四次关注:=cross(c,下轨通道2) and count(jccount=4,60)=1 and 买入条件;
drawtext(下四次关注,h*1.15,'下四次关注'),coloryellow;
放量:=v/ref(v,1)>2;//www.goodgongshi.com
上攻:=close/ref(close,1)>1.07;
放量上攻:=放量 and 上攻;
drawtext(放量上攻,l*0.7,'放量上攻');
drawtext(h=hhv(h,20),h*1.09,'创新高');
drawtext((hhv(close,10)-llv(close,10))/close<0.05,h*1.13,'!');
drawtext(ref(low,1)>ref(h,2) and l>ref(h,2),h*1.15,'两不补');
大盘牛市:=ema((indexc+indexh+indexl)/3,5)> ref(ema((indexc+indexh+indexl)/3,5),1) or if((ema(indexc,10)- ref(ema(indexc,14),1))/ ref(ema(indexc,14),1)*100>0,ref(ema(indexc,17),barslast(cross ((ema(indexc,10)- ref(ema(indexc,14),1))/ ref(ema(indexc,14),1)*100,0))+1),0);
drawicon(大盘牛市,h*1.23,22);
上一指标公式:量柱SS带色识别指标公式详解 同花顺识别
下一指标公式:短线主升操作主图指标公式详解 同花顺作主
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文一句话指标公式详解 同花顺句话仅供学习研究。