read_backtest_chart
Extract and analyze chart data from backtests on the QuantConnect MCP Server by specifying project ID, backtest ID, and chart name, with optional parameters for data range and points.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backtest_id | Yes | ||
count | No | ||
end | No | ||
name | Yes | ||
project_id | Yes | ||
start | No |