n:=102;
m:=9;
aa:=ma((2*close+high+low)/4,5);
通道1:aa*n/100;
通道2:aa*(200-n)/100;
cc:=abs((2*close+high+low)/4-ma(close,20))/ma(close,20);
dd:=dma(close,cc);
通道3:(1+m/100)*dd;
通道4:(1-m/100)*dd;
rsv:=(close-llv(low,10))/(hhv(high,10)-llv(low,10))*100;
k:=sma(rsv,5,1);
d:=sma(k,5,1);
j:=3*k-2*d;
x:=ref(j,1)<10 and h>ref(h,1) and c>ref(c,1) and c>ref(o,1) and l>ref(l,1);
stickline(x,l ,l,20,0),color008888;
stickline(x,l ,h,0,0),colorff00ff;
stickline(x,c ,o,5,0),colorff00ff;
bias1:=(c-ma(c,6))/ma(c,6)*100;
bias2:=(c-ma(c,12))/ma(c,12)*100;
bias3:=(c-ma(c,24))/ma(c,24)*100;
bias:=(bias1+2*bias2+3*bias3)/6;
乖离:=ma(bias,3);
drawtext(cross(bias,乖离)and 乖离<-9,c,'---------bias底买'),colorwhite;
drawtext(cross(bias,乖离)and 乖离>3,c,'---------bias顶'),colorwhite;
s下:=hhv(ma(high,2),2),colorgreen,linethick0;
s上:=llv(ma(high,2),1),colorred,linethick0;
sppp:=-(s上-s下)/ref(c,1)*100;
sptem1:=(min(o,c)-l)/(h-l)*100;
sptem2:=(h-max(o,c))/(h-l)*100;
sptem3:=(c-o)/(h-l)*100;
skj1:=(sptem3>49 and sptem1>0.3*sptem2) or sptem3>80;
skj2:=(sptem3<=49 and sptem3>20 and sptem1>sptem2);
skj3:=(sptem3<=20 and sptem3>-20 and sptem1>1.2*sptem2);
skj4:=(sptem3<-20 and sptem3>-40 and sptem1>2*sptem2);
skj:=(skj1 or skj2 or skj3 or skj4) and (sppp>2 or ref(sppp,1)>2 );
短买:=if(sum(sppp>0,5)=5 and sum(skj>0,5)=0,5*(skj1 or skj2 or skj3 or skj4),5*skj),colorred;
drawtext(短买,l,'↖短买'),colorwhite;
x1:=(c+l+h)/3;
bb13:=atan(ema(x1,13)-ref(ema(x1,13),1))*3.1416*10;
ema8:=ema(c,8);
drawtext(filter(bb13>1 and ema(x1,13)>ref(ema(x1,8),1),10),
ema8,'∠45'),colorwhite;
stickline(c>=cost(50)and c<=cost(58)and c>o,o,c,5,0),colorred;
stickline(c>=cost(97)and c<=cost(100)and c>o,o,c,5,0),colorwhite;
drawtext(c>=cost(97)and c<=cost(100) and c>o,c,'-->97%'),colorred;
drawtext(c>=cost(50)and c<=cost(58) and c>o,c,'--50%'),coloryellow;
lc := ref(close,1);
rsi1:=sma(max(close-lc,0),8,1)/sma(abs(close-lc),8,1)*100;
买入线:=if(cross(rsi1,20),100,0);
drawtext(买入线,l,'←rsi底'),colorred ;
买出线:=if(cross(rsi1,80),100,0);
drawtext(买出线,h,'←rsi1顶'),colorcyan;
drawicon(filter(cross(wr,(0 - 81)),10),l,4);
drawicon(filter(cross((0 -19),wr),10),h,5);
drawtext(filter(cross(wr,(0 - 81)),21),l,'威廉买'),colorred;
drawtext(filter(cross(0 -19,wr),21),h,'威廉卖'),colorgreen;
typ := (high + low + close)/3;
cci:=(typ-ma(typ,14))/(0.015*avedev(typ,14));
买入线1:=if(cross(cci,-160),100,0);
drawtext(买入线1,l,'←cci底'),color0099ff ;
买出线1:=if(cross(cci,200),100,0);
drawtext(买出线1,h,'←cci顶'),coloryellow ;
var3:=llv(low,5)=llv(low,45) and close>=open*1.04;
var4:=close>(ref(high,1)+ref(low,1))/2;
var5:=var3 and var4;
drawtext(var5,low,'★ '),coloryellow , ;
极品底:=if((ma(c,5)-c)/c>0.04 and (ma(c,10)-ma(c,5))/ma(c,5)>0.04,50,0),colorwhite;
drawtext(极品底=50,low,'★ ');
drawtext(v>=ref(v*1.88,1) and c>o and c>ref(c,1),o,'←---突量----------------------------------'),coloryellow;
drawtext(v>=ref(v*1.88,1) and c<o and c<ref(c,1),o,'←---跌量---------------------'),colorffff33;
drawtext(llv(vol,13)=vol and c>=ref(c,1),o,'缩量'),coloryellow;
aa0:=sumbars(vol,capital);
drawtext(if(capital=0,amount=llv(amount,34),vol<ma(vol,aa0)/3),l,'地量'),colormagenta;
a31:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
a41:=sma(a31,3,1);
a5:=sma(a41,3,1);
a6:=3*a41-2*a5;
a7:=c-ref(c,1);
a8:=100*ema(ema(a7,6),6)/ema(ema(abs(a7),6),6);
买:=llv(a8,2)=llv(a8,7) and count(a8<0,2) and cross(a8,ma(a8,2));
drawtext(filter(买=1,5),low-0.05,'↖买进'),coloryellow;
stickline(买,open,close,2,0),coloryellow;
rsv1:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k1:=sma(rsv1,3,1);
d1:=sma(k1,3,1);
j1:=3*k-2*d1;
x7:=llv(j1,2)=llv(j1,8);
主力:=ema( (close-ma(close,3))/ma(close,3),2);
散户:=ema( (close-ma(close,20))/ma(close,20),7);
drawtext(cross(j,ref(j+0.01,1)) and x and j<20,low,'.雨滴'),colorff00ff;
drawtext(cross(主力,散户) and 主力<0 and 散户<0,low,'.见底'),colorred;
lc1:=ref(close,1);
rsi:=((sma(max((close - lc1),0),3,1) / sma(abs((close - lc1)),3,1)) * 100);
ff:=ema(close,3);
ma15:=ema(close,21);
drawtext(cross(ff,ma15),(low * 0.99),'底背离'),colora6e500;
drawtext(cross(88,rsi),(high * 1.02),'顶背离'),color1880ff;
上一指标公式:至尊MACD指标下载 通达信至尊
下一指标公式:智能资金副图指标下载 通达信资金
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文我现在用的薛斯改进型很实用是几个的优化太好用了主图指标下载 通达信我现在用了仅供学习研究。