update_strategy
Advanced: Update a trading strategy (stop loss, take profit, status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys | |
| status | No | New status: active|watching|executed|cancelled|review | |
| priority | No | New priority | |
| stopLoss | No | New stop loss (cents) | |
| thesisId | Yes | Thesis ID | |
| rationale | No | Updated rationale | |
| entryAbove | No | New entry above trigger (cents) | |
| entryBelow | No | New entry below trigger (cents) | |
| strategyId | Yes | Strategy ID (UUID) | |
| takeProfit | No | New take profit (cents) | |
| softConditions | No | Updated soft conditions |