主图识妖02版主图和选股源码下载:
mm:ma(close,10);
mm2:ma(close,10),coloryellow,linethick2;
mm3:if(mm2>ref(mm2,1),mm2,drawnull),colormagenta;
搏杀持股线:if(mm>ref(mm,1),mm,drawnull),colorred,linethick2;
mm55:if(mm<ref(mm,1),mm,drawnull),colorgreen,linethick2;
x_1:=(close+open)/2;
x_2:=close>ref(close,1)*1.05;
x_3:=close<ref(close,1)*0.95;
stickline(x_2,x_1,open,1,0),colormagenta;
stickline(x_3,x_1,open,1,0),colorcyan;
x_4:=close>ref(close,1)*1.08;
x_5:=close<ref(close,1)*0.92;
stickline(x_4,close,open,2,0),colorred;
stickline(x_5,close,open,2,0),colorcyan;
x_6:=close>ref(close,1)*1.093;
x_7:=(close+open)/2;
stickline(x_6,x_7,close,0.02,0),coloryellow;
x_8:=(high+low+close*2)/4;
x_9:=ema(x_8,10);
x_10:=std(x_8,10);
x_11:=(x_8-x_9)*100/x_10;
x_12:=ema(x_11,5);
x_13:=ema(x_12,10)+100/2-5;
决杀线:ma(close,20),colorwhite;
x_14:=3*sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1)-2*sma(sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1),3,1);
x_15:=ema(x_14,5);{好公式网www.goodgongshi.com}
x_16:=close=open and high!=low or close=open and high/low>1.03 or close=open and close=low and close!=high or ref(close,1)/ref(open,1)>1.03 and close/open<0.97 and open>ref(close,1) and close<ref(close,1) or open>close and open/ref(close,1)>=1+4/100 and close/open<=1-5/100 or abs(high-ref(high,1))/high<0.001 or open>=close and abs(high-open)>=abs(open-low) or close>=open and abs(high-close)>=abs(close-low) or open>ref(close,1) and open>close;
x_17:=close>=open and abs(high-open)<=abs(open-low) or close<=open and abs(high-close)<=abs(close-low);
x_18:=x_16 or x_17;
x_19:=x_13>ref(x_13,1) and close!=open and close/ref(close,1)<1.099;
x_20:=x_13>170 and x_18 and x_19 and count(close/ref(close,1)>1.09 and close!=open,20)<=4>=5;
x_21:=x_13>170 and count(close/ref(close,1)>1.093,15)>=5 or barslastcount(close/ref(close,1)>=1.093)>=5 and close!=open;
x_22:=abs(low-open)<abs(open-close) and close/ref(close,1)>1.093 and ref(close,1)/ref(close,2)<1.093 and ref(close,97)>-1.099 and ref(close,2)/ref(close,3)<1.093 and ref(close,3)/ref(close,4)<1.093 and ref(close,4)/ref(close,5)<1.093 and ref(close,5)/ref(close,6)<1.093 and not(close=open and close/ref(close,1)>1.099);
x_23:=close/ref(close,1)>1.093 and vol<ref(vol,1) and ref(close,1)/ref(close,2)<1.093 and count(close/ref(close,1)>1.093,20)<3;
x_24:=x_20 or x_21 and close>ma(close,5) and close>ma(close,30) and ma(close,5)>ma(close,10) and close>ma(close,60) and ref(close,1)/ref(close,2)<1.08 and close/ref(close,1)>close/ref(open,1);
x_25:=(high-llv(low,90))/llv(low,90)*100>120 and x_15>=ref(x_15,1) and x_15>95 and close/ref(close,1)<1.099;
x_26:=x_15>100 and close!=open and close/ref(close,1)!=close/ref(open,1);
x_27:=x_24 or x_25 or x_26;
x_28:=x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1;
drawicon(x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1 and sum(x_28,20)<2,open,23);
drawtext(x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1 and sum(x_28,20)<2,low-0.05,'妖气'),colormagenta;
stickline(x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1 and sum(x_28,20)<2,x_7,close,0.002,0),colorwhite;
drawtext_fix(1,0.4,4,0,'股林绝技-原创指标'),coloryellow;
{公式名称:妖气选股}
mm:=ma(close,10);
mm2:=ma(close,10),coloryellow,linethick2;
mm3:=if(mm2>ref(mm2,1),mm2,drawnull),colormagenta;
搏杀持股线:=if(mm>ref(mm,1),mm,drawnull),colorred,linethick2;
mm55:=if(mm<ref(mm,1),mm,drawnull),colorgreen,linethick2;
x_1:=(close+open)/2;
x_2:=close>ref(close,1)*1.05;
x_3:=close<ref(close,1)*0.95;
x_4:=close>ref(close,1)*1.08;
x_5:=close<ref(close,1)*0.92;
x_6:=close>ref(close,1)*1.093;
x_7:=(close+open)/2;
x_8:=(high+low+close*2)/4;
x_9:=ema(x_8,10);
x_10:=std(x_8,10);
x_11:=(x_8-x_9)*100/x_10;
x_12:=ema(x_11,5);
x_13:=ema(x_12,10)+100/2-5;
决杀线:=ma(close,20);
x_14:=3*sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1)-2*sma(sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1),3,1);
x_15:=ema(x_14,5);
x_16:=close=open and high!=low or close=open and high/low>1.03 or close=open and close=low and close!=high or ref(close,1)/ref(open,1)>1.03 and close/open<0.97 and open>ref(close,1) and close<ref(close,1) or open>close and open/ref(close,1)>=1+4/100 and close/open<=1-5/100 or abs(high-ref(high,1))/high<0.001 or open>=close and abs(high-open)>=abs(open-low) or close>=open and abs(high-close)>=abs(close-low) or open>ref(close,1) and open>close;
x_17:=close>=open and abs(high-open)<=abs(open-low) or close<=open and abs(high-close)<=abs(close-low);
x_18:=x_16 or x_17;
x_19:=x_13>ref(x_13,1) and close!=open and close/ref(close,1)<1.099;
x_20:=x_13>170 and x_18 and x_19 and count(close/ref(close,1)>1.09 and close!=open,20)<=4>=5;
x_21:=x_13>170 and count(close/ref(close,1)>1.093,15)>=5 or barslastcount(close/ref(close,1)>=1.093)>=5 and close!=open;
x_22:=abs(low-open)<abs(open-close) and close/ref(close,1)>1.093 and ref(close,1)/ref(close,2)<1.093 and ref(close,5)>-1.099 and ref(close,2)/ref(close,3)<1.093 and ref(close,3)/ref(close,4)<1.093 and ref(close,4)/ref(close,5)<1.093 and ref(close,5)/ref(close,6)<1.093 and not(close=open and close/ref(close,1)>1.099);
x_23:=close/ref(close,1)>1.093 and vol<ref(vol,1) and ref(close,1)/ref(close,2)<1.093 and count(close/ref(close,1)>1.093,20)<3;
x_24:=x_20 or x_21 and close>ma(close,5) and close>ma(close,30) and ma(close,5)>ma(close,10) and close>ma(close,60) and ref(close,1)/ref(close,2)<1.08 and close/ref(close,1)>close/ref(open,1);
x_25:=(high-llv(low,90))/llv(low,90)*100>120 and x_15>=ref(x_15,1) and x_15>95 and close/ref(close,1)<1.099;
x_26:=x_15>100 and close!=open and close/ref(close,1)!=close/ref(open,1);
x_27:=x_24 or x_25 or x_26;
x_28:=x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1;
妖气:(x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1 and sum(x_28,20)<2);
{公式名称:精选妖股02版}
mm:=ma(close,10);
mm2:=ma(close,10),coloryellow,linethick2;
mm3:=if(mm2>ref(mm2,1),mm2,drawnull),colormagenta;
搏杀持股线:=if(mm>ref(mm,1),mm,drawnull),colorred,linethick2;
mm55:=if(mm<ref(mm,1),mm,drawnull),colorgreen,linethick2;
x_1:=(close+open)/2;
x_2:=close>ref(close,1)*1.05;
x_3:=close<ref(close,1)*0.95;
x_4:=close>ref(close,1)*1.08;
x_5:=close<ref(close,1)*0.92;
x_6:=close>ref(close,1)*1.093;
x_7:=(close+open)/2;
x_8:=(high+low+close*2)/4;
x_9:=ema(x_8,10);
x_10:=std(x_8,10);
x_11:=(x_8-x_9)*100/x_10;
x_12:=ema(x_11,5);
x_13:=ema(x_12,10)+100/2-5;
决杀线:=ma(close,20);
x_14:=3*sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1)-2*sma(sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,5,1),3,1);
x_15:=ema(x_14,5);
x_16:=close=open and high!=low or close=open and high/low>1.03 or close=open and close=low and close!=high or ref(close,1)/ref(open,1)>1.03 and close/open<0.97 and open>ref(close,1) and close<ref(close,1) or open>close and open/ref(close,1)>=1+4/100 and close/open<=1-5/100 or abs(high-ref(high,1))/high<0.001 or open>=close and abs(high-open)>=abs(open-low) or close>=open and abs(high-close)>=abs(close-low) or open>ref(close,1) and open>close;
x_17:=close>=open and abs(high-open)<=abs(open-low) or close<=open and abs(high-close)<=abs(close-low);
x_18:=x_16 or x_17;
x_19:=x_13>ref(x_13,1) and close!=open and close/ref(close,1)<1.099;
x_20:=x_13>170 and x_18 and x_19 and count(close/ref(close,1)>1.09 and close!=open,20)<=4>=5;
x_21:=x_13>170 and count(close/ref(close,1)>1.093,15)>=5 or barslastcount(close/ref(close,1)>=1.093)>=5 and close!=open;
x_22:=abs(low-open)<abs(open-close) and close/ref(close,1)>1.093 and ref(close,1)/ref(close,2)<1.093 and ref(close,5)>-1.099 and ref(close,2)/ref(close,3)<1.093 and ref(close,3)/ref(close,4)<1.093 and ref(close,4)/ref(close,5)<1.093 and ref(close,5)/ref(close,6)<1.093 and not(close=open and close/ref(close,1)>1.099);
x_23:=close/ref(close,1)>1.093 and vol<ref(vol,1) and ref(close,1)/ref(close,2)<1.093 and count(close/ref(close,1)>1.093,20)<3;
x_24:=x_20 or x_21 and close>ma(close,5) and close>ma(close,30) and ma(close,5)>ma(close,10) and close>ma(close,60) and ref(close,1)/ref(close,2)<1.08 and close/ref(close,1)>close/ref(open,1);
x_25:=(high-llv(low,90))/llv(low,90)*100>120 and x_15>=ref(x_15,1) and x_15>95 and close/ref(close,1)<1.099;
x_26:=x_15>100 and close!=open and close/ref(close,1)!=close/ref(open,1);
x_27:=x_24 or x_25 or x_26;
x_28:=x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1;
妖气去除多信号:(x_22 or x_23 and count(close/ref(close,1)>1.05,10)<=4 and sum(x_27,12)<1 and sum(x_28,20)<2) and o>ma(c,10) and o<ma(c,5) and abs(ma(c,5)-o)>=abs(ma(c,10)-o);
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文主图识妖02版主图和选股下载仅供学习研究。