好公式网用指标公式为投资注入科技力量!
您的位置:好公式网通达信公式极品见好就收指标下载 通达信源码

极品见好就收指标下载 通达信源码

  • 指标公式类型:通达信公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2019-03-02 07:15:11
  • 指标公式标签:见好就收
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:极品见好就收指标下载 通达信源码

指标见好就收基本大同小异,关键在于分析
1,图中以小三角为准,角底出现第一天当天收盘进,无论阴收阳收,阴收算上第一天收盘进,第二天涨高收盘前卖
2,第一天阳收,三涨高,算上第一天,第三天收盘前一刻卖,第三天可能收阴,不过也赚
图里黄线的点d:\documents and settings\administrator\桌面[code]vara:=ref(low,1);
varb:=sma(abs(low-vara),3,1)/sma(max(low-vara,0),3,1)*100;
varc:=ema(if(close*1.3,varb*10,varb/10),3);
vard:=llv(low,30);
vare:=hhv(varc,30);
varf:=if(ma(close,58),1,0);
varg:=ema(if(low<=vard,(varc+vare*2)/2,0),3)/618*varf;
varh:=if(varg>100,100,varg);
吸筹:stickline(varh>-120,0,varh,6,1),colorblue;
{
50,colorred;
fillrgn(1,20,80),color222222;
fillrgn(1,90,100),color000068;
fillrgn(1,79,90),color663366;
fillrgn(1,10,20),color666600;
fillrgn(1, 0,10),color663300;
}
a:=ma(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),19),colorred;
b:=-100*(hhv(high,14)-close)/(hhv(high,14)-llv(low,14));
d:=ema(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),4),linethick2;
长期线:a+100,color9900ff;
短期线:=b+100,color888888;
中期线:d+100,coloryellow,linethick2;
见顶:=((ref(中期线,1)>85 and ref(短期线,1)>85 and ref(长期线,1)>65) and cross(长期线,短期线)) ,colorgreen;
顶部区域:=(中期线<ref(中期线,1) and ref(中期线,1)>80) and (ref(短期线,1)>95 or ref(短期线,2)>95 ) and 长期线>60 and 短期线<83.5
and 短期线<中期线 and 短期线<长期线+4,colorgreen;
顶部:=filter(顶部区域,4);
stickline( {见顶 or} 顶部,99,103,5,0 ),colorred,linethick2;
底部区域:=(长期线<12 and 中期线<8 and (短期线<7.2 or ref(短期线,1)<5) and (中期线>ref(中期线,1) or 短期线>ref(短期线,1)))
or (长期线<8 and 中期线<7 and 短期线<15 and 短期线>ref(短期线,1)) or (长期线<10 and 中期线<7 and 短期线<1) ,colorgreen;
stickline( 底部区域,-4,0,3,0 ),colorgreen;
低位金叉:=50*(长期线<15 and ref(长期线,1)<15 and 中期线<18 and 短期线>ref(短期线,1) and cross(短期线,长期线) and 短期线>中期线
and (ref(短期线,1)<5 or ref(短期线,2)<5 ) and (中期线>=长期线 or ref( 短期线,1)<1 ))coloryellow;
{减仓}
lc1:=ref(close,1);
rsi:=((sma(max((close - lc1),0),3,1) / sma(abs((close - lc1)),3,1)) * 100);
ff:=ema(close,3);
drawtext(cross(85,rsi),75,'减仓'),colorgreen;
{跟着庄家进}
r1:=(((ma(close,5))-close)/close>3/100);
r2:=((ma(close,10))-(ma(close,5)))/(ma(close,5))>0.03;
r3:=(llv(close,20)=llv(close,30));
大:=(r1 and r2 and r3);
大a:=filter(大,5);
买:stickline(大a,80,0,2,0),coloryellow;
跟着庄家进:=if(大a,1,0),colorred;
{底部选股}
var15:=((hhv(h,21)-c)/(hhv(h,21)-llv(l,21)))*100-10;
var25:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
var35:=sma(var25,13,8);
var45:=sma(var15,21,8);
x2:=ceiling(sma(var35,13,8));
x1:=x2-var45 ;
底部选股:if(x2-var45<(-80),30,0),colorcyan;
{超级短线买点}
aa:=ref(close,1);
bbb:=sma(max(close-aa,0),5,1)/sma(abs(close-aa),5,1)*1000;
hhh:=bbb-llv(bbb,10);
ss:=(ma(hhh,2)*3+hhh*13)/16;
短线买点:=if(ss>13,ma(ss,2),ss);
z:=21;
超级短线买点:if(cross(短线买点,21),50,0),colorwhite;
{机构增减仓}
var28:=(close-llv(low,20))/(hhv(high,20)-llv(low,20))*100;
var38:=sma(var28,4,1);
var48:=sma(var38,2,1);
趋势线2:=var28;
均线:=ma(var28,10);
机构增仓:if(var48<14 and var38<11,80,0),color0000ff;
机构减仓:if(var48>82 and var38>89,80,0),color00ff00;
a11:=ref(c,1);
rsi11:=sma(max(c-a11,0),6,1)/sma(abs(c-a11),6,1)*100;
a1:=c-ma(c,5)/ma(c,5)*100<1;
a2:=c-ma(c,13)/ma(c,13)*100<-10;
a3:=c-ma(c,34)/ma(c,34)*100<-15;
a4:=rsi11<18;
typ := (high + low + close)/3;
a5:=(typ-ma(typ,14)/(0.015*avedev(typ,14)))<-120;
组合底部:(a1 and a2 and a3 and a4 and a5)*100,color00ffff;
{}
var3a:=((hhv(h,21)-c)/(hhv(h,21)-llv(l,21)))*100-10;
var4a:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
var5a:=sma(var4a,13,8);
var6a:=sma(var3a,21,8);
趋势:=ceiling(sma(var5a,13,8)),linethick2,color0000ff;
看底:if((趋势-var6a<(-65)),1,6),color00ff00;
顶峰:if((趋势-var6a>85),95,100),colorf0f000;[/code]


  >>>使用本站搜索工具可以找到更多极品见好就收指标下载 通达信源码

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文极品见好就收指标下载 通达信源码仅供学习研究。

猜你喜欢

学了又学