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.