Back to MCP catalog
stop_paper_tradingStop strategy execution, cancel session-owned orders, and leave positions open.
Area
Paper Trading
Group
Paper Trading
Access
Write
Risk
Destructive
Details
Full description
Details
Stop a running paper trading session. The stop path cancels only open orders durably owned by the session journal. Existing positions are always left open; this tool has no flatten or liquidation capability. If every cancellation cannot be confirmed, the session returns an actionable error instead of claiming a clean stop.
stop_paper_trading(session_id) # → cancellation outcome; positions remain open
Errors: SESSION_NOT_FOUND if the session doesn't exist.
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
FieldTypeDescription
session_idstringPaper trading session identifierOptional Inputs
None.