好公式网用指标公式为投资注入科技力量!
您的位置:好公式网飞狐公式天罗地网V1.3版公式 飞狐天罗地网指标 源码

天罗地网V1.3版公式 飞狐天罗地网指标 源码

  • 指标公式类型:飞狐公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-06-14 21:46:10
  • 指标公式标签:天罗地网
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:天罗地网V1.3版公式 飞狐天罗地网指标 源码

{天罗地网v1.3版}
n:=20;
p:=2;
fo:=open;
fh:=high;
fl:=low;
fc:=close;
fc[1]:=(2*fc[1]+fh[1]+fl[1])/4;
for i=2 to datacount do begin
fo[i]:=(fo[i-1]+fc[i-1])/2;
fh[i]:=if(fo[i]>fh[i],fo[i],fh[i]);
fl[i]:=if(fo[i]<fl[i],fo[i],fl[i]);
fc[i]:=(2*fc[i]+fh[i]+fl[i])/4;
end;
kk:=if(fc>=fo and (fc>=ref(fc,1) or ref(fc,1)>=ref(fo,1)),1,if(fc<fo and (fc<ref(fo,1) or ref(fc,1)<ref(fo,1)),-1,0));
fcfo:=fc-fo;
kks1:=kk=1 and fc>=fo or kk=1 and fc<fo;
stickline(fc>fo,fh,fc,0.4,0),colorff;
stickline(fc>fo,fo,fl,0.4,0),colorffff;
stickline(kks1,fo,fc,8,0),colorccff;
stickline(kks1,fo+fcfo/4,fc,8,0),color99ff;
stickline(kks1,fo+fcfo*2/4,fc,8,0),color66ff;
stickline(kks1,fo+fcfo*3/4,fc,8,0),color33ff;
fofc:=fo-fc;
kks2:=kk<=0 and fc>=fo or kk<=0 and fc<fo;
stickline(fo>fc,fh,fo,0.4,0),colorffff33;
stickline(fo>fc,fc,fl,0.4,0),colorff0033;
stickline(kks2,fo,fc,8,0),colorff3300;
stickline(kks2,fo,fc+fofc/4,8,0),colorff6600;
stickline(kks2,fo,fc+fofc*2/4,8,0),colorff9900;
stickline(kks2,fo,fc+fofc*3/4,8,0),colorffcc00;
stds:=std(close,n);
mid:=ma(close,n);
天:mid+p*stds;
罗:mid+p/2*stds;
中:mid;
地:mid-p/2*stds;
网:mid-p*stds;
drawicon(islastbar and 天>ref(天,1),天,4),shift1;
drawicon(islastbar and 天<ref(天,1),天,5),shift1;
drawtext(islastbar and 天=ref(天,1),天,'='),shift1,colorff0000;
drawicon(islastbar and 中>ref(中,1),中,4),shift1;
drawicon(islastbar and 中<ref(中,1),中,5),shift1;
drawtext(islastbar and 中=ref(中,1),中,'='),shift1,colorff0000;
drawicon(islastbar and 网>ref(网,1),网,4),shift1;
drawicon(islastbar and 网<ref(网,1),网,5),shift1;
drawtext(islastbar and 网=ref(网,1),网,'='),shift1,colorff0000;
多:=kk>0 and ref(kk,1)>0;
空:=kk<=0 and ref(kk,1)<=0;
多翻空:=kk<=0 and ref(kk,1)>0;
空翻多:=kk>0 and ref(kk,1)<=0;
explain(多,'趋势:多'),colorff;
explain(空,'趋势:空'),colorff00;
explain(多翻空,'趋势:多\n(有多翻空反转讯号)'),colorffff00;
explain(空翻多,'趋势:空\n(有空翻多反转讯号)'),colorffff00;
涨:=多 and 天>ref(天,1) and 中>ref(中,1) and close>=中 or 空翻多 and 天>ref(天,1) and 中>ref(中,1) and close>=中;
跌:=空 and 中<ref(中,1) and 网<ref(网,1) and close<中 or 多翻空 and 中<ref(中,1) and 网<ref(网,1) and close<中;
explain(涨,'格局:涨势'),colorff;
explain(跌,'格局:跌势'),colorff00;
explain(涨=0 and 跌=0,'格局:盘整'),colorffff00;
explain(close>=中,'线型:强'),colorff;
explain(close<=中,'线型:弱'),colorff00;
explainicon(涨,4);
explainicon(涨=0 and 跌=0 and close>=中,3);
explainicon(涨=0 and 跌=0 and close<中,2);
explainicon(跌,1);
明:=(fo+fc)/2;
今转:=if(kk=1,min(fc,fo),if(kk=-1,max(fc,fo),if(ref(kk,1)=1,min(fc,fo),if(ref(kk,1)=-1,max(fc,fo),(fc+fo)/2))));
drawnumber(islastbar,明,明,2),shift2;
explainex(1,'今日转折价:',ref(明,1),2,0),colorff00ff;
explainex(1,'明日转折价:',明,2,0),colorffff00;
explainex(kk=1 and fh>fc,'明日进场点:',high,2,0),colorff00ff;
explainex(kk=1 and fl<fo,'明日出场点:',low,2,0),colorffff00;
explainex(kk=-1 and fh>fo,'明日进场点:',high,2,0),colorff00ff;
explainex(kk=-1 and fl<fo,'明日出场点:',low,2,0),colorffff00;
explainex(kk=0 and fh>fo,'明日进场点:',high,2,0),colorff00ff;
explainex(kk=0 and fl<fo,'明日出场点:',low,2,0),colorffff00;
drawicon(kk=1 and ref(kk,1)=1 and close>=ref(high,1),fl,8),align5;
drawicon(kk<=0 and ref(kk,1)<=0 and close<ref(low,1),fh,9),align4;
explain(1,'资金控管'),colorffff;
explain(涨,'做多上限:75%\n做空上限:5%'),colorff;
explain(跌,'做多上限:5%\n做空上限:75%'),colorff00;
explain(涨=0 and 跌=0 and close>=中,'做多上限:20%\n做空上限:5%'),colorffff00;
explain(涨=0 and 跌=0 and close<中,'做多上限:5%\n做空上限:20%'),colorffff00;
hl:=ema(high,5);
ll:=ema(low,5);
ch:=cross(close,hl);
cl:=-cross(ll,close);
tf:=if(ch,ch,if(cross(ll,close),cl,0));
ud:=ref(tf,barslast(tf));
控盘线:=if(ud>0,ll,hl);
partline(1,控盘线),linethick2,colorffff;
partline(ud=1 and ref(ud,1)=1,ll),linethick2,colorff00ff;
partline(ud=-1 and ref(ud,1)=-1,hl),linethick2,colorff00;
drawicon(islastbar and ud=-1,控盘线,5),shift1;
drawicon(islastbar and ud=1,控盘线,4),shift1;
drawnumber(islastbar,控盘线,控盘线,2),shift2,colorff00;
explain(cross(close,控盘线),'空翻多\n(多空易位)'),colorffff;
explain(cross(控盘线,close),'多翻空\n(多空易位)'),colorffff;
explainex(ud=-1,'空方防守价:',控盘线,2,0),colorff00;
explainex(ud=1,'多方防守价:',控盘线,2,0),colorff00ff;
简爱洋行02_25995898:25964972,linethick0,precision0,color777777;


天罗地网v1.3版

  >>>使用本站搜索工具可以找到更多天罗地网V1.3版公式 飞狐天罗地网指标 源码

指标公式下载地址

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

指标公式下载注意

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

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

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

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

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

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

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

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

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

    ☉ 本文天罗地网V1.3版公式 飞狐天罗地网指标 源码仅供学习研究。

猜你喜欢

学了又学