{箱体部分}
cc:=收盘价;
oo:=开盘价;
hh:=最高价;
ll:=最低价;
top:=最高价;
bot:=最低价;
xx[1]:=1;
kk:=1;
for i=1 to 序列数据量 do begin
条件函数 xx[i]=1 then begin
top[i]:=hh[i];
end;
条件函数 xx[i-1]=1 then begin
条件函数 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;
条件函数 xx[i-1]=2 then begin
条件函数 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;
条件函数 xx[i-1]=3 then begin
top[i]:=top[i-1];
条件函数 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;
条件函数 xx[i-1]=4 then begin
top[i]:=top[i-1];
条件函数 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;
条件函数 xx[i-1]=5 then begin
条件函数 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 序列数据量 do begin
条件函数 xx[j]=5andxx[j-1]=4 then begin
for k=j-1 downto j-kk do begin
top[k]:=top[j];
bot[k]:=bot[j];
end;
end;
条件函数 xx[j-1]=5andxx[j]=1 then kk:=0;
kk:=kk+1;
end;
{箱体部分}
画分段线(top=向前引用(top,1),top),color3399ff,linethick2;//箱顶
画分段线(bot=向前引用(bot,1),bot),color3399ff,linethick2;//箱底
画柱线((top<>向前引用(top,1)or bot<>向前引用(bot,1))andxx=1and向前引用(xx,1)=5,top,bot,1,0),color3399ff,linethick2;//左侧竖线
画柱线((top<>向后引用(top,1)or bot<>向后引用(bot,1))andxx=5and向后引用(xx,1)=1,top,bot,1,0),color3399ff,linethick2;//右侧竖线
上一指标公式:天堂与地狱及选股副图公式下载 飞狐源码地狱指标 源码
下一指标公式:金子发光公式下载 飞狐金子指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文箱体随便加到里公式下载 飞狐箱体随便指标 源码仅供学习研究。