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.