当前位置:分析家公式网 → 股票公式 → 飞狐公式 → 一键转帖:当前画面最后一个未封闭缺口(源码,主图,贴图)
软件名称:[B]当前画面最后一个未封闭缺口(源码,主图,贴图)[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:1.00 KB
官方主页:Home Page
更新时间:2012-02-16 04:52:18
软件简介:
tk1:=l>refx(h,1) or barpos=0;
tk2:=h<refx(l,1) or barpos=0;
s2:=sysparam(2);s3:=sysparam(3);
ll:=l; ml:=LL[s3];hh:=h;mh:=hh[s3];
for i=s3 downto s2 do begin
if tk1[i]=1 and ll[i]>mh then break;
if hh[i]>mh then mh:=hh[i];
else begin
if tk2[i]=1 and hh[i]<ml then break;
if ll[i]<ml then ml:=ll[i];
end;
end;
sp:=-1 linethick;
if i>0 then sp:=s3-i;
DRAWLINE(barpos=s3-sp and tk1=1,l,barpos=s3,ref(l,sp),0) pxdn1;
DRAWLINE(barpos=s3-sp and tk2=1,h,barpos=s3,ref(h,sp),0) pxdn1;
[url=http://www.70822.com/soft/sort013/sort02/down-44262.html]当前画面最后一个未封闭缺口(源码,主图,贴图)[/url]