Concept

Portfolio-aware Sizing

Portfolio-aware Sizing, also known as correlation-adjusted, risk parity, Kelly-capped ensembles, is a Risk, Sizing & Exits concept. The Library holds 1 implementations, each one a working definition you can pull into Quant.

Top Portfolio-aware Sizing indicators

1 total

What is Portfolio-aware Sizing?

Portfolio-aware sizing sets each position's size with reference to everything else the account already holds, rather than treating every trade as an island. Per-trade schemes like fixed fractional answer one question: how much to risk on this stop distance. Portfolio-aware schemes add the questions that follow: how correlated is the new trade to the open book, how much total risk is already deployed, and how concentrated the book is in one direction or factor.

Common implementations include correlation haircuts (shrink size when the new trade moves with existing positions, since correlated positions behave as one larger position), risk parity (allocate so each position contributes a similar share of portfolio volatility, extending volatility-targeted sizing to the book level), and capped ensembles, where several strategies each request size and an aggregate limiter scales the requests down so combined exposure stays inside a fixed budget. The shared premise is that risk lives at the portfolio level, and correlation is the thing per-trade math cannot see.

How traders use it

  • As total-heat caps: sum the open risk of all positions (distance to stop times size) and refuse or shrink new entries once the sum reaches a preset ceiling, regardless of how good the next signal looks.
  • As correlation-adjusted allocation: before adding a position, measure its correlation to the current book over a recent window and scale size down as correlation rises, so five correlated trades cannot quietly become one five-times-size trade.
  • As an ensemble governor in multi-strategy systems: each sub-strategy proposes a size, and a portfolio layer rescales the set (risk-parity weights, or a Kelly-style cap on the aggregate fraction) so the combined book, not any single signal, defines the account's risk.

Related concepts · Position sizing

Concept family

Risk, Sizing & Exits

37 concepts mapped · 19 in the Library

Portfolio-aware Sizing FAQ

Why size positions based on correlation?

Because correlated positions tend to lose together. If three trades share one driver, the practical exposure is roughly a single position at triple size, and one adverse move hits all of them at once. Correlation-aware sizing haircuts each position so the aggregate behaves like the risk you intended. The estimate is imperfect, since correlations shift and tend to rise in stress, which is why sensible caps stay conservative.

What is portfolio heat?

Heat is the total open risk of the book: for each position, the distance from entry (or current price) to its stop multiplied by size, summed across positions and usually expressed as a percentage of equity. A heat cap bounds the planned loss if every open stop is hit in the same session; gaps and slippage can still push the realized number past it. It is the simplest portfolio-aware rule and usually the first one added.

Build Portfolio-aware Sizing your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.