hts語法 - 財經

Mary avatar
By Mary
at 2009-02-19T23:03

Table of Contents


if dayofweek(date)=3 and dayofmonth(date)>=14 and 21>=dayofmonth(date) then
condition1=true
else
condition1=false
end if

if condition1=false then
if currentcontracts>0 and time=134000 then
exitlong("EB-N") next bar at market
end if
if 0>currentcontracts and time=134000 then
exitshort("ES-N") next bar at market
end if
end if

if condition1=true then
if currentcontracts>0 and time=132500 then
exitlong("EB-C") next bar at market
end if
if 0>currentcontracts and time=132500 then
exitshort("ES-C") next bar at market
end if
end if


參考參考...

原文 http://skyelephant.blogspot.com/2008/12/15.html

不過開一個參數比較方便,要記得改結算日就是了

像下面這樣

if date = xxxxxxx and currentcontracts <> 0 and time = 1325 then
exitlong next bar at market
exitshot next bar at market
end if


※ 引述《r4444 (複雜)》之銘言:
: 請問如果要設定每逢禮拜三就在時間1325出場
: 那語法上要怎寫呢?
: 如果能提供每個月第三個禮拜三 time=1325
: 就出場的寫法就更好了.....^^

--

我的Blog - 大象飛上天

http://skyelephant.blogspot.com/

--
Tags: 財經

All Comments

David avatar
By David
at 2009-02-20T04:01
thx~

如果我要在TS單純比較某四個固定時間的值????

Gilbert avatar
By Gilbert
at 2009-02-18T16:14
例如:我要比較10:00 11:00 12:00 1:00 這四個時間的大盤指數M,請問應該要怎麼給TS指令呢??搞的有點煩,煩請解惑一下 謝謝大家 -- - ...

換月的價差問題

Emily avatar
By Emily
at 2009-02-18T09:52
大家做程式交易測試應該都是用連續月的歷史資料吧, 也就是把最近月連接起來, 這樣遇到換月不就會出現價差, 測出來的交易結果應該就會有失真的現象 例如今天是二月期貨最後交易日, 但二月三月價差三月比二月低了70點左右, 假設你是空單在倉, 換倉後其實這70點根本沒賺到, 但是歷史資料會直接假 定台指跌了70點 ...

TS最佳化報告筆數和交易次數

Hardy avatar
By Hardy
at 2009-02-18T01:12
我的2000i最佳化的報告似乎有200筆的限制 請問有辦法增加嗎? 還有最佳化過程中,交易次數trade如果超過65536次 會出現錯誤,並中斷最佳化 請問有辦法提高或忽略這個錯誤繼續最佳化嗎? - ...

新交易系統的構想

Edith avatar
By Edith
at 2009-02-15T18:24
※ 引述《callisto2 (tte)》之銘言: : ※ 引述《tedinroc (真愛86HUB0OOOOOOOOOOOOO)》之銘言: : : 我不知道你指的and#34;整個金融相關產業and#34;是指全球還是國內 : : 如果你是指國內,我想應該跟你講的狀況差不多 :P : : 若是以全球來看,這 ...

Re: 請教轉檔

Hamiltion avatar
By Hamiltion
at 2009-02-15T16:19
※ 引述《piao07 ()》之銘言: : 你腦袋很靈活...不像我不靈光 : 但我就是可以看其它的分k 但不知道怎麼輸出才來問的 : 知道還要來問嗎 好吧,既然你連動腦都不想動 就再給你個提示,用TradeStation寫EasyLanguage你會不會輸出文字檔啊? 可以輸出文字檔為什麼不能輸出價 ...