您现在的位置:程序化交易>> 期货公式>> 金字塔等>> 金字塔知识>>正文内容

ORDERQUEUE函数问题 [金字塔]

  • 咨询内容: 无法解决一一对应问题

     

  • 金字塔客服: 具体说明一下

     

  • 用户回复: //上升循环if THOLDING2>=0 and extgbdata('A')=0 and open>extgbdata('kaikong') then begin  for n=2 to 20 do begin  if high>extgbdata('kaikong') then begin   kgprice:=extgbdata('kaikong')+(n-1)*间距;   if high>=kgprice and tsellholding(0)<0 then begin   tsellshort(1,1,lmt,kgprice),ORDERQUEUE;   end    kdprice:=extgbdata('kaiduo')+(n)*间距;   if high>=kdprice and tbuyholding(0)>0 then begin   tsell(1,1,lmt,kdprice),ORDERQUEUE;   end    extgbdataset('A',1);  end  else//转为下跌 if TISREMAIN(0)=1 and TSUBMIT(0)>=50 and extgbdata('A')=1 then begin   kdprice:=extgbdata('kaiduo')-(n-1)*间距;   if low<=kdprice and tbuyholding(0)>0 then begin   tsell(1,1,lmt,kdprice),ORDERQUEUE;   end   kgprice:=extgbdata('kaikong')-(n)*间距;   if low<=kgprice and tsellholding(0)<0 then begin   tsellshort(1,1,lmt,kgprice),ORDERQUEUE;   end   extgbdataset('A',0);   end endend

     

  • 网友回复: 也持有套利的多20手,空20手持仓。分次顺序平仓。

     

  • 网友回复: 上涨是先平空,后平多,必须是对应的

 

有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友

可联系技术人员 QQ: 511411198  点击这里给我发消息进行 有偿 编写!不贵!点击查看价格!


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容