·position-sizer
</>

position-sizer

Calculate risk-based position sizes for long stock trades. Use when user asks about position sizing, how many shares to buy, risk per trade, Kelly criterion, ATR-based sizing, or portfolio risk allocation. Supports stop-loss distance calculation, volatility scaling, and sector concentration checks.

27Installs·2Trend·@tradermonty

Installation

$npx skills add https://github.com/tradermonty/claude-trading-skills --skill position-sizer

How to Install position-sizer

Quickly install position-sizer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tradermonty/claude-trading-skills --skill position-sizer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tradermonty/claude-trading-skills.

SKILL.md

View raw

Calculate the optimal number of shares to buy for a long stock trade based on risk management principles. Supports three sizing methods:

All methods apply portfolio constraints (max position %, max sector %) and output a final recommended share count with full risk breakdown.

If the user provides a stock ticker but not specific prices, use available tools to look up the current price and suggest entry/stop levels based on technical analysis.

Calculate risk-based position sizes for long stock trades. Use when user asks about position sizing, how many shares to buy, risk per trade, Kelly criterion, ATR-based sizing, or portfolio risk allocation. Supports stop-loss distance calculation, volatility scaling, and sector concentration checks. Source: tradermonty/claude-trading-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tradermonty/claude-trading-skills --skill position-sizer
Category
</>Dev Tools
Verified
First Seen
2026-03-03
Updated
2026-03-10

Browse more skills from tradermonty/claude-trading-skills

Quick answers

What is position-sizer?

Calculate risk-based position sizes for long stock trades. Use when user asks about position sizing, how many shares to buy, risk per trade, Kelly criterion, ATR-based sizing, or portfolio risk allocation. Supports stop-loss distance calculation, volatility scaling, and sector concentration checks. Source: tradermonty/claude-trading-skills.

How do I install position-sizer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tradermonty/claude-trading-skills --skill position-sizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/tradermonty/claude-trading-skills