抄底与逃顶副图自经常用的指标附有源码实测图公式
抄底与逃顶(飞狐公式 副图 源码 实测图)自经常用的指标
var1:=(close-llv(low,36))/(hhv(high,36)-llv(low,36))*100;
var2:=sma(var1,3,1);
var3:=sma(var2,3,1);
var4:=sma(var3,3,1);
波: var3;
段: var4;
var6:=cross(var3,var4) and var3<20;
drawtext(filter(var6,10)=1,40,'抄底'),linethick3 , ;
stickline(filter(var6,10)=1,0,30,10,0),colorgreen , ;
var7:=cross(var4,var3) and var3>80;
stickline(filter(var7,5)=1,80,100,10,0),coloryellow , ;
drawtext(filter(var7,5)=1,70,'逃顶'),linethick3 ,coloryellow, ;
var8:=cross(var2,var3) and var3>80 and var3>var4;
stickline(var8,85,100,10,0), , ;
90, ,;
0, ,;
bias3:=ma((close-ma(close,28))/ma(close,28),3)*100;
观望区:if(bias3<0,bias3,0),color00f600;
操作区:if(bias3>0,bias3,0),color0000ff;
个股趋势:=ma(c,1)/ma(ref(c,18),18)*100,;
大盘趋势:=ma(indexc,1)/ma(ref(indexc,18),18)*100;
位置:(个股趋势-大盘趋势),linethick0;
stickline(位置>=0,2,-2,10,0),colorc0c0c0;
stickline(位置<0,2,-2,10,0),colorff0000;
x:=1;
lgl:=if(ema(c,5)/ema(ema(c,9),16)<=0.85 and c/ref(c,1)>0.905 and c/ref(c,1)<1.05 and vol/capital*100<5,50,0);
wr1:=-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34))+100*x;
wr2:=-100*(hhv(high,50)-close)/(hhv(high,50)-llv(low,50))+100;
wr3:=-100*(hhv(high,70)-close)/(hhv(high,70)-llv(low,70))+100*x;
bias1 := ((close-ma(close,34))/ma(close,34)*100+10)*5;
bias2 := ((close-ma(close,50))/ma(close,50)*100+10)*5;
bias3 := ((close-ma(close,70))/ma(close,70)*100+10)*5;
s1:=(wr1+wr2+wr3+bias1+bias2+bias3)/6*x;
s2:=ema(s1,3);
s3:=abs(bias1-bias3);
sx:=(s1+s3)/2;//好公式网www.goodgongshi.com
xc1:=(-1)*(ema(100*(1-winner(close)),1)-50)+50;
ccc:=xc1+sx;
zjz:=if( lgl>0 and ccc<0,200,0)*x;
lxl:=if(sx<0 and c=llv(c,5) and c/ref(c,1)>0.905 and c/ref(c,1)<1.05 and vol/capital*100<5,-50,0);
jbj:=if(ccc<0 and lxl=-50,100,0)*x;
ma3:= ma(c,3);
c0:=ref(c,2)*0.865;
c1:=ref(c,13)*0.772;
bot:=min(c0,c1);
hsl:=100*vol/capital*x;
ma13:=ma(c,13)*x;
cxc:=if((c-bot)/c<3/100 and sum(hsl,5)/5<1.8,1,0);
vmc:=if(cxc>0 and (lxl<0 or lgl>0),100,0);
ν满仓:vmc;
ν半仓α:if(((zjz>0 and jbj>0 and sum(vol/capital*100,5)/5<1) or (cxc>0 and ref(c,1)/ref(c,2)>0.902)) or
(((zjz>0 and jbj>0 and sum(vol/capital*100,5)/5<1) or cxc>0) and (lxl<0 or lgl>0)) and vmc<10 ,50,0);
v93:=(((zjz>0 and jbj>0 and sum(vol/capital*100,5)/5<1) or cxc>0) and (lxl<0 or lgl>0));
v90:=((zjz>0 and jbj>0 and sum(vol/capital*100,5)/5<1) or (cxc>0 and ref(c,1)/ref(c,2)>0.902));
ν半仓:=v93 or v90;
xmm87:=vmc or v93 or v90;
xmm91:=vmc;
g:=ma(close,80)-ma(close,10)/3*x;
初级:if(xmm87>0,87,0),stick,linethick2;
中级:if(xmm91>0,91,0),stick,linethick2;
高级:if(vmc>0 and close<g,97,0),stick,linethick3;
a01:=dynainfo(7);
a03:=barscount(close);
a04:=(sma((close / hhv(high,120)),3,1) * 100);
a05:=if((a03 > 20),a04,0);
a06:=if((low > a01),0,if((high < a01),1,(((a01 - low) + 0.009) / ((high - low) + 0.009))));
a07:=dma(a06,(vol / capital)) * 60;
a09:=if((((a07 > 0) and (a07 > ref(a07,1))) and (a05 <= 88)),a07,0);
var1:=3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);
var2:=ema(var1,8);
var3:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);
趋势:=ema(var3,3)-10;
fillrgn(趋势>80,趋势,80);
drawicon(cross(趋势,0),0,1);
fillrgn((a09 > 0 and (趋势<20 or 趋势>ref(趋势,1)and 趋势<50)),0,a09),colorffff00;
机构建仓区:0,linethick0,colorffff00;
var4:=(趋势-ref(趋势,1))/ref(趋势,1)*100;
stickline(趋势<=13,0,20,5,0),colorcc9900;
drawtext(filter(趋势<=13,15),30,'准备现金'),colorcc9900;
stickline(趋势<=13 and var4>13,0,50,5,0),color0099ff;
var5:=filter((趋势<=13 and var4>13),10);
drawtext(var5,60,'买入'),color0099ff;
stickline(趋势>=90 and var4,0,30,5,0),colorgray;
var6:=filter((趋势>=90 and var4),10);
drawtext(var6,40,'清仓'),colorgray;
var7:=llv(low,30);
var8:=hhv(high,30);
var9:=ema((close-var7)/(var8-var7)*4,4)*25;
stickline(var9>90,100,105,10,2),colorred;
var10:=(var9-llv(var9,4))/(hhv(var9,4)-llv(var9,4))*100;
drawtext(if(cross(var9,var10) and var9>87,95,0),88,'险'),color00ff00,align1;
drawicon(cross(90,var9),95,9);
var11:=sma(abs(l-ref(l,1)),3,1)/sma(max(l-ref(l,1),0),3,1)*100;
var12:=hhv(var11,30)*8;
火焰山:ema(if(low<=var7 and 趋势<40,(var11+var12),0),3)/618,colorred,linethick2;
stickline(火焰山>0,0 ,火焰山*1.2,8,0 ),colorred;
var13:=(ma(c,1)+ma(c,3)+ma(c,5)+ma(c,7)+ma(c,9))/5;
var14:=(ma(c,2)+ma(c,4)+ma(c,6)+ma(c,8)+ma(c,10))/5;
趋势线: 趋势,colorff0000;
var16:=max(ema(var13,2)-ema(var14,5),0)*200;
var17:=ema(var16,5);
波浪峰:var17,stick,colorff00ff;
stickline(var17<ref(var17,1),0,var17,1,0),color00ff00;
var18:=ma(趋势线,8);
if(cross(var2,var18) and var2<15,50,0),colorred;
drawtext(cross(趋势线,var2)and 趋势线>ref(趋势线,1)and 趋势线<50,50,'追涨'),colorff0000;
上一指标公式:日周月K线同图主图公式下载
下一指标公式:吸筹反转KDJ源码近期改编的飞狐公式副图附实效图公式下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文抄底与逃顶副图自经常用的指标附有源码实测图公式下载仅供学习研究。