分析家公式网,提供指标公式,股票软件 用户登录  |  用户 注册

软件名称:[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]

关于本站 | 网站帮助 | 广告合作 | 声明 | 友情连接 | 网站地图 |
分析家公式网声明:本站所有股票公式软件资料均网上公开收集,如侵权请联系删帖。站内所有广告,均与本站无关!
Copyright © 2003-2024 70822.Com. All Rights Reserved .
页面执行时间:46.87500 毫秒