read_backtest_chart
Retrieve and analyze chart data from specific backtests on QuantConnect. Use the tool to access historical performance metrics, set time ranges, and extract key insights for strategy evaluation.
Instructions
Read chart data from a backtest.
Args: project_id: Project ID containing the backtest backtest_id: ID of the backtest to get chart from name: Name of the chart to retrieve (e.g., "Strategy Equity") count: Number of data points to request (default: 100) start: Optional UTC start timestamp in seconds end: Optional UTC end timestamp in seconds
Returns: Dictionary containing chart data or loading status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backtest_id | Yes | ||
count | No | ||
end | No | ||
name | Yes | ||
project_id | Yes | ||
start | No |