好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式龙虎榜资金,助你紧随庄家资金流向,若能结合均线一年资金轻松实现翻倍下载

龙虎榜资金,助你紧随庄家资金流向,若能结合均线一年资金轻松实现翻倍下载

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2020-04-18 08:11:10
  • 指标公式标签:龙虎榜资金
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:龙虎榜资金,助你紧随庄家资金流向,若能结合均线一年资金轻松实现翻倍下载

龙虎榜资金,助你紧随庄家资金流向,若能结合均线一年资金轻松实现翻倍

龙虎榜资金(通达信指标 副图 源码 实测截图)

龙虎榜资金,紧随庄家资金流向,结合均线一年资金轻松翻倍

a:=signals_user(300, 0), nodraw; {上榜总金额}

b:=signals_user(299, 0), nodraw; {净流入}

d:=(a+b)/2,nodraw;{总买入}

e:=a-d,nodraw;{总卖出};

f:=amo/10000,nodraw;{当日成交金额 万元}

j:=a/f*100,nodraw;{上榜资金与成交金额占比}

换手:=vol*10000/finance(7),nodraw,colorgreen;

次数:=count(a>0,30),nodraw;

月收益:(hhv(h,30)-llv(l,30))/llv(l,30)*100,nodraw;

年收益:(hhv(h,250)-llv(l,250))/llv(l,250)*100,nodraw;

月离高:barslast(hhv(h,30)>c),nodraw;

月离底:barslast(llv(l,30)<c),nodraw;

rc1:=ref(c,1);

zt:=c/ref(c,1)>1.099 and h>l;

cs:=if(c>=1,10000,100000);

c涨停10:=1.10*rc1-49/cs;{考虑到4舍5入}

c涨停5 :=1.05*rc1-49/cs;

c跌停10:=0.90*rc1+51/cs;

c跌停5 :=0.95*rc1+51/cs;

st:=namelike('s') or namelike('*s');

涨停:= if(st, c>=c涨停5, c>=c涨停10);

跌停:= if(st, c<=c跌停5, c<=c跌停10);

盘中涨停:=if(st, h>=c涨停5, h>=c涨停10);

盘中跌停:=if(st, l<=c跌停5, l<=c跌停10);

次数z:=count(c/ref(c,1)>=1.097 or 涨停,30),nodraw;

次数n:=count(c/ref(c,1)>=1.097 or 涨停,250),nodraw;

stickline(h/ref(c,1)>=1.097 and h>c , 1,10, 0.1, -1),colorwhite;

stickline(c/ref(c,1)>=1.097 , 1,10, 0.1, 0), colorred; {价异动 换手异动}

stickline(b>0 , 1,10, 0.1, 0), colorred;

stickline(b<0 , 1,10, 0.1, 0), colorgreen;

{a}

drawtext(a>=10000,10*0.6,varcat(varcat('上榜总:',var2str(a,0)),'万')),coloryellow;

drawtext(a<10000,10*0.6,varcat(varcat('上榜总:',var2str(a,0)),'万')),colormagenta;

drawtext(d>0,10*0.45,varcat(varcat('总买入:',var2str(d,0)),'万')),colormagenta;

drawtext(d<0,10*0.45,varcat(varcat('总买入:',var2str(d,0)),'万')),colorgreen;

drawtext(e>0,10*0.3,varcat(varcat('总卖出:',var2str(e,0)),'万')),colormagenta;

drawtext(e<0,10*0.3,varcat(varcat('总卖出:',var2str(e,0)),'万')),colorgreen;

drawtext(b>0,1.5,varcat(varcat('净流入:',var2str(b,0)),'万')),colormagenta;

drawtext(b>=1000,1.5,varcat(varcat('净流入:',var2str(b,0)),'万')),coloryellow;

drawtext(b<0,1.5,varcat(varcat('净流入:',var2str(b,0)),'万')),colorgreen;

drawtext(b<=-1000,1.5,varcat(varcat('净流入:',var2str(b,0)),'万')),colorblue;

drawtext(j>0,9,varcat(varcat('占比:',var2str(j,0)),'%')),colormagenta;

drawtext(换手<=20 and a>0,7.5,varcat(varcat('换手:',var2str(换手,0)),'%')),coloryellow;

drawtext(换手>20 and 换手<50 and a>0,7.5,varcat(varcat('换手:',var2str(换手,0)),'%')),colormagenta;

drawtext(换手>=50 and a>0,7.5,varcat(varcat('换手:',var2str(换手,0)),'%')),colorred;

drawtext(h/ref(c,1)>=1.097 and h>c ,6,'炸板操作'),colormagenta;

drawtext_fix(1,0.915,0,0,'月上榜:'),coloryellow;

drawnumber_fix(1,0.96,0,0,const(次数)),coloryellow;

drawtext_fix(1,0.98,0,0,'次'),coloryellow;

drawtext_fix(1,0.915,0.2,0,'月涨停:'),coloryellow;

drawnumber_fix(1,0.96,0.2,0,const(次数z)),coloryellow;

drawtext_fix(1,0.98,0.2,0,'次'),coloryellow;

drawtext_fix(1,0.915,0.4,0,'年涨停:'),coloryellow;

drawnumber_fix(1,0.96,0.4,0,const(次数n)),coloryellow;

drawtext_fix(1,0.98,0.4,0,'次'),coloryellow;

{价异动 换手异动}

drawtext(换手<=20 and c/ref(c,1)>=1.097 or 盘中涨停,7.5,varcat(varcat('换手:',var2str(换手,0)),'%')),coloryellow;

drawtext(换手>20 and c/ref(c,1)>=1.097 or 盘中涨停,7.5,varcat(varcat('换手:',var2str(换手,0)),'%')),colormagenta;

drawtext(换手>=50 and c/ref(c,1)>=1.097 or 盘中涨停,7.5,varcat(varcat('换手:',var2str(换手,0)),'%')),colorred;

{收益}

drawtext_fix(1,0.915,0.6,0,'月收益:±'),coloryellow;

drawnumber_fix(1,0.96,0.6,0,const(月收益)),colorred;

drawtext_fix(1,0.98,0.6,0,'%'),coloryellow;

drawtext_fix(1,0.915,0.8,0,'年收益:±'),coloryellow;

drawnumber_fix(1,0.96,0.8,0,const(年收益)),colorred;

drawtext_fix(1,0.98,0.8,0,'%'),coloryellow;


龙虎榜资金,助你紧随庄家资金流向,若能结合均线一年资金轻松实现翻倍

  >>>使用本站搜索工具可以找到更多龙虎榜资金,助你紧随庄家资金流向,若能结合均线一年资金轻松实现翻倍下载

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文龙虎榜资金,助你紧随庄家资金流向,若能结合均线一年资金轻松实现翻倍下载仅供学习研究。

猜你喜欢

学了又学