金字塔决策交易系统

 找回密码
 

微信登录

微信扫一扫,快速登录

搜索
查看: 2489|回复: 1

日内平仓时间设置问题

[复制链接]

25

主题

77

帖子

77

积分

等级: 免费版

注册:
2021-8-23
曾用名:
发表于 2021-11-29 15:50 | 显示全部楼层 |阅读模式
我代码里面写了一个强平时间,但是还是没有效果,麻烦你帮我看看我哪里没写对

input:开始开单时间(090000,0,235959,10000);
input:停止开单时间(220000,0,235959,10000);
input:平仓时间(235900,0,235959,10000);

时间:=time>=开始开单时间 and time<停止开单时间;
平仓时间1:=time>=平仓时间;

止损:=点差;
止赢:=点差*2;
input:手数(1,0,100,10);
if holding=0 and 开多 then BEGIN
        if 时间 then buy(1,手数,MARKET);//口水
end

if holding=0 and 开空  then BEGIN
        if 时间 then buyshort(1,手数,MARKET);
end

if holding<0 and (开多 or 平仓时间1) and enterbars>0 then sellshort(1,手数,MARKET);
if holding>0 and (开空 or 平仓时间1) and enterbars>0 then sell(1,手数,MARKET);

if holding<0 and (c-ENTERPRICE>=止损 or ENTERPRICE-c>=止赢) and enterbars>0 then sellshort(1,手数,MARKET);
if holding>0 and (c-ENTERPRICE>=止赢 or ENTERPRICE-c>=止损) and enterbars>0 then sell(1,手数,MARKET);

回复

使用道具 举报

19

主题

1万

帖子

1万

积分

Rank: 8Rank: 8

等级: 超级版主

注册:
2021-5-18
曾用名:
FireScript
发表于 2021-11-29 15:52 | 显示全部楼层
你这里时间写的都是北京时间。金字塔里默认是一个金字塔的时区。


https://www.weistock.com/docs/HE ... 4%E6%97%B6%E5%8C%BA

要调整成金字塔时间的格式。


金字塔提供一对一VIP专业技术指导服务,技术团队实时响应您的日常使用问题与策略编写。联系电话:021-20339086
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 微信登录

本版积分规则

手机版|小黑屋|上海金之塔信息技术有限公司 ( 沪ICP备13035422号 )

GMT+8, 2024-11-17 13:43 , Processed in 0.177036 second(s), 23 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表