risk-management

Calculate and enforce risk controls for trading portfolios.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/sayujks0071/probable-fiesta --skill risk-management-sayujks0071
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: risk-management
Source: https://github.com/sayujks0071/probable-fiesta/tree/main/.cursor/skills/risk-management
Command: npx skills add https://github.com/sayujks0071/probable-fiesta --skill risk-management-sayujks0071

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementing consistent risk controls is often manual and error-prone; this skill standardizes position sizing, stop losses, and exposure monitoring to protect capital across trades and portfolios.

Core Features & Use Cases

  • Per-trade risk calculations and limits to prevent large single-trade losses.
  • Portfolio heat and daily loss tracking to manage aggregate exposure.
  • ATR-based sizing, trailing stops, and risk reporting for backtesting and live trading.

Quick Start

Configure your risk settings in your trading workflow to automatically enforce per-trade, portfolio, and daily limits.

Frequently Asked Questions about risk-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate position sizing using ATR for trading portfolios?▼

ATR-based position sizing calculates trade volume by dividing your targeted risk amount by the asset's current Average True Range. This standardizes exposure and prevents large single-trade losses across equities and multi-asset portfolios.

What is portfolio heat and how does it manage aggregate exposure?▼

Portfolio heat tracks the total simultaneous risk across all open positions in a trading portfolio. Monitoring this aggregate exposure prevents catastrophic capital drawdowns by enforcing daily loss limits and maximum risk thresholds.

Can I enforce trailing stops and daily loss limits for live trading?▼

Yes, the skill enforces trailing stops and tracks daily loss limits for both live trading and backtesting workflows. It validates per-trade risk calculations using Python-based interfaces to ensure capital safety.

Does this risk management tool support derivatives and multi-asset portfolios?▼

Yes, the risk management tool covers equities, derivatives, and multi-asset portfolios. It standardizes stop losses, position sizing, and exposure monitoring to protect capital across diverse asset classes.

What's the best way to standardize stop-loss strategies for backtesting?▼

Standardize stop-loss strategies by implementing ATR-based sizing, trailing stops, and take-profit concepts within your backtesting workflow. This ensures consistent per-trade risk calculations and reliable capital protection validation.