等级: 免费版
- 注册:
- 2021-9-28
- 曾用名:
|
为什么明明写了23:00不开仓,为什么回测还是开仓了??
if holding>0 then begin
ƽ¶à:sell(1,0,LIMITR, C);
end
if holding<0 then begin
ƽ¿Õ:sellshort(1,0,LIMITR,C);
end
if holding=0 and CLOSE/REF(C,1)>1.02 and time<>230000 and time<>150000 then BEGIN
¿a¶à:buy(1,1,THISCLOSE);
END
if holding=0 and CLOSE/REF(C,1)<0.98 and time<>230000 and time<>150000 then BEGIN
¿a¿Õ:BUYSHORT(1,1,THISCLOSE);
END
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?
x
|