请问平仓反手中 [金字塔]
- 咨询内容:
请问平仓反手中如果开仓时出现可用资金不足的话如何让它不停开仓,直到发单成功为止!因为有时候会出现平仓单无法成交,导致资金不足!
- 金字塔客服:
在平仓反手语句后面加上orderqueue
比如:
if 平仓反手条件 then begin
sellshort(1,0,market),orderqueue;
buy(holding=0,1,market),orderqueue;
end
- 用户回复:
if 平仓反手条件 && holding<0 then begin
sellshort(1,0,market),orderqueue;
end
if 平仓反手条件 && holding=0 then begin
buy(holding=0,1,market),orderqueue;
end
请问这样子写可以嘛, 我现在程序就是这样子的,
- 网友回复:
会出现延时嘛?
- 网友回复: 老板,回一下话吧。。!!不回不敢用
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容