欢迎使用金字塔普通技术服务论坛,您可以在相关区域发表技术支持贴。
我司技术服务人员将优先处理 VIP客服论坛 服务贴,普通区问题处理速度慢,请耐心等待。谢谢您对我们的支持与理解。


金字塔客服中心 - 专业程序化交易软件提供商金字塔软件公式模型编写问题提交 → 开最高

   

欢迎使用金字塔普通技术服务论坛,您可以在相关区域发表技术支持贴。
我司技术服务人员将优先处理 VIP客服论坛 服务贴,普通区问题处理速度慢,请耐心等待。谢谢您对我们的支持与理解。    


  共有2995人关注过本帖平板打印复制链接

主题:开最高

帅哥哟,离线,有人找我吗?
aliyun
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:黑侠 帖子:982 积分:0 威望:0 精华:0 注册:2014/8/10 22:50:08
  发帖心情 Post By:2014/12/26 14:57:14    Post IP:219.135.195.10[只看该作者]

variable:CKJ:=0;
variable:PJ:=0; 
variable:KDKJ:=0; 
variable:PDKJ:=0;

CK:=holding<0;

aaa:=hhv(h,todaybar);
KK:=L<=aaa-1 and CKJ=0 ;
if KK then begin buyshort (1,1,limitr,aaa-1)ignorecheckprice; CKJ:=1; end
 
ee:=llv(l,enterbars+1);
eeh:hhv(h,enterbars+1);

PKD:=h>ee+7 and PJ=0 and CK ;
if PKD then begin sellshort (1,0,limitr,ee+7) ignorecheckprice;
PDKJ:=0;KDKJ:=0;PJ:=1; end

KD:=h>=ee+6 and holding=0 and KDKJ=0 ;
if KD then begin buy(1,1,limitr,ee+6) ignorecheckprice;
KDKJ:=1; end

vertline(todaybar=270),coloryellow,linethick1,pointdot ;
sell(time>151200 and holding>0, 0, marketr);
sellshort(time>151200 and holding<0, 0,marketr);

if time=closetime(0) then begin 
CKJ:=0; PJ:=0;  KDKJ:=0; PDKJ:=0; end


 回到顶部
总数 14 1 2 下一页