请教一段代码 [金字塔]
-
咨询内容:
if TIME>225955 then begin
if 5mfx=1 then begin
if tholding2+TREMAINQTY(3,"" ,"" )<-e then tcancel(1,3);
if tholding2+TREMAINQTY(2,"" ,"" )<-3*e then tcancel(1,2);
if tholding2+TREMAINQTY(1,"" ,"" )>4*e then tcancel(1,1);
if tholding2+TREMAINQTY(4,"" ,"" )>3*e then tcancel(1,4);
end
if 5mfx=-1 then begin
if tholding2+TREMAINQTY(1,"" ,"" )>e then tcancel(1,1);
if tholding2+TREMAINQTY(4,"" ,"" )>3*e then tcancel(1,4);
if tholding2+TREMAINQTY(3,"" ,"" )<-4*e then tcancel(1,3);
if tholding2+TREMAINQTY(2,"" ,"" )<-3*e then tcancel(1,2);
end
end这段代码编译时总说end语句前缺少begin,但看来看去没找着在哪缺,如果新建一个新的交易系统文件,单纯贴这段代码进去,编译时依然是说end语句前缺少begin,而不是先说e没有定义,不知问题出在什么地方。
-
金字塔客服:
是这样的,你的begin-end 没错。是你的TREMAINQTY(4,"" ,"" )错了。TREMAINQTY(1,'' ,'' )就行了。另外e和5mfx代码里的定义也补下。
来源:程序化久久网( WWW.CXH99.COM )
-
用户回复:
那这个时间的写法对吗,好象实际中,到时间并没反应
-
网友回复:
没有问题,建议你用debugfile 跟踪输出自己的条件,进而分析定位问题所在。
-
网友回复:
这里面的time的写法是应该写time()还是直接time就可以?
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容