////稳挣////
var1:=(2*close+high+low)/4;
var2:=llv(low,34);
var3:=hhv(high,34);
xx:=ema((var1-var2)/(var3-var2)*100,13);
yy:=ema(0.667*ref(xx,1)+0.333*xx,2);
stickline(xx-yy>0,xx,yy,8,1),colorred;
stickline(xx-yy<0,xx,yy,8,1),colorgreen;
选股:=if(cross(xx,yy) and xx<70 ,30,10);
逃顶:=if(filter(cross(yy,xx) and xx>50 ,3),70,90);
stickline(cross(xx,yy) and yy<xx,xx+25,xx,4,0),colorred;
stickline(cross(yy,xx) and yy>xx,xx,xx-25,4,0),colorgreen;
////吸筹////
var2:=ref(low,1);
var3:=sma(abs(low-var2),3,1)/sma(max(low-var2,0),3,1)*100;
var4:=ema(if(close*1.3,var3*10,var3/10),3);
var5:=llv(low,30);
var6:=hhv(var4,30);
var7:=if(ma(close,58),1,0);
var8:=ema(if(low<=var5,(var4+var6*2)/2,0),3)/618*var7;
var9:=if(var8>100,100,var8);
底部吸筹指标:=(close-ma(close,40))/ma(close,40)*100;
stickline(cross(底部吸筹指标,-24),50,0,5,0), colorffffff;
////机构利器////
var1:=ref(close,2);
var2:=ref(close,1);
var3:=sma(max(close-var2,0),7,1)/sma(abs(close-var2),7,1)*100;
q2:=(close-llv(low, 18))/(hhv(high, 18)-llv(low, 18))*100;
q3:=sma(q2, 9, 1);
q4:=sma(q3, 3, 1);
做多能量:3*q3-2*q4,coloryellow,linethick1;
q8:=hhvbars(high, 50);
q10:=(close-ref(open, q8))/ref(open, q8)*100;
var4:=(hhv(high,36)-close)/(hhv(high,36)-llv(low,36))*100;
做空能量:sma(var4,3,1),colorffaa66,linethick1;
////必涨之星////
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);
卖出条件:=cross(nv3,xinv);
drawtext( 买入条件,2,'★'),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;
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;
均价线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(突破,做多能量,'必涨'),coloryellow;
////////短线宝超准稳赢/////
万:=((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(黑马,做空能量,'黑马'),colormagenta;
上一指标公式:CXR拉升力指标公式详解 同花顺升力
下一指标公式:顶底指标公式详解 同花顺
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文筹码多空指标公式详解 同花顺筹码仅供学习研究。