该副图指标名为“大资金”,朋友给的,当大量出现彩色条状带后又出现“大资金”提示,配合其他提示买入指标,一般可以确定拉升
retnum:="fhfxjdzh@dzhfxjfh"(1); taishan:=intpart(mod(retnum,10))-5; drawgbk(close=close,colorrgb(130,130,130),colorrgb(30,30,30),1); rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100; k:=sma(rsv,3,1); d:=sma(k,3,1); j:=3*k-2*d; v1:=(close*2+high+low)/4*10; v2:=ema(v1,13)-ema(v1,34); v3:=ema(v2,5); v4:=2*(v2-v3)*5.5; 吸筹:=if(v4>=0,v4,0); v5:=(hhv(indexh,8)-indexc)/(hhv(indexh,8)-llv(indexl,8))*8; v6:=ema(3*v5-2*sma(v5,18,1),5); v7:=(indexc-llv(indexl,8))/(hhv(indexh,8)-llv(indexl,8))*10; v8:=(indexc*2+indexh+indexl)/4; v9:=ema(v8,13)-ema(v8,34); va:=ema(v9,3); vb:=(v9-va)/3; 出动:=if(vb>=0,vb,0); kx:=sysparam(3)-sysparam(2)+1; kh:=hhv(k,kx); jh:=hhv(j,kx); kl:=llv(k,kx); jl:=llv(j,kx); hkmax:=max(kh[datacount],jh[datacount]); lkmin:=min(kl[datacount],jl[datacount]); khlb:=(hkmax+lkmin)/2; khlc:=hkmax-lkmin; mhf:=hhv(吸筹,kx); mhd:=hhv(出动,kx); mlf:=llv(吸筹,kx); mld:=llv(出动,kx); hmax:=max(mhf[datacount],mhd[datacount]); lmin:=min(mlf[datacount],mld[datacount]); fhlb:=(hmax-lmin)/100; fhlc:=hmax-lmin; v000:=(吸筹-fhlb)*khlc/fhlc+khlb-50; v001:=(出动-fhlb)*khlc/fhlc+khlb-50; 主力:=v000; 散户:=v001; aa:=(winner(close+close*15/100))*100; bb:=(winner(close+close*0/100))*100; cc:=aa-bb; dd:=(winner(close-close*0.1/100)-(winner(close-close*15/100)))*100; ee:=cc<3 and dd<0.5 and open<>low; a1:=dynainfo(6); a2:=if(low>a1,0,if(high<a1,1,(a1-low+0.01)/(high-low+0.01))); a3:=vol/winner(low); a4:=ref(hhv(close,120),1); a5:=ref(llv(close,120),1); a6:=100*(close-a5)/(a4-a5); a7:=a2>0 or a2=1; a8:=a7 and a3/ref(a3,3)>=3 and a6<80; a9:=ref(a8,1) or ref(a8,2) or ref(a8,3) or ref(a8,4); a10:=a8 and a9; a11:=if(filter(a8,3),13,0); a12:=if(filter(a10,5) or ee,10,0); 资金进场日:=if(a11,13,0); stickline(a12,0,10,5,0),colorff00ff; 资金加仓日:=if(a12,10,0); drawtext(a11,35,'←进场'),colorffffff; drawtext(a12,-5,'←加仓'),colorff; var1:=ref(low,1); var2:=(sma(abs(low-var1),13,1))/(sma(max(low-var1,0),13,1))*10; var3:=ema(var2,13); var4:=llv(low,34); var5:=ema(if(low<=var4,var3,0),3); 发现主力看跌:=stickline(low>ref(close,1),0,0.15,2,0); stickline(var5>ref(var5,1),0,var5,8,0),coloraa; stickline(var5>ref(var5,1),0,var5,5,0),colorcc; stickline(var5>ref(var5,1),0,var5,3,0),colordd; stickline(var5>ref(var5,1),0,var5,1,0),colorff; 洗盘拉升:=stickline(low>ref(close,1),0,0.15,2,0); stickline(var5<ref(var5,1),0,var5,8,0),color7400; stickline(var5<ref(var5,1),0,var5,5,0),color9f00; stickline(var5<ref(var5,1),0,var5,3,0),colorc000; stickline(var5<ref(var5,1),0,var5,1,0),colore700; 主力出动看涨:=stickline(low>ref(close,1),0,0.15,2,0); stickline(var5>ref(var5,1) and close>open,0,var5,8,0),coloraaaa; stickline(var5>ref(var5,1) and close>open,0,var5,5,0),colorcccc; stickline(var5>ref(var5,1) and close>open,0,var5,3,0),coloreeee; stickline(var5>ref(var5,1) and close>open,0,var5,1,0),colorffff; 打压下跌:=stickline(low>ref(close,1),0,0.15,2,0); stickline(var5<ref(var5,1) and close<open,0,var5,8,0),colorbb7100; stickline(var5<ref(var5,1) and close<open,0,var5,5,0),colorff7100; stickline(var5<ref(var5,1) and close<open,0,var5,3,0),colorff9000; stickline(var5<ref(var5,1) and close<open,0,var5,1,0),colorffbe00; if(var5<ref(var5,0),var5,0),linethick2,colorff; var6:=100-3*sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1)+2*sma(sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1),15,1); var7:=100-3*sma((open-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1)+2*sma(sma((open-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1),15,1); var8:=var6<ref(var7,1) and vol>ref(vol,1) and close>ref(close,1); stickline(var8 and count(var8,18)=1,0,18,8,0),coloraa00bb; stickline(var8 and count(var8,18)=1,0,18,8,0),colorbb11bb; stickline(var8 and count(var8,18)=1,0,18,5,0),colorcc22bb; stickline(var8 and count(var8,18)=1,0,18,3,0),colordd33bb; stickline(var8 and count(var8,18)=1,0,18,1,0),coloree44bb; drawtext(var8 and count(var8,18)=1,18,'←大资金'),colorff00ff; drawtext(var8 and count(var8,18)=1,30,'←择机买入'),colorff00; drawtext(var8 and count(var8,18)=1,-10,'←多数会涨'),colorffff; va1:=(ema(close,6)-ema(close,12))/ema(close,12)*100; va2:=hhv(va1,3); 监测:=va2; 监测均线:=ma(va2,10); va3:=llv(high,18); va4:=hhv(high,18); va5:=ema((close-va3)/(va4-va3)*100,13); 个股态势:=ema(0.618*ref(va5,1)+0.382*va5,3); 个股态势ma:=ma(个股态势,26); 买入:(主力>ref(主力,1) or 资金加仓日=10 or 资金进场日=13) and (监测=ref(监测,1) and ref(监测,1)=ref(监测,2) or ref(监测,1)=ref(监测,2) and ref(监测,1)=ref(监测,2)) and 监测<1 and 个股态势<60 and (close-ref(close,4))/ref(close,4)*100<5 and (close-ref(close,1))/ref(close,1)*100<4 and if(date<=1101111,1,0),colorff; drawicon(买入,1,1),align4,colorff;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文大资金流向公式配合买入提示能确定拉升 飞狐流向指标 源码仅供学习研究。