集合競價是需要有指定資格的,請問有在集合競價時間下單的資格嗎?
使用1秒固定時間間隔模式
variable:n=0;
if todaybar=1 and n=0 then begin
buyshort(holding=0,1,limitr,open);
n:=1;
end
if openprofit<-4500 then sellshort(1,0,market);
if time=closetime(0) then n:=0;
開盤價賣出(最好自動參與集合競價并確保成交1至3手這種小單),
如果都沒有 出來開盤價(集合競價的結果),誰能知道開盤價是啥