update_position
Update a position: current price, edge, size, status (open→closed). Use to mark positions as closed or update tracking data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge | No | Current edge in cents | |
| size | No | Updated size | |
| apiKey | Yes | SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys | |
| status | No | open or closed | |
| thesisId | Yes | Thesis ID | |
| rationale | No | Updated rationale | |
| positionId | Yes | Position ID | |
| currentPrice | No | Current market price in cents |