From opentradex-trade
Summarizes daily risk — open positions, total exposure, realized/unrealized P&L, and panic-cooldown status. Flags daily loss limit warnings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentradex-trade:riskThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick daily risk read.
Quick daily risk read.
node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" riskpanicCooldown > Date.now(), tell the user trading is paused until cooldown expires and show the expiry.dailyTotal <= -100, warn the user they're near a self-imposed daily loss limit; suggest they pause or reduce size.Open: N positions · exposure $X
Today: realized $X · unrealized $X · total $X
npx claudepluginhub deonmenezes/opentradex-cockpit --plugin opentradex-tradeMonitors portfolio risk, R-multiples, and position limits. Creates hedging strategies, calculates expectancy, and implements stop-losses.
Fetches a full portfolio snapshot including cross and isolated margin, positions with unrealized PnL %, resting orders, funding exposure, and optional daily/weekly realized PnL history.
Emergency flatten that closes all open paper positions at last mark and sets a 30-minute trading cooldown. User-initiated only via explicit panic/flatten/stop commands.