segnals_create_strategy
Preview and create a fully configured trading strategy on a specified exchange. Requires two-step confirmation to validate before executing the bot creation.
Instructions
Create a fully configured trading strategy (bot + config). Requires scope: write:strategies.
TWO-STEP CONFIRMATION: Call without confirm to preview and validate. Call with confirm: true to create. This orchestrates: create bot → apply full config. The bot starts in 'stopped' state. IMPORTANT: Never include exchange API keys/secrets in the config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Exchange for the strategy | |
| name | Yes | Strategy name | |
| config | Yes | Full strategy configuration | |
| confirm | No | Set to true to execute after previewing |