指标上面两条黄色线分别为短期和中期的压力线,出现红柱为持股信号,出现蓝柱是持币信号。另外还带了加仓和减仓提示。趋势向上效果佳。
使用时请结合其他技术指标、成交量、大盘走势等多因素进行综合判断。
顶压:hhv(ma(h,11),50),color00ffff;
短压:hhv(ma(h,11),15),color0090e0;
xl1:=llv(ma(h,11),1);
趋势:if(xl1>=短压,短压,xl1),colorffffff;
x1:=(3*c+h+l+o)/6;
x2:=ema(x1,10);
x3:=ref(x2,1);
x4:=(ref(high,1)+ref(low,1))/2;
x5:=ma(close,21)+2*std(close,21);
x6:=ref(close,1);
x7:=sma(max(close-x6,0),7,1)/sma(abs(close-x6),7,1)*100;
x8:=cross(79,x7);
x9:=filter(x8,4);
wz1:=pow(ma(close,5),2)+ma(close,5);
wz2:=pow(ma(low,5),2)+ma(low,5);
wz3:=pow(ma(high,5),2)+ma(high,5);
wz4:=(wz1-llv(wz2,9))/(hhv(wz3,9)-llv(wz2,9))*150+65;
dk:=sma(wz4,3,1)*1.5;
dd:=sma(dk,3,1);
dj:=3*dk-2*dd;
wz5:= ema(close,12) - ema(close,26);
wz6:= ema(wz5,9);
wz7:= 2*(wz5-wz6);
wz8:= ref(wz7,1);
wz9:= cross(wz8,wz7) and wz8>0;
drawtext(wz9 and dj>250,h,'←减'),colorbcff8b;
var11:=ema(close,8);
var2:=ema(var11,20);
var3:=cross(var11,var2);
var4:=var11<ma(close,120);
var5:=(hhv(high,36)-close)/(hhv(high,36)-llv(low,36))*100;
var6:=sma(var5,5,1);
var7:=sma(var6,8,1);
var8:=cross(var6,var7) and var7<20;
var9:=close>llv(close,60)+0.3*llv(close,60) and var8;
vara:=if(close>1000,var8,var9);
起步:= var3 and var4;
逃遁:= vara;
stickline(x2>x3,x2*0.98,x2,6,1),color0000ff;
stickline(x2<x3,x2*0.98,x2,6,1),colorf10011;
ww1:= sum( ma(c,10),9)/10.110;
xx1:=ma(low,2)*0.96;
xx2:=ma(low,26)*0.85;
xx3:= ref(xx1,1)<xx2 and ref(xx1,1)<xx1 and ref(xx1,1)<ref(xx1,2);
var1:=indexc;
var12:=ma(var1,6);
var13:=ma(var1,24);
var14:=ma(var1,32);
var15:=ma(var1,62);
var16:=ma(var1,105);
var17:=var15<ref(var15,1) and var6<ref(var16,1) and var15<var6*0.98;
var18:=var14>var12*1.11 and var13>var12*1.095;
var19:=var12>var1*0.95;
var111:=ema(winner(close)*70,3);
var112:=ema((winner(close*1.1)-winner(close*0.9))*80,3);
var113:=close/ma(close,40)*100<76;
var114:=close/ma(close,60)*100<74;
var115:=high>low*1.051;
var116:=var115 and count(var15,5)>1;
var117:=var17 and var8 and var19 and close/cost(8)<=0.8
and (close>open or close<open)
and (ref(close,1)>ref(open,1) or ref(close,1)<ref(open,1))
and close>0.1 or var16
and (var113 or var114) and var112<20 and var111<20
and (winner(close*125/100)-winner(close))*100<7.5 or
troughbars(3,15,1)<4 and cross(ema(close,21)-ema(close,8),
ema(ema(close,21)-ema(close,8),5));
xl11:=ema(close,10)/100;
xl2:= ma((xl11-ref(xl11,10))/ref(xl11,10),3)*100;
xl3:= ma(xl2,3);
xl4:=sma((close-llv(low,9))/(hhv(high,9)-llv(low,9))*100,3,1);
drawtext(if(cross(3*xl4-2*sma(xl4,3,1),8),87,0)
and x2>x3,l-0.1,'←●反弹'),colorgreen;
drawtext(if(cross((var11-llv(var1,4))/(hhv(var11,4)-llv
(var11,4))*4*25,87.5) and
var1<40,87,0) and x2>x3,l-0.2,'←●短买'),colorffbbd8;
drawtext(cross(var1,10) and x2>x3,l-0.3,'←●买'),color89b2ff;
drawtext(if(cross(2*(ema((close*2+high+low)/4,12)-ema
((close*2+high+low)/4,26)-ema(ema((close*2+high+low)/
4,12)-ema((close*2+high+low)/4,26),2))*5.8,0.47),low,0)
and x2>x3,l-0.4,'←●加仓'),colorff5ed8;
ll1:=(ema(close,3) - ema(close,13));
ll2:=ema(ll1,9);//www.goodgongshi.com
ll3:=barslast(cross(ll1,ll2));
ll4:=ref(ll3,ll3+1);
ll5:=ll2<ref(ll2,ll4);
变盘:=cross(ll1,ll2) and ll5;
drawtext(起步>0,l,'★起步?'),color00ff00;
stickline(起步>0,c*1.05,c,7,0),colorred;
drawtext(逃遁>0,h*1.04,'●←逃'),color7fffd6;
上一指标公式:大盘副图指标公式详解 同花顺大盘
下一指标公式:庖丁解牛牛散指标公式详解 同花顺庖丁解牛
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文买卖主图指标公式详解 同花顺卖主仅供学习研究。