{箱体部分}
cc:=close;
oo:=open;
hh:=high;
ll:=low;
top:=high;
bot:=low;
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;
{箱体部分}
partline(top=ref(top,1),top),color3399ff,linethick2;//箱顶
partline(bot=ref(bot,1),bot),color3399ff,linethick2;//箱底
stickline((top<>ref(top,1)or bot<>ref(bot,1)) and xx=1 and ref(xx,1)=5,top,bot,1,0),color3399ff,linethick2;//左侧竖线
stickline((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,top,bot,1,0),color3399ff,linethick2;//右侧竖线
drawnumber((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,bot,sumbars(top<>ref(top,1),1)-(sumbars(top<>ref(top,1),2)-sumbars(top<>ref(top,1),1)),0) colorwhite;
drawnumber((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,top,sumbars(top<>ref(top,1),1),0) colorgreen;
drawnumber((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,top*1.08,(top-ref(top,sumbars(top<>ref(top,1),1)))/ref(top,sumbars(top<>ref(top,1),1))*100,2),colormagenta;
上一指标公式:分时成交量叠加公式下载 飞狐叠加指标 源码
下一指标公式:自动画线主图压力与支撑公式下载 飞狐公式支撑指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文超好箱体公式下载 飞狐指标 源码仅供学习研究。