强弱分界: 50,coloryellow;
var1:=(hhv(high,13) - llv(low,13));
var2:=(hhv(high,13) - close);
var3:=(close - llv(low,13));
var4:=(((var2 / var1) * 100) - 70);
var5:=(((close - llv(low,60)) / (hhv(high,60) - llv(low,60))) * 100);
var6:=((((2 * close) + high) + low) / 4);
var7:=sma(((var3 / var1) * 100),3,1);
var8:=llv(low,34);
var9:=(sma(var7,3,1) - sma(var4,9,1));
var10:=if((var9 > 100),(var9 - 100),0);
var11:=hhv(high,34);
var12:=ema((((var6 - var8) / (var11 - var8)) * 100),13);
var13:=ema(((0.667 * ref(var12,1)) + (0.333 * var12)),2);
stickline(((var12 - var13) > 0),var12,var13,12,0), colorred;
stickline(((var12 - var13) < 0),var12,var13,8,0), colorcyan;
红买:ema(var13,5), colorred;
短趋势线:ma(close,13),colorred,linethick2;
涨:if(短趋势线>ref(短趋势线,1),短趋势线,drawnull),colorred,linethick2;
平:=if(短趋势线=ref(短趋势线,1),短趋势线,drawnull),color00ffff,linethick2;
跌:if(短趋势线<ref(短趋势线,1),短趋势线,drawnull),color80ff00,linethick2;
n:=27;
m1:=9;
m2:=5;
m3:=3;
a:=6;
b:=49;
var2:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;
var3:=sma(var2,m1,1);
vara:=(close-llv(low,21.55))/(hhv(high,21.55)-llv(low,34))*80;
varb:=sma(vara,9,1);
varc:=sma(varb,5,1);
lc:=ref(close,1);
山:=sma(max(close-lc,0),a,1)/sma(abs(close-lc),a,1)*100;
花:=cross(山,14);
底1:=if(cross(varb,varc) and varb<13,20,0);
顶:if(cross(68,山),81,100),linethick2,colorgreen;
底:if((底1 or 花),30,0),linethick2,colorliblue;
typ0:=(close+open)-h/3;
v0:=sum(if(typ0>ref(typ0,1),typ0*vol,1),15)/sum(if(typ0<ref(typ0,1),typ0*vol,1),15);
typ:=(close+open)-h/3;
v1:=sum(if(typ>ref(typ,1),typ*vol,1),10)/sum(if(typ<ref(typ,1),typ*vol,1),10);
typ1:=(close+open)-h/3;
v2:=sum(if(typ1>ref(typ1,1),typ1*vol,1),13)/sum(if(typ1<ref(typ1,1),typ1*vol,1),13);
支撑位:if((ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100>=0,ref(ema(close,15),barslast(cross((ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100,0))+1),drawnull),colorred,linethick3;
阻力位:if((ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100<0,ref(ema(close,15),barslast(cross(0,(ema(close,15)-ref(ema(close,15),1))/ref(ema(close,15),1)*100))+1),drawnull),colorgreen,linethick3;
a1a:=ema(close, 9);
a1b:=((a1a - ema(close, 5)) < 0);
a1c:=((a1a - ema(close, 5)) > 0);
a1d:=barslast(a1b);
a1e:=barslast(a1c);
a1f:=if((a1e > 0),(close - ref(close, 1)) / ref(close, 1) * 100,0);
a20:=sum(a1f,0);
a21:=if((a1d > 0),(0 - 2),0);
a22:=if((a1e > 0),sum((close - ref(close, 1)) / ref(close, 1) * 100,a1e),0);
a23:=a22 / a1e;
a25:=ema(ema(ema(close, 3), 3), 3);
上升通道:((a25 - ref(a25, 1)) + a25),colorred;
反转通道:ma(上升通道, 15),colorgreen;
if(上升通道>ref(上升通道,1),上升通道,drawnull),colorffffcc,linethick4,pointdot;
if(反转通道>ref(反转通道,1),反转通道,drawnull),color00ffff,linethick4,pointdot;
stickline((上升通道 > 反转通道),反转通道,上升通道, 1, 0),colormagenta;
stickline((反转通道 > 上升通道),上升通道,反转通道, 1, 0),colorff0000;
drawtext(cross(反转通道,上升通道),上升通道 * 1.08,'下降'),color00ff00;
drawtext(cross(上升通道,反转通道),反转通道 * 0.97,'上升'),color0000ff;
drawicon(((ref(a21, 1) = (0 - 2)) and (a21 = 0)),low, 5);
drawicon(((ref(a1e, 1) > 0) and (a1e = 0)),high, 6);
mid:=(3*close+low+open+high)/6;
牛线:(20*mid+19*ref(mid,1)+18*ref(mid,2)+17*ref(mid,3)+16
*ref(mid,4)+15*ref(mid,5)+14*ref(mid,6)+13*ref(mid,7)+12*ref(mid,8)+11
*ref(mid,9)+10*ref(mid,10)+9*ref(mid,11)+8*ref(mid,12)+7*ref(mid,13)+6*ref(mid,14)+5
*ref(mid,15)+4*ref(mid,16)+3*ref(mid,17)+2*ref(mid,18)+ref(mid,20))/210,colorred;
马线:ma(牛线,6),colorgreen;
maa5:ma(c,5),colorff00ff,linethick2;
a3:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
a4:=sma(a3,3,1);
a5:=sma(a4,3,1);
a6:=3*a4-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;
lc:=ref(close,1);
rsi:=((sma(max((close - lc),0),3,1) / sma(abs((close - lc)),3,1)) * 100);
ff:=ema(close,3);
ma15:=ema(close,21);
日:=150;昨前:=3;
高1:=ref(hhv(h,日),昨前);
低1:=ref(llv(l,日),昨前);
h1:=高1-(高1-低1)*0.191;
h2:=高1-(高1-低1)*0.382;
h3:=高1-(高1-低1)*0.5;
h4:=高1-(高1-低1)*0.618;
h5:=高1-(高1-低1)*0.809;
var1:=amount/vol;
a:=sma(var1,5,1)-sma(var1,55,1);
b:=sma((a-sma(a,5,1)),5,1);
stickline(c,h,l,0,1),colorgreen;
stickline(c>=o,o,c,8,1),colorgreen;
stickline(c<o,o,c,8,0),colorgreen;
stickline(close>ma(close,5) and a>ref(a,1) and b>ref(b,1),h,l,0,1),colorred;
stickline(close>ma(close,5) and a>ref(a,1) and b>ref(b,1) and c>=o,o,c,8,1),colorred;
stickline(close>ma(close,5) and a>ref(a,1) and b>ref(b,1) and c<o,o,c,8,0),colorred;
stickline(close<ma(close,5) and a>ref(a,1) and b>ref(b,1),h,l,0,1),colorwhite;//白色1
stickline(close<ma(close,5) and a>ref(a,1) and b>ref(b,1) and c>=o,o,c,8,1),colorwhite;
stickline(close<ma(close,5) and a>ref(a,1) and b>ref(b,1) and c<o,o,c,8,0),colorwhite;
stickline(a<ref(a,3) and b<ref(b,3),h,l,0,1),colorgreen;
stickline(a<ref(a,3) and b<ref(b,3) and c>=o,o,c,8,1),colorgreen;
stickline(a<ref(a,3) and b<ref(b,3) and c<o,o,c,8,0),colorgreen;
stickline(a>ref(a,1) and b<ref(b,1),h,l,0,1),color99ccff;//白色2 也可以自己改为白色,我只是为了区别一下三种不同的白色,用了一个不同的颜色
stickline(a>ref(a,1) and b<ref(b,1) and c>=o,o,c,8,1),color99ccff;
stickline(a>ref(a,1) and b<ref(b,1) and c<o,o,c,8,0),color99ccff;
stickline((a<ref(a,1) and b>ref(b,1)),h,l,0,1),colordddddd;//白色3
stickline((a<ref(a,1) and b>ref(b,1)) and c>=o,o,c,8,1),colordddddd;
stickline((a<ref(a,1) and b>ref(b,1)) and c<o,o,c,8,0),colorddddd;
上一指标公式:紧跟庄家买指标公式下载 同花顺庄家
下一指标公式:庖丁解牛三二指标公式下载 同花顺庖丁解牛
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文多空K线指标公式下载 同花顺多空仅供学习研究。