你好,
我在跑回測時,下面的語法中好像不會生效,沒有在規定時間中他在回測中仍會下單,請問我是否該怎麼改,才六讓回測時可以在我指定時間內才能有交易呢?
//可下單時間
condition1 = (
(currenttime >= 90000 and currenttime <= 130000)
or
(currenttime >= 150000 and currenttime <= 235900)
or
(currenttime >= 000000 and currenttime <= 030000)
);
10 評論