Kelly准则仓位管理

Calculate position sizes using the Kelly criterion with fractional adjustments.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/louloulin/claude-agent-sdk --skill kelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kelly准则仓位管理
Source: https://github.com/louloulin/claude-agent-sdk/tree/main/.claude/skills/kelly-position-sizing
Command: npx skills add https://github.com/louloulin/claude-agent-sdk --skill kelly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

基于凯利准则的科学仓位管理系统,帮助投资者在不确定市场中通过概率和赔率数据确定最佳仓位,以实现长期资本增长并控制风险。

Core Features & Use Cases

  • 动态仓位 sizing:根据预期收益与波动性动态调整投资规模,平衡收益与风险。
  • 风险控制与分散:结合置信度、相关性与集中度调整,降低回撤风险。
  • Use Case: 在多资产配置中为核心股票与边际机会分配合适比例,提升组合长期回报。

Quick Start

  1. 估计机会的 μ(预期超额收益)与 σ²(收益率方差)。
  2. 计算基础 Kelly f* = μ / σ²,并限定上限为 100%。
  3. 根据置信度、相关性和已用资金进行额外调整,得出最终仓位。

Frequently Asked Questions about Kelly准则仓位管理

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

FAQPage Schema
How do I calculate position sizing using the Kelly criterion for portfolio optimization?

You calculate Kelly position sizing by estimating expected excess return (μ) and variance (σ²), then computing base Kelly f* = μ / σ² to maximize long-term capital growth while controlling portfolio risk.

What is fractional Kelly and how does it adjust position size for risk management?

Fractional Kelly adjusts the base Kelly fraction downward based on confidence levels, asset correlations, and capital usage constraints, reducing drawdown risk while maintaining long-term growth potential in multi-asset portfolios.

How do I apply dynamic position sizing across multiple assets in portfolio management?

Dynamic position sizing across multiple assets applies the Kelly formula to each opportunity's win rate and payoff, then adjusts for cross-asset correlation and concentration limits to allocate capital between core holdings and marginal opportunities.

Does Kelly criterion position sizing work for single-asset trading strategies?

Kelly criterion position sizing works for single-asset strategies by calculating the optimal bet size from expected return and variance, capping the allocation at 100%, and applying confidence-based adjustments to limit drawdown risk.

What are the limitations of using the Kelly criterion for risk-managed position sizing?

Kelly criterion limitations include sensitivity to inaccurate estimates of expected returns and variance, potential over-concentration without fractional adjustments, and the need for reliable probability data to avoid excessive drawdowns in volatile markets.