Search QuantConnect for algorithmic trading content by specifying language and criteria. Retrieve relevant forum posts, documentation, examples, and stubs to find solutions to your trading queries.
Set up API authentication for QuantConnect trading platform by providing user ID, API token, and optional organization ID to enable automated trading operations.
Enables AI assistants to interact with the QuantConnect cloud platform for algorithmic trading. Supports creating and managing trading strategies, running backtests, deploying live algorithms, and performing comprehensive trading operations through the QuantConnect API.
Authorize a live brokerage or data provider connection by completing the authentication flow in your browser. Must be logged into QuantConnect account.
Retrieve a file's contents from a QuantConnect project by specifying the project ID and file name. Omitting the file name returns all files in the project, enabling efficient code review or backup.
Retrieve a list of all backtests for a given project. Optionally include statistics for each backtest by setting includeStatistics to true. Provide the project ID as input.
Retrieve all optimization runs for a project by specifying its ID. Track and compare parameter tuning results to identify the best performing strategies.
Retrieve properties of an Object Store key for a specific organization. Use this tool to get metadata about files stored in your QuantConnect Object Store, excluding directory keys.