var102:=if(date<9999999 ,1,1);
方差 := ref(high,1)-ref(low,1);
中位 := (high + low + close)/3;
强阻力 : 中位 + 方差,nodraw;
强支撑 : 中位 - 方差,nodraw;
阻力 : 2*中位-low,nodraw;
支撑 : 2*中位-high,nodraw;
//www.goodgongshi.com
反压线:hhv(forcast(c,10),18)*var102,linethick2,colorgreen;
ma(c,60)*var102,color808040,linethick1;
a7:=(ema((open+high+low+close)/4,21)+ema((open+high+low+close)/4,34)+ema((open+high+low+close)/4,68))/3*var102;
弘历中期:forcast(a7,6)*var102,coloree8fff,linethick2;
towerc:forcast(ema((3*close+2*open+high+low)/7*var102,3),6),colorred ,linethick2;
aa:=(c-ref(c,1))/ref(c,1)*100>9.95;
stickline(aa,c,open,2.0,0),coloryellow;
喜 := close-ref(close,3)*var102;
欢 := ma(喜,3);
drawtext((h>ref(h,1) and ref(h,1)>ref(h,2) and 喜<ref(喜,1)),h*1.01,'↓'),coloryellow;
qvar2:=llv(low,10);
qvar3:=hhv(high,25);
动力线:= ema((close-qvar2)/(qvar3-qvar2)*4,4)/3*var102;
bd:=h>ref(h,1) and c>o and c>ref(c,1) and 动力线>1.00 and 欢<ref(欢,1) and c>o and c>ref(c,1) and ref(欢,1)>ref(欢,2);
drawtext(bd=1,h*1.003,'★'),coloryellow;
be:=h>ref(h,1) and c>o and c>ref(c,1) and ref(动力线,1)>1.2 and ref(动力线,1)>ref(动力线,2) and 动力线<ref(动力线,1);
drawtext(be=1,h*1.003,'★'),colorgreen;
短期:=100*(c-llv(l,5))/(hhv(c,5)-llv(l,5))*var102;
中期:=100*(c-llv(l,10))/(hhv(c,10)-llv(l,10))*var102;
中长期:=100*(c-llv(l,20))/(hhv(c,20)-llv(l,20));
长期:=100*(c-llv(l,30))/(hhv(c,30)-llv(l,30));
高浪日:=(ref(短期,1)<2 and ref(中期,1)<2 and ref(中长期,1)<2 and ref(长期,1)<2)*var102;
drawtext (高浪日,l*0.999,'★'),colorred;
机会来临:=ref(if((ma(c,5)-c)/c>0.04*var102 and (ma(c,10)-ma(c,5))/ma(c,5)>0.04,1,0),1);
drawtext (if((机会来临=1),1,0) and c>o and ref(c<=o,1),l*0.998,'买'),coloryellow;
bl:=(vol>=ref(v,1)*2*var102 and c>ref(c,1)*1.025 and vol>=hhv(vol,9))*var102;
drawtext(bl,l*0.98,'神'),coloryellow;
drawtext(bl,l*0.96,'龙'),coloryellow;
drawtext(bl,l*0.94,'柱'),coloryellow;
var2:=((close > ref(close,1)) and (close > ref(close,2)));
var3:=((ref(var2,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var4:=((ref(var3,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var5:=((ref(var4,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var6:=((ref(var5,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var7:=((ref(var6,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var8:=((ref(var7,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var9:=((ref(var8,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
vara:=((ref(var9,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
varb:=((ref(vara,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
varc:=((ref(varb,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
vard:=((ref(varc,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
vare:=((close < ref(close,1)) and (close < ref(close,2)));
varf:=((ref(vare,1) and (close >= ref(close,1))) and (close <= ref(close,2)))*var102;
var10:=((ref(varf,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var11:=((ref(var10,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var12:=((ref(var11,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var13:=((ref(var12,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var14:=((ref(var13,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var15:=((ref(var14,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var16:=((ref(var15,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var17:=((ref(var16,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
var18:=((ref(var17,1) and (close <= ref(close,1))) and (close >= ref(close,2)));
var19:=((ref(var18,1) and (close >= ref(close,1))) and (close <= ref(close,2)));
买:=(ref((((((((((((vare or varf) or var10) or var11) or var12) or var13) or var14) or var15) or var16) or var17) or var18) or var19),1) and var2)*var102;
drawtext(买,l*0.995,'▲'),colorred;
卖:=(ref((((((((((((var2 or var3) or var4) or var5) or var6) or var7) or var8) or var9) or vara) or varb) or varc) or vard),1) and vare)*var102;
drawtext(卖,h*1.001,'▼'),coloryellow;
hh5:=hhv(h,40);
ll5:=llv(l,40);
//www.goodgongshi.com
aa5:=(hh5-ll5)/ll5*100;
ww:=((high=hhv(h,40)) and aa5<30 and (c-ref(c,1))/ref(c,1)*100>2 and (c-o)>(h-c))*var102;
wc:=filter(ww,1);
stickline(wc=1,c,open,0.8,0),colorff00ff;
平均成本:(cost(50)*100)/100,coloryellow,linethick2;
上一指标公式:长波顶底¥有未来函数公式下载 同花顺函数未来
下一指标公式:ZGKDJ公式下载 同花顺ZGKDJ
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文秋色连波公式下载 同花顺秋色仅供学习研究。