本来要发源码的,源码太长长了文件打开可以自己修改的,非原创!
{-----------------------☆功能开关------------------------}
{箱体部分}
cc:=c;
oo:=o;
hh:=h;
ll:=l;
top:=h;
bot:=l;
xx[1]:=1;
kk:=1;
for i=1 to datacount do begin
if xx[i]=1 then begin
top[i]:=hh[i];
end;
if xx[i-1]=1 then begin
if hh[i]>top[i-1] then begin
top[i]:=hh[i];
xx[i]:=1;
end;else begin
top[i]:=top[i-1];
xx[i]:=2;
end;
end;
if xx[i-1]=2 then begin
if hh[i]>top[i-1] then begin
top[i]:=hh[i];
xx[i]:=1;
end;else begin
top[i]:=top[i-1];
bot[i]:=ll[i];
xx[i]:=3;
end;
end;
if xx[i-1]=3 then begin
top[i]:=top[i-1];
if ll[i]<bot[i-1] then begin
bot[i]:=ll[i];
xx[i]:=3;
end;else begin
bot[i]:=bot[i-1];
xx[i]:=4;
end;
end;
if xx[i-1]=4 then begin
top[i]:=top[i-1];
if ll[i]<bot[i-1] then begin
bot[i]:=ll[i];
xx[i]:=3;
end;else begin
bot[i]:=bot[i-1];
xx[i]:=5;
end;
end;
if xx[i-1]=5 then begin
if ll[i]<bot[i-1] or hh[i]>top[i-1] then begin
top[i]:=hh[i];
bot[i]:=hh[i];
xx[i]:=1;
end;else begin
bot[i]:=bot[i-1];
top[i]:=top[i-1];
xx[i]:=5;
end;
end;
end;
for j=1 to datacount do begin
if xx[j]=5 and xx[j-1]=4 then begin
for k=j-1 downto j-kk do begin
top[k]:=top[j];
bot[k]:=bot[j];
end;
end;
if xx[j-1]=5 and xx[j]=1 then kk:=0;
kk:=kk+1;
end;
中位线:=(top+bot)/2;
{信号部分---参考}
买点:=filter((troughbars(3,15,1)<4)=1,3);
卖点:=filter((peakbars(3,15,1)<4)=1,3);
{短波--未来}
f:=100*(c-ref(c,1))/ref(c,1);
p1:=if(c<ref(o,1) and f<0,1,0);
p3:=if(c>ref(o,1) and f>0,1,0);
p2:=if(c<ref(o,2) and f<0,1,0);
p4:=if(c>ref(o,2) and f>0,1,0);
买d5:=p1=0 and ref(p1,1)=1 and p2=0 and ref(p2,1)=1;
卖d6:=p3=0 and ref(p3,1)=1 and p4=0 and ref(p4,1)=1;
fz:=peak(3,5,1);
fw:=peakbars(3,5,1);
gz:=trough(3,5,1);
gw:=troughbars(3,5,1);
as:=zig(3,3);
涨al:=cross(as,ref(as,1));
跌ag:=cross(ref(as,1),as);
ss1:=if(fw>gw,fw,0);
ss2:=if(fw<gw,gw,0);
ss3:=barslast(ss1);
ss4:=barslast(ss2);
{-----------------【图解模板】---------------------};
{箱体部分}
partline(top=ref(top,1),top),color008293;//箱顶
partline(bot=ref(bot,1),bot),color008293;//箱底
stickline((top<>ref(top,1) or bot<>ref(bot,1)) and xx=1 and ref(xx,1)=5,top,bot,1,0),color008293;//左侧竖线
stickline((top<>refx(top,1) or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,top,bot,1,0),color008293;//右侧竖线
上一指标公式:涨停先锋CYC主图-涨停先锋系列一主图公式 飞狐涨停源码指标 源码
下一指标公式:只要鱼身副图公式 飞狐源码指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文箱体顶底-文件不加密公式 飞狐箱体指标 源码仅供学习研究。