[原创]历史测试和实时交易收盘平仓 [金字塔]
- 咨询内容:
if date<refx(date,1) then begin
sell(1,holding,limitr,close);
sellshort(1,holding,limitr,close);
end else begin
if(date=currentdate and time=145500 and currenttime>=145900) begin
sell(1,holding,limitr,close);
sellshort(1,holding,limitr,close);
end
end - 金字塔客服:
好像上半段程序已经可以完成收盘平仓啦,请问下半截程序的用途是什么?
end else begin
if(date=currentdate and time=145500 and currenttime>=145900) begin
sell(1,holding,limitr,close);
sellshort(1,holding,limitr,close);
end
end - 用户回复:
上半段和下半段是条件不一样吧
上半段满足此条件平仓if date<refx(date,1)
下半段满足此条件平仓if(date=currentdate and time=145500 and currenttime>=145900)
时间的限制有区别,一个平历史,一个平当前的
如果以上指标公式不适用于您常用的行情软件
或者您想改编成选股公式,以便快速选出某种形态个股的话,
相关文章
-
没有相关内容