# Opentradex Risk

> Summarize today's risk — open positions, total exposure, daily realized/unrealized P&L, and panic-cooldown status. Invoke when the user says "risk", "how am I doing today", "P&L", "daily", "blotter", or checks before a new entry.

- Skill: `deonmenezes/opentradex-risk` (Agent Skill)
- Install (CLI): `npx skillmds@latest add deonmenezes/opentradex-risk`
- Raw SKILL.md: https://api.skillmd.com/api/skills/deonmenezes/opentradex-risk/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: deonmenezes (https://skillmd.com/u/deonmenezes)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/deonmenezes/opentradex-risk

---


# OpenTradex — Risk Snapshot

Quick daily risk read.

## Flow

1. Run the risk snapshot:
   !`node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" risk`
2. If `panicCooldown > Date.now()`, tell the user trading is paused until cooldown expires and show the expiry.
3. If `dailyTotal <= -100`, warn the user they're near a self-imposed daily loss limit; suggest they pause or reduce size.
4. Format the output as:
   ```
   Open: N positions · exposure $X
   Today: realized $X · unrealized $X · total $X
   ```

## Rules

- Don't give financial advice. Report numbers and flag risk thresholds.
- Never invent numbers — only echo what the ledger returns.

