金字塔决策交易系统

 找回密码
 

微信登录

微信扫一扫,快速登录

搜索
查看: 1643|回复: 3

模型里面的有几个语句不理解,请老师帮助解释!

[复制链接]

58

主题

282

帖子

292

积分

Rank: 4

等级: 专业版

注册:
2022-1-11
曾用名:
发表于 2022-7-21 17:37 | 显示全部楼层 |阅读模式

//固定1秒轮询
cc:=holding;
if holding>0 and c<ref(c,1) then sell(1,1,market);
if holding<0 and c>ref(c,1) then sellshort(1,1,market);
if holding=0 and c>ref(c,1) then buy(1,1,market);
if holding=0 and c<ref(c,1) then buyshort(1,1,market);
if not(islastbar) or workmode<>1 then exit;
tm:=30;//撤单时间
ac:='800988';//下单账户
wt:=tremainqty(0,ac,stklabel);
buyhold:=tbuyholdingex(ac,stklabel,1);
sellhold:=tsellholdingex(ac,stklabel,1);
if wt>0.5 and tsubmit(0)>tm then tcancelex(1,0,ac,stklabel);   这里的0.5是什么意思?
if wt<0.5 then begin
kc1:=max(cc,0)-buyhold;           这句是什么意思?为什么要这样计算?
kc2:=abs(min(cc,0))-sellhold;     这句是什么意思?为什么要这样计算?
if kc1<-0.5 then tsell(1,abs(kc1),mkt,0,0,ac),allowrepeat;    这里使用allowrepeat函数会不会导致重复N次下单?这个函数如果加holding等持仓判断语句 是不是就可以比较安全的使用?
if kc2<-0.5 then tsellshort(1,abs(kc2),mkt,0,0,ac),allowrepeat;
if sellhold<0.5 and kc1>0.5 then tbuy(1,kc1,mkt,0,0,ac),allowrepeat;
if buyhold<0.5  and kc2>0.5 then tbuyshort(1,kc2,mkt,0,0,ac),allowrepeat;
end

回复

使用道具 举报

3

主题

2万

帖子

2万

积分

Rank: 8Rank: 8

等级: 超级版主

注册:
2021-5-24
曾用名:
发表于 2022-7-21 20:07 | 显示全部楼层
你这个是哪里看到的模板,这个0.5应该不对吧
我理解你想用图表和后台混搭模式?
建议使用下面这个模板
http://www.weistock.com/bbs/dispbbs.asp?boardid=17&id=173706
金字塔提供一对一VIP专业技术指导服务,技术团队实时响应您的日常使用问题与策略编写。联系电话:021-20339086
回复

使用道具 举报

58

主题

282

帖子

292

积分

Rank: 4

等级: 专业版

注册:
2022-1-11
曾用名:
 楼主| 发表于 2022-7-21 21:49 | 显示全部楼层
资深技术02 发表于 2022-7-21 20:07
你这个是哪里看到的模板,这个0.5应该不对吧
我理解你想用图表和后台混搭模式?
建议使用下面这个模板

这是咱们论坛里面管理员汇总的阿火模型

补充内容 (2022-7-21 21:50):
帖子名称--【经验分享】阿火秘笈_编写技巧汇总
回复

使用道具 举报

3

主题

2万

帖子

2万

积分

Rank: 8Rank: 8

等级: 超级版主

注册:
2021-5-24
曾用名:
发表于 2022-7-23 23:24 | 显示全部楼层
这个不清楚了,我感觉这个wt<0.5是不对的,混搭模板我建议你看2楼给你的这个,这个模板比较好理解
阿火这个模板实话我不是很清楚这么设计的理由,有些策略写法就好比写文章
可能最后的效果一样,但是文章的表现手法等这个原作者才最清楚,其他人看的话或多或少不一定能了解设计初衷的
金字塔提供一对一VIP专业技术指导服务,技术团队实时响应您的日常使用问题与策略编写。联系电话:021-20339086
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-14 12:28 , Processed in 0.256545 second(s), 22 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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