好公式网用指标公式为投资注入科技力量!
您的位置:好公式网飞狐公式力道指標公式下载 飞狐力道指标 源码

力道指標公式下载 飞狐力道指标 源码

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

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:力道指標公式下载 飞狐力道指标 源码

x1:=(close+low+high)/3;
x2:=ema(x1,6);
x3:=ema(x2,5);
drawgbk(x2>=x3,colorrgb(150,0,0),colorrgb(100,50,0),1);
drawgbk(x2<x3,colorrgb(0,150,0),colorrgb(0,80,0),1);
var2:=ema(ema(x1,1),13);
var3:=ema(var2,21);
partline(var3,var3),linethick2,colorffff;
partline(var2<var3,var3),linethick2,colorff0000;
stickline(var2>=var3,var2,var3,8,0),colorffff;
stickline(var2<var3,var2,var3,8,0),color9b6469;
xclose:=ema((open+high+low+close)/4,3);
xopen:=ema((ref(open,1)+ref(xclose,1))/2,3);
tempg:=max(high,xopen);
xhigh:=ema(max(tempg,xclose),3);
temp:=min(low,xopen);
xlow:=ema(min(temp,xclose),3);
o1:=if(xopen<xclose,xopen,xclose);
c1:=if(xopen<xclose,xclose,xopen);
stickline(xopen>=xclose,xhigh,xlow,0.1,0),colorff0000;
stickline(xopen>=xclose,c1,o1,6,0),colorff0000;
stickline(xopen<xclose,xhigh,xlow,0.1,0),colorff;
stickline(xopen<xclose,c1,o1,6,0),colorff;
ac:=close;
轉強:=wma(high,6);
轉弱:=wma(low,6);
b:=close*0;
for i=13+1 to datacount do begin
if ac[i]>轉強[i-1] then
b[i]:=1;else
if ac[i]<轉弱[i-1] then
b[i]:=-1;else
b[i]:=b[i-1];
end;
轉折線:if(b=-1,ma(high,6),ma(low,6)),linethick2,colorffffff;
趨勢:=ema(slope(close,21)*20+close,55);
op:=ma(x1,5);
refop:=ref(op,1);
ydd:='==yungkuang==';
drawtext(sysparam(2)=barscount(close),close,ydd),align5,colorff00;
explain(close,'【多空力道觀點】'),colorff;
explain(op>轉折線,'多空方向:多頭'),colorff00ff;
explain(op<轉折線,'多空方向:空頭'),colorff00ff;
explain(op>ref(op,1),'短操作線:向上'),colorffff;
explain(op=ref(op,1),'短操作線:持平'),color808080;
explain(op<ref(op,1),'短操作線:向下'),colorff0000;
explain(x2>x3,'多空力道:向上'),colorff;
explain(x2<x3,'多空力道:向下'),colorffff00;
explain(x2=x3,'多空力道:持平'),color808080;
explain(趨勢>ref(趨勢,1),'主趨勢線:向上'),colorff;
explain(趨勢<ref(趨勢,1),'主趨勢線:向下'),colorff0000;
explain(趨勢=ref(趨勢,1),'主趨勢線:持平'),color808080;
explain(close,'==================='),colorff0000;
explain(close,'【均線觀點】'),colorff;
ma5:=ma(close,5);
ma10:=ma(close,10);
ma20:=ma(close,20);
ma60:=ma(close,60);
explain(ma5>ref(ma5,1)*1.01,'5日均線:強勁向上'),colorffff;
explain(ma5>ref(ma5,1),'5日均線:向上'),colorff;
explain(ma5=ref(ma5,1),'5日均線:持平'),colorff0000;
explain(ma5<ref(ma5,1)*0.985,'5日均線:快速向下'),colorffffff;
explain(ma5<ref(ma5,1),'5日均線:向下'),colorffff00;
explain(ma10>ref(ma10,1),'10日均線:向上'),colorff;
explain(ma10<ref(ma10,1),'10日均線:向下'),colorffff00;
explain(ma10=ref(ma10,1),'10日均線:持平'),colorff0000;
explain(ma20>ref(ma20,1),'20日均線:向上'),colorff;
explain(ma20<ref(ma20,1),'20日均線:向下'),colorffff00;
explain(ma20=ref(ma20,1),'20日均線:持平'),colorff0000;
explain(ma60>ref(ma60,1),'60日均線:向上'),colorff;
explain(ma60<ref(ma60,1),'60日均線:向下'),colorffff00;
explain(ma60=ref(ma60,1),'60日均線:持平'),colorff0000;
c1:=ref(close,1);
c2:=hhv(c1,2);
c3:=llv(c1,1);
et:=hhv(c1,2);
et1:=ref(et,1);
xb:=llv(c1,1);
xb1:=ref(xb,1);
m:=barslast(close<xb and c1>=xb1);
m11:=ref(m,1);
n9:=barslast(close>et and c1<=et1);
n1:=ref(n9,1);
m21:=barslast(m-n9>0 and m11<=n1)+1;
n2:=barslast(n9-m>0 and n1<=m11)+1;
et2:=hhv(et,m21);
xb2:=llv(xb,n2);
a:=if(m-n9>0 and m11<=n1,1,if(n9-m>0 and n1<=m11,0,2));
h1:=if(m-n9>0,close,et2);
h2:=if(a=1,close,c2);
h3:=if(m-n9<0,close,xb2);
h4:=if(a=1,close,xb2);
h5:=if(m-n9>0 or a=1,close,h3);
h6:=ref(h5,1);
h7:=ref(h5,2);
h8:=h5>h6;
h9:=h4=ref(h4,1) and ref(h4,1)<ref(h4,2) and h5>ref(h5,2);
h10:=h2=ref(h2,1) and h4=ref(h4,1) and h5=ref(h5,2);
w:=h8 or h9 or h10;
t9:=h5<h6 and h5<ref(h5,2);
t10:=h4=ref(h4,1) and h5<ref(h5,2);
t11:=h3>ref(h3,1) and h5<ref(h5,1);
t12:=h5=ref(h5,1) and h3=h4;
t13:=h2=ref(h2,1) and h2=h5;
tw:=t9 or t10 or t11 or t12 or t13;
bbp:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
explain(close,'==================='),colorff0000;
explain(close,'【支撐壓力狀況】'),colorff;
explainex(islastbar and w,'最高壓力:',h5*1.025,2,0),colorff9900;
explainex(islastbar and w,'最低支撐:',h5*0.99,2,0),color99ff;
explainex(islastbar and tw,'最高壓力:',(h5+h4)/1.96,2,0),colorff9900;
explainex(islastbar and tw,'最低支撐:',(h5+h3)/2.05,2,0),color99ff;
explainex(islastbar and w,'高點壓力:',h5*1.02,2,0),colorff9900;
explainex(islastbar and w,'低點支撐:',h5*1,2,0),color99ff;
explainex(islastbar and tw,'高點壓力:',(h5+h4)/1.99,2,0),colorff9900;
explainex(islastbar and tw,'低點支撐:',(h5+h3)/2.03,2,0),color99ff;
explain(close,'==================='),colorff0000;


力道指標

  >>>使用本站搜索工具可以找到更多力道指標公式下载 飞狐力道指标 源码

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文力道指標公式下载 飞狐力道指标 源码仅供学习研究。

猜你喜欢

学了又学