b1:=ref(close,1);b2:=ref(close,2);b3:=ref(close,3);b4:=ref(close,4);
cmax:=max(max(max(close,b1),b2),b3);cmin:=min(min(min(close,b1),b2),b3);
stickline(close=cmax and (b1>=b2 or b1>=b3) or b1=cmax and (b2=cmin or b3=cmin) and close>=b2 or
b2=cmax and b3=cmin and close>=b1 or b3=cmax and close>=b1 and close>=b2,b1,close,8,0),color000099;
stickline(close=cmax and (b1>=b2 or b1>=b3) or b1=cmax and (b2=cmin or b3=cmin) and close>=b2 or
b2=cmax and b3=cmin and close>=b1 or b3=cmax and close>=b1 and close>=b2,b1,close,5,0),color0000bb;
stickline(close=cmax and (b1>=b2 or b1>=b3) or b1=cmax and (b2=cmin or b3=cmin) and close>=b2 or
b2=cmax and b3=cmin and close>=b1 or b3=cmax and close>=b1 and close>=b2,b1,close,3,0),color0000ff;
stickline(close=cmax and b1=cmin,b2,close,8,0),color000099;
stickline(close=cmax and b1=cmin,b2,close,5,0),color0000bb;
stickline(close=cmax and b1=cmin,b2,close,3,0),color0000ff;
stickline(close=cmin and (b1<b2 or b1<b3) or b1=cmin and (b2=cmax or b3=cmax) and close<b2 or
b2=cmin and b3=cmax and close<b1 or b3=cmin and close<b1 and close<b2,b1,close,8,0),color009900;
stickline(close=cmin and (b1<b2 or b1<b3) or b1=cmin and (b2=cmax or b3=cmax) and close<b2 or
b2=cmin and b3=cmax and close<b1 or b3=cmin and close<b1 and close<b2,b1,close,5,0),color00bb00;
stickline(close=cmin and (b1<b2 or b1<b3) or b1=cmin and (b2=cmax or b3=cmax) and close<b2 or
b2=cmin and b3=cmax and close<b1 or b3=cmin and close<b1 and close<b2,b1,close,3,0),color00ff00;
stickline(b1=cmax and close=cmin,b2,close,8,0),color009900;
stickline(b1=cmax and close=cmin,b2,close,5,0),color00bb00;
stickline(b1=cmax and close=cmin,b2,close,3,0),color00ff00;
stickline(b1=cmin and close>=b2 or (b2=cmin and b1<=b3 or
b3=cmin and b1<=b2) and b2<b4 and close>=b1,b1,b2,8,0),colorff9900;
stickline(b1=cmin and close>=b2 or (b2=cmin and b1<=b3 or
b3=cmin and b1<=b2) and b2<b4 and close>=b1,b1,b2,5,0),colorffbb00;
stickline(b1=cmin and close>=b2 or (b2=cmin and b1<=b3 or
b3=cmin and b1<=b2) and b2<b4 and close>=b1,b1,b2,3,0),colorffff00;
stickline(b1=cmax and close<b2 or (b2=cmax and b1>b3 or
b3=cmax and b1>b2) and b2>=b4 and close<b1,b1,b2,8,0),color000099;
stickline(b1=cmax and close<b2 or (b2=cmax and b1>b3 or
b3=cmax and b1>b2) and b2>=b4 and close<b1,b1,b2,5,0),color0000bb;
stickline(b1=cmax and close<b2 or (b2=cmax and b1>b3 or
b3=cmax and b1>b2) and b2>=b4 and close<b1,b1,b2,3,0),color0000ff;
tr1:=max(max((high-low),abs(ref(close,1)-high)),abs(ref(close,1)-low));
atr:=ma(tr1,13);//www.goodgongshi.com
var1:=ref(close,1)-ref(atr,1);
lsx:hhv(var1,13),linethick1,colorliblue;
lsx1:if(c>=lsx,lsx,drawnull),colormagenta,linethick2;
stickline(c>=lsx,o,c,2.5,1),colorred;
stickline(c>=lsx and c>=o,c,h,0,1),colorred;
stickline(c>=lsx and c>=o,o,l,0,1),colorred;
stickline(c>=lsx and c<o,o,h,0,1),colorred;
stickline(c>=lsx and c<o,c,l,0,1),colorred;
stickline(c<lsx,o,c,2.5,1),colorgreen;
stickline(c<lsx and c>o,c,h,0,1),colorgreen;
stickline(c<lsx and c>o,o,l,0,1),colorgreen;
stickline(c<lsx and c<o,o,h,0,1),colorgreen;
stickline(c<lsx and c<o,c,l,0,1),colorgreen;
选股:cross(macd>0,0.5);
mtm:=c-ref(c,1);//www.goodgongshi.com
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
yxf:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
蓝:if(filter(yxf=1,5),20,0),colorliblue,linethick3;
红: if(filter(yxf=1,5),10,0),colorred,linethick2;
黄: if(filter(yxf=1,5),5,0),coloryellow,linethick1;
diff:=ema(close,12)-ema(close,26);
dea:=ema(diff,9);
macd上拐:ref(dea,2)>ref(dea,1) and ref(dea,1)<dea;
过渡:if(bbi,10,drawnull),colorwhite,linethick2;
持股:if(c>bbi and bbi>ref(bbi,1),10,drawnull), colorred,linethick2;
持币:if(c<=bbi and bbi<=ref(bbi,1),10,drawnull),colorgreen,linethick2;
a1:=ref(c,1);
a2:=dclose;
a3:=(a2-a1)/a1*100;
aa1:=(a3-ref(a3,1));
aa2:=9.8;
选股1:=cross(aa1,aa2);
a11:=ref(v,1);
a12:=dvol;
a13:=a12/a11;
aa3:=(a13-ref(a13,1));
aa4:=500;
选股2:=cross(aa3,aa4);
主力抢劫:选股1 and 选股2;
dif3:=ema(close,12)-ema(close,26);
dea3:=ema(dif3,9);
macd3 := 2*(dif3-dea3);
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
止跌:macd3>ref(macd3,1) and ref(macd3,2)>=ref(macd3,1) and j<50 and c>ref(c,1) and c>o and j>ref(j,1);
上一指标公式:极品短线飞翔公式 同花顺飞翔
下一指标公式:主力筹码分析公式 同花顺主力分析
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文多空一条线CJS公式 同花顺一条线CJS仅供学习研究。