好公式网用指标公式为投资注入科技力量!
您的位置:好公式网同花顺公式大老虎主图指标公式详解 同花顺老虎

大老虎主图指标公式详解 同花顺老虎

  • 指标公式类型:同花顺公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-05-26 21:59:00
  • 指标公式标签:老虎
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:大老虎主图指标公式详解 同花顺老虎

//大老虎主图

tyx3:=ma(ref(hhv((c+l+o+h)/4,30),1),3);

tyx4:=ma((c+l+o+h)/4,13);

tyx5:=ema((c+l+o+h)/4,21);

stickline(c<tyx5 and c>o,h,l,0.1,1),colorred;

stickline(c<tyx5 and c>o,c,o,9,1),colorred;

stickline(c<tyx5 and c<o,h,l,0.1,0),color009900;

stickline(c<tyx5 and c<o,c,o,9,0),color005500;

stickline(c<tyx5 and c<o,c,o,6,0),color005a00;

stickline(c<tyx5 and c<o,c,o,5,0),color006600;

stickline(c<tyx5 and c<o,c,o,4,0),color006b00;

stickline(c<tyx5 and c<o,c,o,3,0),color007700;

stickline(c<tyx5 and c<o,c,o,1,0),color007b00;

stickline(c>tyx5 and c<o,h,l,0.1,0),colorffaa22;

stickline(c>tyx5 and c<o,c,o,9,0 ),colorff7700;

stickline(c>tyx5 and c<o,c,o,6,0 ),colorff8811;

stickline(c>tyx5 and c<o,c,o,5,0 ),colorffaa22;

stickline(c>tyx5 and c<o,c,o,4,0 ),colorffbb33;

stickline(c>tyx5 and c<o,c,o,3 ,0 ),colorffdd44;

stickline(c>tyx5 and c<o,c,o,1 ,0 ),colorffff55;

stickline(c>tyx5 and c>o,h,l,0.1,0 ),color00ccff;

stickline(c>tyx5 and c>o,c,o,9,0 ),color00aaff;

stickline(c>tyx5 and c>o,c,o,6,0 ),color00bbff;

stickline(c>tyx5 and c>o,c,o,5,0 ),color00ccff;

stickline(c>tyx5 and c>o,c,o,4,0 ),color00ddff;

stickline(c>tyx5 and c>o,c,o,3,0 ),color00eeff;

stickline(c>tyx5 and c>o,c,o,1,0 ),color00ffff;

stickline(c>tyx4 and c>o,h,l,0.1,0),coloraa00aa;

stickline(c>tyx4 and c>o,c,o,9,0 ),colorff11ff;

stickline(c>tyx4 and c>o,c,o,6,0 ),colorff33ff;

stickline(c>tyx4 and c>o,c,o,5,0 ),colorff44ff;

stickline(c>tyx4 and c>o,c,o,4,0 ),colorff55ff;

stickline(c>tyx4 and c>o,c,o,3,0 ),colorff66ff;

stickline(c>tyx4 and c>o,c,o,2,0 ),colorff77ff;

stickline(c>tyx4 and c>o,c,o,1,0 ),colorff88ff;

stickline(c>tyx4 and c<o,h,l,0.1,0),colorwhite;

stickline(c>tyx4 and c<o,c,o,9,0),color555555;

stickline(c>tyx4 and c<o,c,o,6,0),color777777;

stickline(c>tyx4 and c<o,c,o,5,0),color999999;

stickline(c>tyx4 and c<o,c,o,4,0),coloraaaaaa;

stickline(c>tyx4 and c<o,c,o,3,0),colorbbbbbb;

stickline(c>tyx4 and c<o,c,o,2,0),colorcccccc;

stickline(c>tyx4 and c<o,c,o,1,0),colordddddd;

stickline(c>tyx4 and c<o,c,o,0.1,0),coloreeeeee;

stickline(c>tyx3 and c>o,h,l,0.5,0),color0000dd;

stickline(c>tyx3 and c>o,c,o,8,0),color000099;

stickline(c>tyx3 and c>o,c,o,9,0),color0000aa;

stickline(c>tyx3 and c>o,c,o,5,0),color0000bb;

stickline(c>tyx3 and c>o,c,o,4,0),color0000cc;

stickline(c>tyx3 and c>o,c,o,3,0),color0000dd;

stickline(c>tyx3 and c>o,c,o,2,0),color0000ee;

stickline(c>tyx3 and c>o,c,o,1,0),color0000ff;

stickline(high=low and close=open and (close/ref(close,1))>1.048,high,low,9,0) ,colorred;

stickline(high=low and close=open and (ref(close,1)/close)>1.048,high,low,9,0) ,color00ff00;

stickline(ref(count(c<tyx3,5)=5,1) and c>tyx3 and c>o,c,o,2,0),color00ccff;

mid:=(3*close+low+open+high)/6;

牛线: (20*mid+19*ref(mid,1)+18*ref(mid,2)+17*ref(mid,3)+16*ref(mid,4)+15*ref(mid,5)+14*ref(mid,6)+13*ref(mid,7)+12*ref(mid,8)+11*ref(mid,9)+10*ref(mid,10)+9*ref(mid,11)+8*ref(mid,12)+7*ref(mid,13)+6*ref(mid,14)+5*ref(mid,15)+4*ref(mid,16)+3*ref(mid,17)+2*ref(mid,18)+ref(mid,20))/210,colorred;

马线:ma(牛线,6),colorgreen;

水平面:ma(c,60),pointdot,linethick4,coloryellow;


大老虎主图

  >>>使用本站搜索工具可以找到更多大老虎主图指标公式详解 同花顺老虎

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文大老虎主图指标公式详解 同花顺老虎仅供学习研究。

猜你喜欢

学了又学