var1:=ma(100*(close-llv(close,34))/(hhv(high,34)-llv(low,34)),5)-20;
var2:=2*abs(var1);
var3:=100-(100-3*sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1)+2*sma(sma((close-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1),15,1));
var4:=100-(100-3*sma((open-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1)+2*sma(sma((open-llv(low,55))/(hhv(high,55)-llv(low,55))*100,20,1),15,1));
var5:=(high+low+close)/3;
var6:=(var5-ma(var5,10))/(0.015*avedev(var5,10));
var7:=(var5-ma(var5,30))/(0.015*avedev(var5,30));
var8:=if(var6>=150 and var6<200 and var7>=150 and var7<200,10,0);
var9:=if(var6<=-150 and var6>-200 and var7<=-150 and var7>-200,-10,var8);
vara:=(close-ma(close,13))/ma(close,13)*100;
varb:=100-abs(vara);
varc:=3*sma((indexc-llv(indexl,55))/(hhv(indexh,55)-llv(indexl,55))*100,20,1)-2*sma(sma((indexc-llv(indexl,55))/(hhv(indexh,55)-llv(indexl,55))*100,20,1),15,1);
vard:=3*sma((indexo-llv(indexl,55))/(hhv(indexh,55)-llv(indexl,55))*100,20,1)-2*sma(sma((indexo-llv(indexl,55))/(hhv(indexh,55)-llv(indexl,55))*100,20,1),15,1);
vare:=ref(low,1)*0.9;varf:=low*0.9;
var10:=(varf*vol+vare*(capital-vol))/capital;var11:=ema(var10,30);var12:=var11-close;
var13:=ref(close,1);var14:=sma(max(close-var13,0),7,1)/sma(abs(close-var13),7,1)*100;
var15:=sma(max(close-var13,0),13,1)/sma(abs(close-var13),13,1)*100;var16:=barscount(close);
var17:=sma(max(close-ref(close,1),0),6,1)/sma(abs(close-ref(close,1)),6,1)*100;
var18:=((-100)*(hhv(high,60)-close)/(hhv(high,60)-llv(low,60))+50)*2;
var19:=(close-llv(low,15))/(hhv(high,15)-llv(low,15))*100;var1a:=(sma(var19,4,1)-50)*2;
var1b:=sma(var1a,3,1);var1c:=(indexc-llv(indexl,14))/(hhv(indexh,14)-llv(indexl,14))*100;
var1d:=sma(var1c,4,1);var1e:=sma(var1d,3,1);var1f:=(hhv(high,30)-close)/close*100;
var20:=if(var17<=25 and var18<-95 and var1f>20 and var1b<-30 and var1e<30and var12>=-0.25 and var14<22 and var15<28 and var16>50,80,0);
大趋势: var3,colorblue;
顶线: if(varb<90,varb,100);
多方: if(var1>0,var1,0), linestick,colorffooff;
空方: -if(var1<0,var2,0), linestick;
抄底: var20,colorred,linethick2;
预警系统: (if((var7>=200 and var6>=150) or cross(65,多方),15,if(var7<=-200and var6<=-150,-15,var9))+65),colorccbbdd,linethick2;
stickline(var3<=ref(var4,1),var3,var4,8,0),colorgreen;
stickline(var3>ref(var4,1),var3,var4,8,0),colorred;
t1:=close>ma(close,20) and ma(close,20)>=ref(ma(close,20),1);
t2:=close<ma(close,20) and ma(close,20)<ref(ma(close,20),1);
t3:=多方>60 and 预警系统>65 and 顶线=100;
t4:=多方>48 and 预警系统>65 and 顶线<100;
t5:=空方<-38 and 预警系统<65;
t6:=抄底>50 and 顶线<90;
t7:=var3>ref(var4,1) and vol>ref(vol,1) and close>ref(close,1);
t8:=var3<=ref(var4,1) and close<ref(close,1) and 预警系统=65 and 抄底=0and 空方>=ref(空方,1) and varc<ref(vard,1);
drawtext(t1 and count(t1,30)=1,10,'上升!'),color00ffff;
drawtext(t2 and count(t2,30)=1,55,'下降!'),color00ffff;
drawtext(t3 and count(t3,30)=1,55,'过急!'),color00ffff;
drawtext(t4 and count(t4,30)=1,75,'庄家出货!'),color00ffff;
drawtext(t5 and count(t5,30)=1,50,'有小反弹!'),color00ffff;
drawtext(t6 and count(t6,30)=1,30,'抢反弹!'),color00ffff;
drawtext(t7 and count(t7,30)=1,-10,'进场!'),color00ffff;
drawtext(t8 and count(t8,30)=1,90,'见顶回落!'),color00ffff;
var1:=1;
var2:=(hhv(high,24)-close)/(hhv(high,24)-llv(low,24))*100*var1;
空方a: sma(var2,55,9)*var1,linethick2,colorgreen;
超跌线: 80*(hhv(high,50)-close)/(hhv(high,60)-llv(low,60)),coloryellow,linethick1,linedot;
var1:=100-100*(hhv(high,60)-close)/(hhv(high,60)-llv(low,60));
var2:=ema(var1,55);
多: ema(var1,10),colorred;
空: ema(var2,8),colorgreen,linedot;
上一指标公式:新导航指标公式详解 导航指标公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文看盘逃顶完整版指标公式详解 完整版指标公式仅供学习研究。