以下代码跑出来,2016.07之后一个信号都没有
作者:金字塔 来源:cxh99.com 发布时间:2016年11月21日
- 咨询内容:
以下代码跑出来,2016.07之后一个信号都没有。 这是不可能的,软件有问题么?能否帮我查以下?
if time = 1400 then begin
ypP1:= CALLSTOCKEX('YP00',vtclose,2,2,30000) ;
ypP2:= CALLSTOCKEX('YP00',vtclose,2,40,30000) ;
ypRise:= ypP2/ypP1*1.0; //外盘棕榈油
end
if time = 1400 && ypRise>1.005
then begin
buy(1,1,nextopen);
end
sell(time = 1430 ,1,thisclose);
- 金字塔客服:
ypP1:= CALLSTOCKEX('YP00',vtclose,2,2,30000) ;
ypP2:= CALLSTOCKEX('YP00',vtclose,2,40,30000) ;
这两个要引用什么样的数据?
- 用户回复:
马来西亚棕榈油数据
- 网友回复:
具体是什么数据,因为你后面的参数我看明白
- 网友回复:
你软件打开输入代码一看不就知道了么