請問一些TS的觀念與語法 - 財經
By Gary
at 2009-06-01T16:58
at 2009-06-01T16:58
Table of Contents
不好意思,小弟是剛學習TS的新手,有幾個觀念和問題不是很確定
下面的程式碼
inputs: OrderPrice(Close), RiskLoss(.10) ;
if High > Highest( High, 10 )[1] then
begin
Buy 10 shares on next bar at OrderPrice stop ;
Sell on next bar at OrderPrice * ( 1 - RiskLoss ) or lower ;
end ;
請問這段程式碼是指當現在k棒的high大於前10根的high的平均時,會在下根k棒丟一張
stop order( reference price: OrderPrice)
同時也丟一張停損單在OrderPrice * ( 1 - RiskLoss ),在持有部位之後,
往後只要價格跌破進場價格的10%就停損出場嗎
(那跟用entryprice有什麼差別呢?)
我看他的英文講解好像是這樣,但不是非常確定。
還有就是我用上面的程式碼做回測,在某根k(o=6749, h=6805, l=6727, c=6802)
進場價格是6750,請問這價格是怎麼得到的呢
不好意思,我對於交易與TS都是新手,如果問題很蠢,希望不要見怪
謝謝
--
下面的程式碼
inputs: OrderPrice(Close), RiskLoss(.10) ;
if High > Highest( High, 10 )[1] then
begin
Buy 10 shares on next bar at OrderPrice stop ;
Sell on next bar at OrderPrice * ( 1 - RiskLoss ) or lower ;
end ;
請問這段程式碼是指當現在k棒的high大於前10根的high的平均時,會在下根k棒丟一張
stop order( reference price: OrderPrice)
同時也丟一張停損單在OrderPrice * ( 1 - RiskLoss ),在持有部位之後,
往後只要價格跌破進場價格的10%就停損出場嗎
(那跟用entryprice有什麼差別呢?)
我看他的英文講解好像是這樣,但不是非常確定。
還有就是我用上面的程式碼做回測,在某根k(o=6749, h=6805, l=6727, c=6802)
進場價格是6750,請問這價格是怎麼得到的呢
不好意思,我對於交易與TS都是新手,如果問題很蠢,希望不要見怪
謝謝
--
Tags:
財經
All Comments
Related Posts
關於回測
By Donna
at 2009-05-22T23:39
at 2009-05-22T23:39
關於回測
By Blanche
at 2009-05-22T20:16
at 2009-05-22T20:16
程式交易:下載期交所轉檔Back Adjusted日線(.xpo)/Job
By Hedy
at 2009-05-20T14:04
at 2009-05-20T14:04
當沖世界的藝術(三)/藍藍路
By Agnes
at 2009-05-18T10:15
at 2009-05-18T10:15
做對再加碼 ?
By Caitlin
at 2009-05-15T09:08
at 2009-05-15T09:08