jokey102 發表於 16-7-22 22:43

想請問HTS的進出場 連接線 程式碼要怎麼寫

想請問版上各位高手
想再HTS4000裡面的進出場 然後畫上連接線 想請教有高手可以分享一下程式碼範例嗎?? 感激不盡
如像下圖一樣

blj0511 發表於 16-7-23 16:59

var:mp(0)

mp=marketposition
if mp<>mp then
if mp=0 then
Value1=LN_new(entrydate(0),entrytime(0),entryprice(0),exitdate(0),exittime(0),exitprice(0))
end if
if mp<>0 and mp<>0 then
Value1=LN_new(entrydate(1),entrytime(1),entryprice(1),exitdate(0),exittime(0),exitprice(0))
end if

LN_SetSize(Value1,2)
LN_SetStyle(Value1,3)
LN_SetColor(Value1,green)
ifpositionprofit(1)<0 then
LN_SetColor(Value1, red)
end if
end if

不過可能只能適用單口 若是多口數 就自己想辦法了




jokey102 發表於 16-7-23 21:15

實在是太感謝了 感恩

dogdog2250 發表於 21-2-5 20:21


謝謝大大,好人一生平安
頁: [1]
查看完整版本: 想請問HTS的進出場 連接線 程式碼要怎麼寫