|
var:mp(0)
mp=marketposition
if mp<>mp[1] 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[1]<>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)
if positionprofit(1)<0 then
LN_SetColor(Value1, red)
end if
end if
不過可能只能適用單口 若是多口數 就自己想辦法了
|
評分
-
查看全部評分
|