Cancel Strategy
Description
Cancel a trading strategy on WunderTrading.
This action will cancel an existing strategy and may stop active orders.
Use to ask about:
- cancel a strategy
- stop a trade
- abort a position before execution
Prompt example
Cancel strategy 12345
Prompt example
Stop my trade mega-omega~client-id-123
Input Schema
The Input Schema Provided to LLM.
Required: id
{
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Strategy ID or clientId"
}
},
"required": [
"id"
],
"additionalProperties": false
}
}
We are continuously improving the platform, and new endpoints and features will be added soon to make your automated trading more flexible and efficient.