bet-sizing
Bet Sizing guides you through position sizing frameworks including the Kelly criterion for maximizing long-term wealth growth, fractional Kelly approaches for practical risk management, and risk budgeting methods. Learn to scale positions by volatility, set concentration limits, and weight bets by conviction strength.
Bet Sizing helps you calculate optimal position sizes using Kelly criterion and fractional Kelly methods.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-18
Bet Sizing helps you calculate optimal position sizes using Kelly criterion and fractional Kelly methods. Bet Sizing guides you through position sizing frameworks including the Kelly criterion for maximizing long-term wealth growth, fractional Kelly approaches for practical risk management, and risk budgeting methods. Learn to scale positions by volatility, set concentration limits, and weight bets by conviction strength.
Use it when
- Bet Sizing teaches methods to set maximum position size limits based on liquidity constraints and risk tolerance.
- Bet Sizing covers the Kelly criterion for calculating optimal position sizes to maximize long-term wealth growth.
Verify before relying
Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.
Install
JoelLewis/finance_skills/bet-sizing · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How much should bet-sizing help me invest in each stock?
Bet Sizing guides you through position sizing frameworks to determine optimal allocation per holding. The skill covers Kelly criterion for maximizing long-term wealth growth, fractional Kelly approaches for practical risk management, and risk budgeting methods across portfolio positions. You'll learn to scale positions by volatility, set concentration limits, and weight bets by conviction strength to match your investment thesis.
What's the maximum position size for my portfolio using bet-sizing?
Bet Sizing teaches methods to set maximum position size limits based on liquidity constraints and risk tolerance. The skill helps you establish portfolio concentration limits and VaR-based position limits. By understanding your risk budget and volatility profile, you can determine appropriate caps that prevent overexposure while maintaining diversification aligned with your investment strategy.
How does bet-sizing calculate optimal bet size with Kelly formula?
Bet Sizing covers the Kelly criterion for calculating optimal position sizes to maximize long-term wealth growth. The skill explains both full Kelly and fractional Kelly approaches—fractional Kelly (like half Kelly) reduces bet size for practical risk management. You'll learn how to apply the formula using your win probability and payoff ratio to determine mathematically optimal position sizing.
Can bet-sizing adjust position sizes based on volatility changes?
Yes, Bet Sizing includes volatility-adjusted position sizing methods. The skill teaches you to scale positions proportionally to volatility changes, reducing exposure when volatility rises and increasing it when volatility falls. This dynamic approach helps maintain consistent risk levels across your portfolio as market conditions evolve.
How does bet-sizing weight positions by conviction strength?
Bet Sizing guides you through conviction weighting frameworks to size positions proportional to your investment conviction strength. Rather than equal-weighting all holdings, the skill teaches you to allocate more capital to high-conviction ideas and less to lower-conviction positions. This approach aligns your portfolio construction with the strength of your investment thesis.
What position sizing methods does bet-sizing cover?
Bet Sizing covers multiple position sizing frameworks including Kelly criterion, fractional Kelly, risk budgeting, volatility-adjusted sizing, and conviction weighting. The skill helps you allocate risk budget across portfolio positions, set concentration limits, and determine optimal holding counts. You'll learn practical approaches for scaling bets and managing position risk exposure across your entire portfolio.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Bet Sizing
Core Concepts
Kelly Criterion (Discrete)
For a binary bet with payoff odds b, win probability p, and loss probability q = 1-p:
f = (bp - q) / b
where f* is the optimal fraction of wealth to wager. The Kelly criterion maximizes the expected logarithm of wealth (geometric growth rate) over repeated bets.
Properties: - f = 0 when edge = 0 (no bet when there is no advantage) - f < 0 when negative edge (the formula tells you to bet the other side) - f > 0 only when bp > q (positive expected value)
Note: the reference script's discrete_kelly clamps negative Kelly fractions to 0 (no bet) rather than returning a negative value — it does not recommend taking the
(truncated - see the full file via the links below)
File tree — 2 files
plugins/wealth-management/skills/bet-sizing/SKILL.md
plugins/wealth-management/skills/bet-sizing/scripts/bet_sizing.py
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Determine optimal position size using Kelly criterion or fractional Kelly”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Asset Allocation guides you through strategic and tactical frameworks for distributing capital across investments. It covers mean-variance optimization, Black-Litterman blending, risk parity, and age-based glide paths—plus liability-driven strategies for investors with defined obligations. Use it to build policy portfolios, evaluate 60/40 allocations, or structure core-satellite approaches.
Kelly Criterion computes the mathematically optimal fraction of your bankroll to risk on each trade, balancing growth against ruin risk. The skill implements the Kelly formula with practical guidance on fractional sizing (0.25x–0.5x recommended), edge estimation from trade history, and portfolio-level adjustments for correlated positions.
Quantify potential portfolio losses across normal and extreme market conditions using parametric VaR, Monte Carlo simulation, Expected Shortfall, and scenario analysis. Decompose risk by position and factor to identify which holdings drive portfolio volatility. Stress-test portfolios against historical crises and custom market shocks.
Market Mechanics Betting translates your forecasts into actionable betting strategies through quantitative frameworks. It guides you through edge calculation against market odds, optimal bet sizing via Kelly Criterion, aggregated forecast adjustment, and scoring refinement—helping you move from belief to disciplined decision-making.
Compute and interpret industry-standard risk-adjusted performance metrics for investment analysis. This skill covers Sharpe ratio, Sortino ratio, Information ratio, Treynor ratio, Calmar ratio, Omega ratio, and capture ratios—each designed to measure returns relative to different types of risk. Use it to compare funds, assess manager skill, and understand whether volatility is justified by returns.
Mean-reversion identifies when prices, spreads, or other financial metrics deviate from their long-run average and predictably return. This skill provides statistical tests (ADF, Hurst exponent, variance ratio) to confirm mean reversion, half-life estimation to time entries and exits, z-score frameworks for signal generation, and Ornstein-Uhlenbeck process modeling for continuous-time analysis.
More skills volatility-modeling (MIT) · risk-analysis (MIT) · position-sizing (MIT) · investment-policy (MIT) · edge-detection (MIT) · asset-allocation (MIT) · retirement-decumulation (MIT)