日盛STS特定時間出場問題
小弟有個問題如果交易程式是使用60分K進場,但出場是第3天的開盤
這樣有辦法實現嗎?
本帖最後由 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
blj0511 發表於 16-7-4 11:16
var:counter(0);
喔喔 學到了 謝謝您的幫忙!
頁:
[1]