generate_backtest_report
Generate a Markdown tearsheet report from a completed backtest equity curve. Provide the job ID to get a formatted report with performance metrics.
Instructions
Build a Markdown tearsheet report from a completed backtest's equity curve.
Args:
job_id: Completed backtest job (must have an equity_curve artifact).
title: Optional report heading; defaults to "Backtest {job_id}".
Returns:
On success: {"ok": true, "job_id": str, "title": str, "format": "markdown", "path": str, "content": str}. Also registers a report_markdown artifact.
On missing equity curve: {"ok": false, "error": str}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| job_id | Yes |