v神
换手:if(capital>0,v/capital*100,v),linethick,precision2;
hs:=换手;
k:=sma((c-llv(l,9))/(hhv(h,9)-llv(l,9))*100,3,1),color00ff00,linethick0,precision2;
d:=sma(k,3,1),colorffffff,linethick0,precision2;
j:=3*k-2*d;
hlp:=sma(winner(c)*100,3,1),color2588ff,linethick0,precision2;
///www.goodgongshi.com
nn:=sysparam(3)-sysparam(2)+1;
hh:=hhv(v,nn);
ll:=llv(v,nn);
最高:=hh[sysparam(3)];
最低:=ll[sysparam(3)];
rcc:=最高*0.9-(最高-最低)*0.5;
rhl:=rcc;
hlmax:=max(最高,最低);
hlmin:=min(最高,最低);
hlmn1:=(hlmax+hlmin)/2;
hlmn2:=hlmax-hlmin;
hlmn3:=(100-0)/2*1.3;
hlmn4:=(100-0)/1*1.3;
限制显示k线面积:=range(barpos,sysparam(3)-250,sysparam(3)+1);
fillrgn(限制显示k线面积,((100-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((80-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color333333;
fillrgn(限制显示k线面积,((0-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((25-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color333333;
fillrgn(限制显示k线面积 and hlp>80,((hlp-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((80-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color9a5791;
partline(限制显示k线面积,((25-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color888888;
partline(限制显示k线面积,((50-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color888888;
partline(限制显示k线面积,((80-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color888888;
{最佳买入时机}
lc:=ref(close,1);
rsi5:=((sma(max((close - lc),0),5,1) / sma(abs((close - lc)),5,1)) * 100);
tr1:=sum(max(max((high - low),abs((high - ref(close,1)))),abs((low - ref(close,1)))),10);
hd:=(high - ref(high,1));
ld:=(ref(low,1) - low);
dmp:=sum(if(((hd > 0) and (hd > ld)),hd,0),10);
dmm:=sum(if(((ld > 0) and (ld > hd)),ld,0),10);
pdi:=((dmp * 100) / tr1);
mdi:=((dmm * 100) / tr1);
adx:=ma(((abs((mdi - pdi)) / (mdi + pdi)) * 100),5);
av:=(rsi5 + adx);
dxr:=(((adx + ref(adx,5)) / 2) + rsi5);
wr10:=((100 * (hhv(high,10) - close)) / (hhv(high,10) - llv(low,10)));
newvol:=(rsi5 - wr10);
最佳买入:=(av + newvol);
stickline(cross(最佳买入,0),((85-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((100-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,6,0),colorred;
{百万测底}
趋势线:= 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),linethick2,colorred,precision0;
准备:if(趋势线<=5,((65-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((100-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),colorffffff;
vara2:=llv(ma(low,3),3);
vara3:=hhv(ma(high,3),3);
kk:=ema((close-vara2)/(vara3-vara2)*100,4)*0.7+20,colorff00ff,linethick2;
dd:=ema(0.667*ref(kk,1)+0.333*kk,2)*0.7+20,colorffff00;
kk2:=ema(abs(vara2-close)/abs(vara2-vara3)*100,4)*0.7+20;
dd2:=ema(0.667*ref(kk2,1)+0.333*kk2,2)*0.7+20;
提示:if((kk2-kk)*2.5>35,((75-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((100-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),linethick2,colorff00ff,precision0;
xxjj:=llv("kdj.j",2)=llv("kdj.j",8);
时机: if(cross("kdj.j",1) and ref(xxjj,1),((90-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((100-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),linethick2,coloryellow,precision0;
地量买点:=cross(0.9,1/vol*1000>0.01 and "kdj.j"<0);
stickline(地量买点,((0-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,((20-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl,9,0),colorff0080,precision0;
sj:=if(currenttime>93000 and currenttime<150000,
if(currenttime<113000,(timetot0(currenttime)-34200)/60,
if(currenttime>130000,(timetot0(currenttime)-39600)/60,120)),240);
预测额:if(barstatus=2,(v/sj*240),v),color00ffff,linethick;
stickline(barstatus=2,0,预测额,9,1),coloreeeeff,linedot;
地量:=if(capital=0,amount=llv(amount,34),换手<ma(换手,sumbars(v,capital))/3) ,linethick0;
极地量:if(换手<ma(换手,sumbars(vol,capital))/4,1,0),linethick0;
连续地量:=count(地量,3)>=3 and count(极地量,3)>=1;
一字涨板:=c>=ref(c,1)*1.01 and c=o and h=l;一字跌板:=c*1.1>=ref(c,1) and c=o and h=l;
无一字板:=not(一字涨板 or 一字跌板);
stickline(地量 and 无一字板 and (c-ma(c,5))/ma(c,5)*100<0,v,0,8,0),colorff0080;
stickline(地量 and 无一字板 and (c-ma(c,5))/ma(c,5)*100<0,v,0,8,0),color00ffff;
stickline(c>o,v,0,6,1),colorred;
stickline(c<=o,v,0,6,1),colorfff333;
aa:=vol>=ref(v,1)*1.91 and c>ref(c,1);
aa1:=vol<ref(llv(vol,21),1) and 无一字板;
aa2:=vol<ref(llv(vol,55),1) and 无一字板;
aa3:=abs(vol-ref(vol,1))/ref(vol,1)<=0.05 and 无一字板;
stickline(aa,0,v,6,0),colorred;
stickline(aa1,0,v/2,6,0),colorgreen;
stickline(aa2,0,v/2,6,0),colorff00ff;
stickline(aa3,0,v,4,0),colorwhite;
地线:hhv(v,60)/6,color00ff00,linethick2,precision0;
partline(限制显示k线面积,((hlp-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color2588ff,linethick1,linedot;
partline(限制显示k线面积,(("kdj.k"-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),colorfff111;
partline(限制显示k线面积,(("kdj.d"-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),color00ff00;
partline(限制显示k线面积,(("kdj.j"-hlmn3)*hlmn2/hlmn4+hlmn1)+rhl),colorff1111;
mv35:ma(v,35),colorffffff,precision0;
mv10:ma(v,10),color00ffff,precision0;
mv5:ma(v,5),colorff00ff,precision0;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文V神操盘公式下载 飞狐V神指标 源码仅供学习研究。