diff --git a/agents/stock/workspace/sim/sim_web.py b/agents/stock/workspace/sim/sim_web.py index 906a10e..9878845 100644 --- a/agents/stock/workspace/sim/sim_web.py +++ b/agents/stock/workspace/sim/sim_web.py @@ -1615,8 +1615,10 @@ def _pos_table(pf) -> str: f'
매수금액{costv:,}원
' f'
평가금액{evalv:,}원
' f'
평가손익{pnl_amt:+,}원 ({pnl:+.1f}%)
' - f'
손절{p["stop"]:,}원
' - f'
목표{p["target"]:,}원{trail}
' + f'
손절{p["stop"]:,}원 ' + f'({(p["stop"]/entry-1)*100:+.1f}%)
' + f'
목표{p["target"]:,}원 ' + f'({(p["target"]/entry-1)*100:+.1f}%){trail}
' f'
진입사유{_esc(p.get("entry_reason",""))}
' f'
진입시각{entry_at}
' f'' diff --git a/agents/stock/workspace/state/sim/watchlist.json b/agents/stock/workspace/state/sim/watchlist.json index 59f798c..406b059 100644 --- a/agents/stock/workspace/state/sim/watchlist.json +++ b/agents/stock/workspace/state/sim/watchlist.json @@ -283,5 +283,10 @@ "name": "효성중공업", "origin": "interest", "added_at": "2026-06-12T09:00:01.443946+09:00" + }, + "028260": { + "name": "삼성물산", + "origin": "manual", + "added_at": "2026-06-13T23:17:59.127333+09:00" } } \ No newline at end of file