portfolio
Review and manage the full trading portfolio -- positions, PnL, balance, and margin health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review and manage the full trading portfolio -- positions, PnL, balance, and margin health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | portfolio |
| description | Review and manage the full trading portfolio -- positions, PnL, balance, and margin health. |
A systematic approach to reviewing and managing all open positions, balance, and overall portfolio health.
Call get_positions to retrieve every open position. For each position, note:
Assess each position:
Calculate total unrealised PnL across all positions.
Call get_balance to get:
Calculate margin utilization:
margin_utilization = used_margin / total_equity * 100
Flag if margin utilization exceeds 70% -- this indicates high risk.
Review positions that may need action:
For any adjustment, use set_tp_sl to update levels or place_order to close.
Present a summary table:
Portfolio Summary
-----------------
Total Equity: $X,XXX.XX
Available Margin: $X,XXX.XX
Used Margin: $X,XXX.XX
Margin Utilization: XX.X%
Open Positions: X
Total Unrealised PnL: +/- $X,XXX.XX
Winning / Losing: X / X
Followed by a per-position breakdown and any recommended actions.