variable:n=0;
if weekday<ref(weekday,1) then n:=n+1;
if month<>ref(month,1) then n:=1;
if n=3 and weekday=5 and time=closetime(0) then begin
sell(1,0,market);
sellshort(1,0,market);
end
variable:n=0;
if month<>ref(month,1) then n:=1;
if weekday<ref(weekday,1) then n:=n+1;
if n=3 and weekday=5 and time=closetime(0) then begin
sell(1,0,market);
sellshort(1,0,market);
end
多谢!
variable:n=0;
if weekday<ref(weekday,1) then n:=n+1;
if month<>ref(month,1) then n:=1;
if n=3 and weekday=5 and time=closetime(0) then begin
sell(1,0,market);
sellshort(1,0,market);
end
全盘复制过去,似乎不起作用啊。请老师再指点下学生。
你前后引用的两段代码是不一样的,以我现在的答案为准
你前后引用的两段代码是不一样的,以我现在的答案为准
好的,我再试试,谢谢老师。
麻烦老师,现在金字塔的股指连续是不是每个月的第三个周五当日,已经自动调整为下月合约了吗?
可能说明得比较混淆,比如这个月,周四是不是1412,周五(金字塔的股指连续)就自动改为1501了是吗?是不是每个月都是这样?
如果是这样的规则,测试连续的话,是不是应该设定每个月第三个星期四收盘强平?
请老师指点。
那如何测试比较好呢?