nkimt81 發表於 16-7-3 21:22

日盛STS特定時間出場問題

小弟有個問題
如果交易程式是使用60分K進場,但出場是第3天的開盤
這樣有辦法實現嗎?

blj0511 發表於 16-7-4 11:16

本帖最後由 blj0511 於 16-7-4 11:18 編輯

var:counter(0);



if d>d and marketposition<>0 then
      counter=counter+1
end if

{您的進場條件}




if entrydate(0)=date then counter=0 end if

if counter=1 and time>132500 then
      exitlong("exitlong") next bar at market
      exitshort("exitshort") next bar at market
end if


nkimt81 發表於 16-7-5 22:57

blj0511 發表於 16-7-4 11:16
var:counter(0);




喔喔 學到了 謝謝您的幫忙!
頁: [1]
查看完整版本: 日盛STS特定時間出場問題