【12.30帖子恢复】 ailegrasper 收盘前一分钟平仓 [金字塔]
- 咨询内容:
你好,我的程序是用5分钟图表固定时间间隔1秒执行,设置了收盘前一分钟平仓,
if time>=145900 and time<150100 then
begin
sellshort(holding<0,0,thisclose);
sell(holding>0,0,thisclose);
end
但是14点55分就自动平仓了,难道只能用一分钟执行才行么?有没有办法? [此贴子已经被作者于2013/12/30 17:35:17编辑过] - 金字塔客服:
if (islastbar and dynainfo(207)>145900 and dynainfo(207)<145959) or (not(islastbar) and time=150000) then begin
......
end
这个是仅限5分钟的收盘前最后1分钟平仓,必须是要这么写,用实际时间函数,
- 用户回复:
多谢,那3分钟应该怎样改
- 网友回复:
jinzhe 回复
我看了下,都一样,不需要特别改
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容