老师 上午多窗格下 两个窗格同一个品种同时出现了信号 但是只有一个窗格成交了【不存在快速行情的情况下】
if F2<=0 then begin
sellshort(1,holding,thisclose),orderqueue;
buy(holding=0,ss,thisclose),orderqueue;
end
if F2>0 then begin
sell(1,holding,thisclose),orderqueue;
buyshort(holding=0,ss,thisclose),orderqueue;
没有日志不知道具体造成的原因。情勾选日志,后面观察下。
这种漏单现象一般都是信号闪烁造成的,