get_portfolio_strategy
Generate portfolio-aware trading signals by analyzing market questions with position context and correlation analysis to inform strategy decisions.
Instructions
Get a portfolio-aware strategy signal with position context and correlation analysis.
Args: market_query: Description of the bet or market question to analyze. portfolio: Optional list of current positions (dicts with ticker, side, size_usd). bankroll_usd: Total bankroll in USD for position sizing. max_position_pct: Maximum fraction of bankroll per position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_query | Yes | ||
| portfolio | No | ||
| bankroll_usd | No | ||
| max_position_pct | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |