MINARA

Managed strategy backtest

GET /v1/autopilot/managed/catalog/:strategyType/backtest — Backtest preview for one managed strategy type (equity curve + headline stats). Returns `{ available: false, reason }` w

GET /v1/autopilot/managed/catalog/:strategyType/backtest

Backtest preview for one managed strategy type (equity curve + headline stats). Returns { available: false, reason } when the current environment doesn't expose a backtest for that type.

MethodGET
Path/v1/autopilot/managed/catalog/:strategyType/backtest
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryautopilot

Response body

{ "available": true, "equityCurve": [{ "t": 1779900000000, "v": 100 }], "stats": { "totalReturnPct": 300.58, "sharpe": 2.1, "maxDrawdownPct": -38.9, "winRatePct": 61, "totalTrades": 420, "profitFactor": 1.8 } }

On this page