add_position
Add a new position to your portfolio by specifying ticker symbol and entry price, with optional shares and notes. Requires API key.
Instructions
Add a new position to the portfolio. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes about the trade | |
| shares | No | Number of shares (optional) | |
| symbol | Yes | Ticker symbol (e.g. 'AAPL') | |
| entryPrice | Yes | Entry price per share |