Strategy dossier
strategyRetrieve a full backtest dossier and performance metrics by supplying a URL slug or algorithm UID, including scores, CAGR, drawdown, and win rate.
Instructions
One strategy's full dossier, including its backtest summary.
identifier is either the URL slug (e.g. ma-crossover) or the
algorithm_uid (ULID, e.g. 01J7...). Returns i18n names/descriptions,
family/variant/version metadata and the best_run backtest summary:
rozkoduj_score/rozkoduj_band (ranking axis), cagr (APY in the
instrument's local currency), cagr_usd (APY in USD - the cross-market
canon), max_drawdown, win_rate_pct, num_trades, the risk mode
(unit_risk_band, unit_risk_score), plus sparkline, params_public,
and data_start/data_end.
Use this after leaderboard once a candidate is chosen, or when the
user names a strategy directly. Raises a not-found error when no
strategy matches identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | i18n: {en, pl} | |
| slug | Yes | ||
| family | No | ||
| locked | No | ||
| aliases | No | i18n alias maps | |
| variant | No | ||
| version | No | ||
| best_run | No | ||
| is_active | No | ||
| created_at | Yes | ||
| updated_at | Yes | ||
| visibility | No | public | |
| description | No | i18n | |
| algorithm_uid | Yes |