promote_strategy_versionPromote a specific version of one of your strategies to the stable or beta channel. Promoting to stable is the step that actually changes the code every bot on that channel runs — editing or validating a version has no effect on deployed bots until this is called.
| Name | Type | Description |
|---|---|---|
id | string | Strategy ID |
versionId | string | The specific version to promote, from list_strategy_versions |
channel | string | Channel to promote into: stable (requires a passed validation) or beta (no gate) |
Try asking your AI assistant any of these:
validate_strategy_versionRun the automated validation pipeline — syntax check, entry/exit logic check, and a quick real-data
list_strategy_versionsList the full version history for one of your own strategies — every stored version, its validation
update_strategyUpdate one of your own strategies — name, description, category, tags, or the code itself. Code edit
Set up the TradeStaq MCP server in under a minute.