if extgbdata('cs')<10 and 開多條件 then begin
tbuy(1,1,mkt);
extgbdataset('cs',extgbdata('cs')+1);
end
if extgbdata('cs')<10 and 開空條件 then begin
tbuyshort(1,1,mkt);
extgbdataset('cs',extgbdata('cs')+1);
end
if time=closetime(0) then extgbdataset('cs',0);
使用走完k線下單模式