选股指标红衣侠女,很好的技术指标。均线55以上可用。
///必涨之星买入条件///
买入条件: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;
卖出条件:=cross(sma(sma(sma(max(close-ref(close,1),0),16,2)/sma(abs(close/ref(close,1)),16,2)*100,3,1),3,1),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)) ;
drawtext( 卖出条件,high*1.01,'★'),colorgreen;
drawtext(买入条件,low*0.98,'■'),colorred;
///必涨之星选股///
aaa2:=sum(if( close>ref(close,1),vol*c,0),0);
aaa3:=sum(if( close<ref(close,1),vol*c,0),0);
aaa4:=sum(if( close=ref(close,1),vol*c,0),0);
bb1:=0;//www.goodgongshi.com
b1万元:=dvol*dclose/100;
b1差:=b1万元-ref(b1万元,1);
b2万元:=dvol*dclose/100;
b2比:=b2万元/ref(b2万元,1);
净流入万元:=(aaa2-aaa3-0.5*aaa4);
pm:=ma(净流入万元,1);
pma:=pm/ref(pm,1)>1;
pmb:=ref(pma,1)<1 and pma;
密码:=(ema(ma(b1万元,2),2))/100000,coloryellow,nodraw;
二日比:=密码/ref(密码,1);
选股:=pmb and 密码>ref(密码,1) and 二日比>1 ,colorred,nodraw;
drawtext(选股,low*0.95,''),colorred;
///必涨之星精准买卖点主图///
ma18:=ma(close,18);
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
买:=llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2));
精准买:filter(买=1,5);
///必涨之星明日必涨///
均价线:=amount/v/100;
均价线2:=ema(均价线,3);
均价线5:=ema(均价线,5);
均价线10:=ema(均价线,10);
均价线30:=ema(均价线,30);
突破2:=c>均价线2 and 均价线2<ref(均价线2,1) and ref(均价线2,1)<ref(均价线2,2)
and ref(均价线2,2)<ref(均价线2,3) and 选股;
突破5:=c>均价线5 and 均价线5<ref(均价线5,1) and ref(均价线5,1)<ref(均价线5,2)
and ref(均价线5,2)<ref(均价线5,3) and 选股;
突破10:=c>均价线10 and 均价线10<ref(均价线10,1) and ref(均价线10,1)<ref(均价线10,2)
and ref(均价线10,2)<ref(均价线10,3) and 选股;
突破30:=c>均价线30 and 均价线30<ref(均价线30,1) and ref(均价线30,1)<ref(均价线30,2)
and ref(均价线30,2)<ref(均价线30,3) and 选股;
突破:突破2 or 突破5 or 突破10 or 突破30;
stickline(突破2,h,l,5,0),linethick1,colorred;
stickline(突破2,h,l,10.2,0),coloryellow;
stickline(突破2,o,c,2,0),linethick1,coloryellow;
drawtext(突破,low*0.92,'明日必涨'),colorwhite;
drawtext(突破 and 精准买,low*0.92,'明日必涨'),colorred;
///阿启迪之短线之王///
红线上穿买:=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);
///阿启迪之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);
///阿启迪之dpo指标///
dpo:=close-ref(ma(close,20),10);
madpo:=ma(dpo,6);
dpo金叉:=cross(dpo,madpo);
阿启迪:dpo金叉 and 短线启动 and (阿金叉1 or 阿金叉2);
drawtext(dpo金叉 and 短线启动 and (阿金叉1 or 阿金叉2),low*0.89,'阿启迪'),coloryellow;
///绝底买点///
xl1:=((llv(low,3) = llv(low,60)) and ((close / ref(close,1)) >= 1.04));
xl2:=(((close - ema(close,21)) / ema(close,21)) * 100);
xl3:=cross(xl2,(0 - 20));
drawtext(filter(((xl1 > 0) and low),5),(low - 0.4),'买点');
drawtext((xl3 > 0),(low - 0.2),'绝底');
///macd指标///
drawicon((cross((ema(close,12) - ema(close,26)),(ema(ema(close,12) - ema(close,26),9))) and (ema(close,12) - ema(close,26))>-1),l*0.8,1);
///主升行情主图///
主升:=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);
drawtext(主升,l*0.95,'主升'),colorff00ff;
///主升舞///
花之舞:=cross(ema(slope(1,1)+c,3),ema(slope(1,1)+c,7)) and close/ref(close,1)>1.03;
主升舞: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(主升舞,l*0.95,'主升舞'),colorff00ff;
///征全花仙女///
花:=ema(slope(1,1)+c,3),colorred;
女:=ema(slope(1,1)+c,7),colorblue;
b点:=count (花<女,5)=4 and 花>=女;
drawtext(count (花>=女,5)=4 and 花<女,h*1.04,'s'), coloryellow;
花1=ma(close, 5);
女1=ma(close, 60);
花仙:=cross(花,女) and 花1>女1;
仙女:=cross(女,花) and 花1>女1 and count(cross(花,女) and 花1>女1 ,30);
drawtext(仙女,high*1.01,'卖'),colorgreen;
花仙女:b点 and (花仙 or 花之舞);
drawtext(b点 and (花仙 or 花之舞),l*0.85,'花仙女'),colormagenta;
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;
///试追加///
ma3:=ma(c,3);
drawtext( cross(ma3 , 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(ma3 ,hhv(ma((low+high+close+o)/4,5),58)) and c>hhv(ma((low+high+close+o)/4,5),58),h*1.03 , '追'),colorred;
突破三友:买入条件 and (阿启迪 or 主升舞 or 花仙女);
上一指标公式:资金入场监控器指标公式详解 同花顺入场资金
下一指标公式:六彩神指标公式详解 同花顺六彩
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文突破三友指标公式详解 同花顺三友仅供学习研究。