小編您好
if filledrecordCount <> 0 and position = 0 then begin
value9 = filledrecordDate(filledrecordCount);
value10 = filledrecordTime(filledrecordCount);
end;
condition21 = (date = value9 and currentTime >= timeAdd(value10,"H",1)) or date <> value9 or (filledRecordCount=0);
我目前這樣寫,但用[自動交易回測]還是會有異常,不知道是哪裡錯誤
3 評論