Interface IMCPPositionCloseCommand

Command payload for MCP.commitPositionClose (MCP — Model Context Protocol). Closes the pending position of a symbol enabled in live trading for the schema's strategy.

interface IMCPPositionCloseCommand {
    mcpName: string;
    note: string;
    symbol: string;
}

Properties

Properties

mcpName: string

Name of the registered MCP (Model Context Protocol) schema issuing the command

note: string

Human-readable reason attached to the close commit

symbol: string

Trading pair symbol (e.g., "BTCUSDT")