Skip to main content

Place Strategy Swing

Description

Enable swing mode for an active trading strategy on WunderTrading.

Opens opposite strategy. Action can be applied only to entered FUTURE/SWAP strategies with no DCA settings.

Use to ask about:

  • swing strategy id123456
  • opens opposite strategy id123456
Prompt example

Swing id123456 strategy with client id mega-omega~client-id-1773735061000-2

Input Schema

The Input Schema Provided to LLM.

Required: id
{
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Strategy ID or clientId"
},
"clientId": {
"type": "string",
"description": "Provided by user unique identifier for new strategy. Value must match regular expression ^[~=\\-a-zA-Z0-9]+$ Example: mega-omega~client-id-1773735061000-2"
}
},
"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.