飞狐箱体主图源码

阅读 作者:股海网时间 2012-09-24 飞狐公式

飞狐箱体主图源码

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=1 then begin
 top:=hh;
 end;
 IF xx[i-1]=1 then begin
 IF hh>top[i-1] then begin
 top:=hh;
 xx:=1;
 end;else begin
 top:=top[i-1];
 xx:=2;
 end;
 end;
 IF xx[i-1]=2 then begin
 IF hh>top[i-1] then begin
 top:=hh;
 xx:=1;
 end;else begin
 top:=top[i-1];
 bot:=ll;
 xx:=3;
 end;
 end;
 IF xx[i-1]=3 then begin
 top:=top[i-1];
 IF ll<bot[i-1] then begin
 bot:=ll;
 xx:=3;
 end;else begin
 bot:=bot[i-1];
 xx:=4;
 end;
 end;
 IF xx[i-1]=4 then begin
 top:=top[i-1];
 IF ll<bot[i-1] then begin
 bot:=ll;
 xx:=3;
 end;else begin
 bot:=bot[i-1];
 xx:=5;
 end;
 end;
 IF xx[i-1]=5 then begin
 IF ll<bot[i-1] or hh>top[i-1] then begin
 top:=hh;
 bot:=hh;
 xx:=1;
 end;else begin
 bot:=bot[i-1];
 top:=top[i-1];
 xx:=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;

飞狐箱体主图源码

收藏
全部看法共 0 条
上传会员: 
股海网
上传时间: 
2012-09-24
下载积分: 
-
免责申明: 
请仔细阅读并同意后才能下载
本附件为用户分享上传,股海网没有对文件进行验证,不能保证下载资源的准确性、安全性和完整性,也不保证下载资源能正常安装和使用,且下载后扣除的积分无法退还,除非您充分理解并完全接受本声明,否则您无权下载。
本站对提供下载的软件、指标、资料等不拥有任何权利,其版权归该下载资源的合法拥有者所有。本附件仅供学习和研究,不得用于商业或非法用途,如有侵犯您的版权,请参看 《侵权处理流程》《免责声明条款》
点击下载无反应时,更换手机自带浏览器重登录操作,如华为浏览器,苹果Safari浏览器,第三方浏览器有不兼容现象,或先收藏再到电脑端下载。
同意以上声明才能下载,扣除积分无法退还!
我已知晓! 点我同意 所有条款自愿下载!
如有问题请点关闭提交问题反馈→
关闭

问题反馈 取消