Skip to main content
Glama

QuantConnect MCP Server

read_backtest_orders

Extract and retrieve order data from a specified backtest by providing project and backtest IDs, with options to define index ranges for fetching results.

Instructions

Read orders from a backtest. Args: project_id: ID of the project containing the backtest backtest_id: ID of the backtest to read orders from start: Starting index of orders to fetch (default: 0) end: Last index of orders to fetch (default: 100, max range: 100) Returns: Dictionary containing orders data and total count

Input Schema

NameRequiredDescriptionDefault
backtest_idYes
endNo
project_idYes
startNo

Input Schema (JSON Schema)

{ "properties": { "backtest_id": { "title": "Backtest Id", "type": "string" }, "end": { "default": 100, "title": "End", "type": "integer" }, "project_id": { "title": "Project Id", "type": "integer" }, "start": { "default": 0, "title": "Start", "type": "integer" } }, "required": [ "project_id", "backtest_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taylorwilsdon/quantconnect-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server