好公式网用指标公式为投资注入科技力量!
您的位置:好公式网飞狐公式博雅均线公式 飞狐博雅指标 源码

博雅均线公式 飞狐博雅指标 源码

  • 指标公式类型:飞狐公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-07-28 20:41:53
  • 指标公式标签:均线 博雅
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:博雅均线公式 飞狐博雅指标 源码

variable:wday[7]='星期六';
wday[1]:='星期日';
wday[2]:='星期一';
wday[3]:='星期二';
wday[4]:='星期三';
wday[5]:='星期四';
wday[6]:='星期五';
fy:=year;
fm:=month;
fd:=day;
wd:=weekday;
p:=sysparam(1);
str1:=' '+numtostr(fy[p],0)+''+numtostr(fm[p],0)+' 今天是:'+numtostr(fd[p],0)+'年'+wday[wd[p]+1];
drawtext(barpos=sysparam(2),high,str1),align5,colorffff;
str1:='月';
drawtext(barpos=sysparam(2),high,str1),align5,colorffff;
var4:=(2*close+low+high)/4;
风险:=ema(var4,45)*1.15;
必卖:=ema(var4,55)*1.3;
底:=ema(var4,40)*0.85;
铁底:=ema(var4,88)*0.7;
成本:=ema(var4,55);
价值:=(成本+底)/2;
lc:=ref(close,1);
rsi:=(sma(max(close-lc,0),6,1))/(sma(abs(close-lc),6,1))*100;
drawtext(cross(rsi,20),low*0.92,'日, '),align0,pxup6,colorc71585;
stickline(cross(rsi,20),low*0.98,low*1,6,0),colorff0000;
drawtext(cross(80,rsi) and close>风险,high*1.04,' 博雅专用:qq 811182295 '),align0,pxup6,colorff0000;
stickline(cross(80,rsi) and close>风险,high*1.02,high*1,6,0),colorff0000;
ma13:=ma(close,13);
ma34:=ma(close,34);
ma55:=ma(close,55);
lc:=ref(close,1);
rsi:=(sma(max(close-lc,0),6,1))/(sma(abs(close-lc),6,1))*100;
var7:=ema(amount/vol/100,3);
低吸:=cross(rsi,11);
drawtext(低吸,low*0.98,''),colorffffff;
var8:=ema(var7,88);
var9:=ema(var7,88)*0.85;
vara:=var9*0.87;
varb:=low<vara and close>ref(close,1)*1.02;
drawtext(filter(varb,6),low-0.14,' '),colorff00ff;
varf:=(2*close+high+low)/4;
va4:=llv(low,34);
va5:=hhv(high,34);
va6:=ema((varf-va4)/(va5-va4)*100,6);
va7:=ema(0.667*ref(va6,1)+0.333*va6,4);
drawtext(if((count(close<ref(close,1),8))/8>0.3 and count(va6>va7,3) and ref(low,1)=llv(low,120) and close>open,1,0),low*0.98,'博雅买'),colorffff;
a:=(3*close+low+open+high)/6;
d1:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6)+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+ref(a,20))/211;
d2:=ema(d1,2);
d3:=ema(d2,2);
k1:=ema(d3,2);
多趋势:=7*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1)-3*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1),3,1)-sma(sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1),3,1),2,1);
天:=78.89;
stickline(cross(天,多趋势),high*1.02,high*1,6,0),colorff00ff;
drawtext(cross(天,多趋势),high*1.04,'博雅卖'),colorff00ff;
mid:=(open+close)/2;
hsl:=if(capital=0,vol/sum(vol,0),vol/capital);
if capital=0 then begin
hsl:=vol/sum(vol,0);
a:=setlbound(49,1);
for i=1 to min(-1,datacount) do begin
hsl[i]:=0;
end;
end;
ljhs[1]:=hsl[1];
cyc1[1]:=mid[1];
ljhs2[1]:=hsl[1];
cyc2[1]:=mid[1];
ljhs3[1]:=hsl[1];
cyc3[1]:=mid[1];
ljhsm[1]:=hsl[1];
cyc∞[1]:=mid[1];
dd:=mid[1]*(barpos<0);
for i=lbound(hsl)+1 to datacount do begin
ljhs[i]:=(ljhs[i-1])*(1-hsl[i])*(8-1)/8+hsl[i];
cyc1[i]:=(mid[i]*hsl[i]+(cyc1[i-1])*(ljhs[i-1])*(1-hsl[i])*(8-1)/8)/ljhs[i]+dd[i];
ljhs2[i]:=(ljhs2[i-1])*(1-hsl[i])*(21-1)/21+hsl[i];
cyc2[i]:=(mid[i]*hsl[i]+(cyc2[i-1])*(ljhs2[i-1])*(1-hsl[i])*(21-1)/21)/ljhs2[i]+dd[i];
ljhs3[i]:=(ljhs3[i-1])*(1-hsl[i])*(60-1)/60+hsl[i];
cyc3[i]:=(mid[i]*hsl[i]+(cyc3[i-1])*(ljhs3[i-1])*(1-hsl[i])*(60-1)/60)/ljhs3[i]+dd[i];
ljhsm[i]:=(ljhsm[i-1])*(1-hsl[i])+hsl[i];
cyc∞[i]:=(mid[i]*hsl[i]+(cyc∞[i-1])*(ljhsm[i-1])*(1-hsl[i]))/ljhsm[i]+dd[i];
end;
cyc8:cyc1,colorffff;
cyc21:cyc2,colorff00ff;
cyc60:cyc3,colorff00;
cyc∞:cyc∞,linethick2,colorff0000;
★乌云盖顶:=ref(close,1)/ref(open,1)>1.03 and close/open<0.97 and open>ref(close,1) and close<ref(close,1);
drawtext(★乌云盖顶,high,'低吸');
stickline(close>=open,close,high,0.9,0),colorff;
stickline(close>=open,open,close,8,0),colorff;
stickline(close>=open,open,low,0.9,0),colorff;
stickline(close<=open,open,close,8,0),colorff00;
stickline(close<=open,open,high,0.9,0),colorff00;
stickline(close<=open,close,low,0.9,0),colorff00;


博雅均线 - 一个超好的指标

  >>>使用本站搜索工具可以找到更多博雅均线公式 飞狐博雅指标 源码

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文博雅均线公式 飞狐博雅指标 源码仅供学习研究。

猜你喜欢

学了又学