mid :=ma(close,20);
upper:=mid + 2*std(close,20);
lower: =mid - 2*std(close,20);
drawtext(h>1.05*upper,65,'减仓'+1.05*upper*100 ),colorgreen;
drawtext(cross(c,lower),-10,' b'),colorred;
aa1:=(h+l+c*2)/4;
bb1:=ma(aa1,3);
cc1:=sum(if(aa1>ref(aa1,1),aa1*vol,0),4)/sum(if(aa1<ref(aa1,1),aa1*vol,0),4);
dd1:=ref(100-(100/(1+cc1)),1);
a1:=hhv(aa1,15);
a2:=llv(aa1,15);
a3:=a1-a2;
a4:=ema((aa1-a2)/a3,2)*100;
b1:=hhv(aa1,60);
b2:=llv(aa1,60);
b3:=b1-b2;
b4:=ema((aa1-b2)/b3,2)*100;
c1:=hhv(aa1,240);
c2:=llv(aa1,240);
c3:=c1-c2;
c4:=ema((aa1-c2)/c3,2)*100;
短期:a4,coloryellow,linethick2;
中期:=b4,coloryellow;
长期:=c4,colorff00ff;
stickline(短期>90 and 中期>70,86,94,6,0),color00ff00;
stickline(短期<5 and 中期<30,0,8,6,0);
if(filter(中期<ref(中期,1)and 中期>90 and bb1<ref(bb1,1),5),70,90),colorred,linethick2;
if(filter(中期>ref(中期,1)and 中期<5 and c>ref(c,1),5),20,0),colorred,linethick2;
d1:=中期>ref(中期,1)and 短期>ref(短期,1)and 长期>ref(长期,1)and 长期<8 and 中期<10 and 短期<15;
d2:=cross(短期,中期)and 中期<8;
d3:=cross(短期,长期)and 长期<8 and 中期<20;
drawicon(filter((d1 or d2 or d3) and dd1<15 and c>ref(c,1),5),5,1);
drawicon(filter((中期<ref(中期,1)and 短期<ref(短期,1)and 长期<ref(长期,1)and 中期>95 and 短期>85)or (长期>100 and 中期>100 and 短期>100),5),95,2);
强弱分界:50, pointdot,colorwhite;
警戒区:90,linethick1,colorwhite;
安全区:20,colorffff00;
顶:105,colorred;
v1:=(c*2+h+l)/4*10;
v2:=ema(v1,13)-ema(v1,34);
v3:=ema(v2,5); v4:=2*(v2-v3)*5.5;
主力撤: =if(v4<=0,v4,0),colorblue;
主力进: =if(v4>=0,v4,0),colorff00ff;
v5:=(hhv(indexh,8)-indexc)/(hhv(indexh,8)-llv(indexl,8))*8;
v6:=ema(3*v5-2*sma(v5,18,1),5);
v7:=(indexc-llv(indexl,8))/(hhv(indexh,8)-llv(indexl,8))*10;
v8:=(indexc*2+indexh+indexl)/4;
v9:=ema(v8,13)-ema(v8,34);
va:=ema(v9,3);
vb:=(v9-va)/2;
大盘资金进场:=if(vb>=0,vb,0),colorred;
大盘资金撤走:=if(vb<=0,vb,0),colorgreen;
v11:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);
趋势线: =ema(v11,3);
v12:=(趋势线-ref(趋势线,1))/ref(趋势线,1)*100;
准备现金:stickline(趋势线<=13,0,20,5,0);
aa:=(趋势线<=13) and filter((趋势线<=13),15);
drawtext (aa,30,'准备现金'),colorcc9900;
买入股票: stickline(趋势线<=13 and v12>13,0,50,5,0),color0099ff;
bb:= (趋势线<=13 and v12>13) and filter((趋势线<=13 and v12>13),10) ;
drawtext (bb,60,'买入股票'),color0099ff;
卖临界: stickline(趋势线>90 and 趋势线>ref(趋势线,1),106,94,15,1),colorblue;
见顶清仓:filter(趋势线>90 and 趋势线<ref(趋势线,1) and 主力进<ref(主力进,1),8);
drawtext( 见顶清仓,80,'逃顶'),coloryellow;
cc:=(趋势线>=90 and v12) and filter((趋势线>=90 and v12),10);
stickline(大盘资金进场 and 趋势线<13,0,30,10,0),colorred;
stickline(大盘资金撤走 and 趋势线>90,0,30,10,0),colorgreen;
stickline(主力进 and 趋势线<13,0,40,10,0),colorff00ff;
stickline(主力撤 and 趋势线>90,0,40,10,0),colorblue;
万:=((3*c+h+l+o)/6+0.618*ref((3*c+h+l+o)/6,1)+0.382*ref((3*c+h+l+o)/6,2)+0.236*ref((3*c+h+l+o)/6,3)+0.146*ref((3*c+h+l+o)/6,4))/2.382;
点:=ema((ma(hhv((3*c+h+l+o)/6,2),5)+ma(hhv((3*c+h+l+o)/6,2),13)+ma(hhv((3*c+h+l+o)/6,2),21)+ma(hhv((3*c+h+l+o)/6,2),32))/4,21),color004000,linethick2;
行情:=ema((ma(llv((3*c+h+l+o)/6,2),5)+ma(llv((3*c+h+l+o)/6,2),13)+ma(llv((3*c+h+l+o)/6,2),21)+ma(llv((3*c+h+l+o)/6,2),32))/4,21),color004000,linethick2;
软件:=(行情+点)/2;
股神:=ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1)/ref(ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1),1)>1;
人:=ref(ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1)/ref(ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1),1)>1,1)<1 and ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1)/ref(ma((sum(if( close>ref(close,1),vol*c,0),0)-sum(if( close<ref(close,1),vol*c,0),0)-0.5*sum(if( close=ref(close,1),vol*c,0),0)),1),1)>1;
发财:=人 and (ema(ma(dvol*dclose/100,2),2))/100000>ref((ema(ma(dvol*dclose/100,2),2))/100000,1) and (ema(ma(dvol*dclose/100,2),2))/100000/ref((ema(ma(dvol*dclose/100,2),2))/100000,1) ;
黑马:=c>ma(amount/v/100,3) and ma(amount/v/100,3)<ref(ma(amount/v/100,3),1) and ref(ma(amount/v/100,3),1)<ref(ma(amount/v/100,3),2)
and ref(ma(amount/v/100,3),2)<ref(ma(amount/v/100,3),3) and 发财;
drawtext(黑马,-3,'黑马'),colorred;
////马上成功////
hua:=(close - llv(low,14)) / (hhv(high,14) - llv(low,14)) * 1.2 * close;
nv1:=ema(hua,4);
nv2:=ema(hua,8);
drawicon(cross(nv1,nv2) and close/open>1.05,0.5,1);
drawicon(cross(nv2,nv1) and count(cross(nv1,nv2) and close/open>1.05 ,20) ,3.2,2);
////必涨之星////
hua2:=sma(max(close-ref(close,1),0),16,2)/sma(abs(close/ref(close,1)),16,2)*100;
xian=sma(hua2,3,1);
nv3:=sma(xian,3,1);
xinv=3*xian-2*nv3;
日:=-100;昨前:=-3;
高1:=-ref(-hhv(h,日),昨前);
低1:=-ref(-llv(l,日),昨前);
低:=-refdate(低1,date),colorred,linethick2;
varc:=-低+(低+open);
wr1:=-低-(hhv(high,5)-close)/(hhv(high,5)-llv(low,5));
wr2:=-低+(hhv(high,5)-close)/(hhv(high,5)-llv(low,5));
买入条件:=cross(xinv,nv3),colorwhite;
卖出条件:=cross(nv3,xinv) ;
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;
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;
均价线:=amount/v/100;//www.goodgongshi.com
均价线2:=ema(均价线,3);
均价线5:=ema(均价线,5);
均价线10:=ema(均价线,10);
均价线30:=ema(均价线,30);
突破:=c>均价线2 and 均价线2<ref(均价线2,1) and ref(均价线2,1)<ref(均价线2,2)
and ref(均价线2,2)<ref(均价线2,3) and 选股;
drawtext(突破,-25,'必涨'),colorred;
上一指标公式:高胜算波段买卖指标公式下载 同花顺胜算买卖
下一指标公式:必买必卖指标公式下载 同花顺指标
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文B看盘神器指标公式下载 同花顺神器仅供学习研究。