Place Strategy Market Enter
Description
Enter a LIMIT trading strategy at market price on WunderTrading.
This action will immediately execute the strategy's entry orders using a market order, opening a real position on the exchange.
Use to ask about:
- enter a strategy immediately
- execute entry orders now
- skip waiting for limit entry and open position at market
- start a strategy instantly
Prompt example
Market enter strategy id3242342
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.