strategy
Retrieve a strategy's full dossier including backtest summary, ranking, and risk metrics. Use after leaderboard selection or direct strategy name.
Instructions
One strategy's full dossier, including its backtest summary.
identifier is either the URL slug (e.g. ma-cross-ema) 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, annualised
return), max_drawdown, win_rate, num_trades, the risk mode
(risk_character, character_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 |
|---|---|---|---|
No arguments | |||