{☆背景設置}
drawgbk(c=c,colorrgb(30,30,30),colorrgb(130,130,130),1);
{☆資金流向}
zlcm:=ema(winner(close)*70,3);//主力籌碼估算
shcm:=ema((winner(close*1.1)-winner(close*0.9))*80,3);//散戶籌碼估算
zshtl:=shcm/(zlcm+shcm)*100;//散戶套牢籌碼比率
zzlkp:=zlcm/(zlcm+shcm)*100;//主力控盤籌碼比率
zcmzl:=ma(zlcm+shcm,13);//市場籌碼總量
zznts:=barslast(zshtl<90 and ref(zshtl,1)>90);//走牛天數
zshjj:=ema(zshtl,89);//散戶警戒
zzljj:=ema(zzlkp,89);//主力警戒
zjlrqd:=round(zzlkp-zzljj);//資金流入強度
sh8:=ema(zshtl,8);
dkb:=if(zzlkp-ref(zzlkp,1)>zshtl-ref(zshtl,1),1,0);
散戶套牢系數:round(zshtl),linethick0,colorwhite;
主力控盤系數:round(zzlkp),linethick0,colorcyan;
資金流入強度:zjlrqd,linethick0,colorred;
市場籌碼總量:round(zcmzl),linethick0,colorgreen;
{神祕黑洞}
fillrgn(ref(zshtl,1)>90 and zshtl<90,zshtl,0),color9966ff;
{散戶套牢籌碼}
stickline(c>0,zshtl,zzlkp,0,0),coloreeeeee;
{散戶籌碼警戒}
stickline(zshjj>ref(zshjj,1),zshtl,zshjj,1,0),colorcary;
{散戶線}
partline(c>0,zshtl),linedot,coloryellow;
{主力控盤籌碼}
stickline(c>0,zzlkp,0,7,0),colorblue;
{鑄頂風險區}
stickline(zzlkp>75,zzlkp,0,7,0),colorffffff;
{主力籌碼警戒}
stickline(zzljj>ref(zzljj,1),zzlkp,zzljj,7,0),colorred;
{築底散兵坑}
stickline(zshtl>=90,zzlkp,0,7,0),color66ffcc;
{籌碼總量}
partline(c>0,zcmzl),colorgreen;
{籌碼總量上昇}
partline(zcmzl>ref(zcmzl,1),zcmzl),color0066ff;
{增量資金}
drawtext(zcmzl>ref(zcmzl,1) and sh8<ref(sh8,1) and islastbar,zcmzl,'←增量資金');
explain(c>ref(c,1),'§'+stkname+' №:'+stklabel),colorred;
explain(c<=ref(c,1),'§'+stkname+' №:'+stklabel),colorgreen;
{走牛天數判斷}
explainex(c>0,'走牛天數判斷:',zznts,0,0),colorwhite;
{主力動向監控}
explain(zcmzl>ref(zcmzl,1) and dkb=1,'主力動向監控:主力增倉'),colorred;
explain(zcmzl>ref(zcmzl,1) and dkb=0,'主力動向監控:主力減倉'),colormagenta;
explain(zcmzl=ref(zcmzl,1),'主力動向監控:多空平衡'),colorgray;
explain(zcmzl<ref(zcmzl,1) and dkb=1,'主力動向監控:主力回補'),colorff9933;
explain(zcmzl<ref(zcmzl,1) and dkb=0,'主力動向監控:主力出逃'),colorgreen;
{特別信號提示}
explain(zshtl>90,'特別信號提示:築底散兵坑'),color66ffcc;
explain(zzlkp>75,'特別信號提示:鑄頂風險區'),colorcyan;
explain(cross(zcmzl,zzljj) and zzlkp>zzljj and zzlkp>10 and zzljj>ref(zzljj,1) and zcmzl>ref(zcmzl,1),'特別信號提示:穿越警戒'),colorred;
explain(cross(zcmzl,zzlkp) and zzlkp>zzljj and zzlkp<zshtl and zzlkp>10 and zzljj>ref(zzljj,1) and zcmzl>ref(zcmzl,1),'特別信號提示:穿越主力'),coloryellow;
explain(cross(zcmzl,zshtl) and zshtl>zzlkp and zcmzl>ref(zcmzl,1),'特別信號提示:穿越散戶'),colorgreen;
explain(cross(zcmzl,100) and zcmzl>ref(zcmzl,1),'特別信號提示:全盤穿越'),color3399ff;
explain(ref(zshtl,1)>90 and zshtl<90,'特別信號提示:神祕黑洞'),color9966ff;
上一指标公式:[大智慧L2解密]生财线公式 飞狐生财解密指标 源码
下一指标公式:短线快攻赢家雷达带解盘公式 飞狐赢家带解盘指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文真資金流公式 飞狐真資金流指标 源码仅供学习研究。