action tradematic_post_autofollow_strategies_strategyid_signals { label: "Send a new signal for autofollow strategy" description: "Send a new signal for autofollow strategy" provider: tradematic method: POST path: "/autofollow/strategies/{strategyid}/signals" encoding: json input: { type: "object" properties: { strategyid: { type: "string" } } required: ["strategyid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }