好公式网用指标公式为投资注入科技力量!
您的位置:好公式网大智慧公式地主赚钱副图源码公式下载 大智慧指标赚钱源码

地主赚钱副图源码公式下载 大智慧指标赚钱源码

  • 指标公式类型:大智慧公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2019-01-07 06:47:52
  • 指标公式标签:赚钱 地主
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:地主赚钱副图源码公式下载 大智慧指标赚钱源码

地主赚钱—副图

{n=9,m=14,n1=6 自己随便调}
{20,pointdot,colorgreen;
10,pointdot,colorcc6633;
90,pointdot,colorgray;}
a:=ema(-100*(hhv(high,34)-close)/(hhv(high,34)-llv(low,34)),19);
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);
长线:a+100,precis0,linethick2,colorf00ff0;
短线:b+100,precis0,linethick1,colorwhite;
中线:d+100,precis0,linethick2,color00cccc;

见顶:=(长线>85 or ref(长线,1)>85 ) and (cross(中线,短线) or cross(ref(中线,1),ref(短线,1)) )and cross(长线,短线);

顶域:=((中线<ref(中线,1) and ref(中线,1)>80) and (ref(短线,1)>95 or ref(短线,2)>95 ) and 长线>60 and 短线<83.5
and 短线<中线 and 短线<长线+4);
顶部:=filter(顶域,4);
底部区域:=(长线<20 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);
stickline(顶部,99,100,20,0 ),colorred,linethick2;
stickline( 底部区域,-4,0,22,0 ),colorgreen;



typ := (high + low + close)/3;
cc1:=(typ-ma(typ,m))/(0.015*avedev(typ,m));
c1:=sma(cc1,3,1);
c2:=sma(c1,3,1);
c3:=3*c1-2*c2;
cb1:=ema(c3,5);
cb2:=ref(cb1,1);
lc := ref(close,1);
rsi1:=sma(max(close-lc,0),n1,1)/sma(abs(close-lc),n1,1)*100;
rsi:=(rsi1-50)*5;
r1:=sma(rsi,3,1);
d1:=sma(r1,3,1);
j1:=3*r1-2*d1;
rr1:=ema(j1,5);
rr2:=ref(rr1,1);
rr:=rr1>rr2;
rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;
k:=sma(rsv,3,1);
k1:=(k-50)*5;
k2:=sma(k1,3,1);
d2:=sma(k2,3,1);
j2:=3*k2-2*d2;
bb1:=ema(j2,5);
bb2:=ref(bb1,1);
买入:=rr and not(ref(rr,1)) and (rr1<-100 and bb1<-100) and cb1<-100;

stickline( 买入,30,80,1,100 ),colorgray,stick;
rrr:=rr1<rr2;
卖出:=rrr and not(ref(rrr,1)) and (rr1>100 and bb1>100) and cb1>100;
stickline( 卖出,70,100,1,100 ),colorgreen ,stick;

diff:=ema(close,12) - ema(close,26);
dea:=ema(diff,9);
macd:=2*(diff-dea);
qzq:=barslast(ref(macd,1)<0 and macd>0);
qm:=llvbars(macd,qzq+20);
mqdz:=if(qm>qzq,ref(macd,qm),0);
qf:=llvbars(diff,qzq+20);
dqdz:=if(qf>qzq,ref(diff,qf),0);
xg1:=macd<0 and macd>mqdz and diff<0 and diff>dqdz
and close=llv(close,qzq+20) and mqdz<0 and dqdz<0;
底背离:=ref(xg1,1)=1 and macd>ref(macd,1);
stickline(底背离,30,60,1,100 ),coloryellow,stick;

jj:=(close+high+low)/3;
a:=ema(jj,7);
b:=ref(a,1);
铁律:=a>b;
铁减:=a<b;
增量3:=ema(vol,3);
增量7:=ema(vol,7);
增量:=增量3>增量7;
减量:=增量3<增量7;
aa:=vol/((high-low)*2-abs(close-open));
实际买盘:=if(close>open,aa*(high-low),if(close<open,aa*((high-open)+(close-low)),vol/2));
实际卖盘:=if(close>open,aa*((high-close)+(open-low)),if(close<open,aa*(high-low),vol/2));
主动量:=(实际买盘-实际卖盘)/(实际买盘+实际卖盘)*10;
主动流入:=ema(实际买盘,3);
主流入7:=ma(实际买盘,7);
主动:=主动流入>主流入7;
主减:=主动流入<主流入7;
红:=铁律{ and 增量} and 主动;
绿:=铁减{ and 减量} and 主减;
stickline(红>绿,105,103,10,0),colorgreen,linethick1;


  >>>使用本站搜索工具可以找到更多地主赚钱副图源码公式下载 大智慧指标赚钱源码

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文地主赚钱副图源码公式下载 大智慧指标赚钱源码仅供学习研究。

猜你喜欢

学了又学