Strategy leaderboard
leaderboardRank published backtested strategies by Rozkoduj Score, annualized USD returns, or recency. Filter by trading symbol to find top-performing strategies for a specific instrument.
Instructions
The strategy leaderboard - published, backtested strategies, ranked.
Use for "what are the best strategies?", "what works best on AAPL?".
symbol narrows to strategies backtested on one instrument and makes
best_run the best run on that instrument - case-insensitive, plain
tickers just work (aapl finds aapl-us, btc finds btc-usd; the
full slug like ry-ca pins one listing when a ticker trades in several
markets).
There is NO risk filter here: unit_risk_band is returned on best_run
but cannot be filtered or sorted on. Answer "best aggressive strategy?"
by fetching a page and reading unit_risk_band, never by inventing a
parameter.
Sorting: score_desc (default) ranks by the Rozkoduj Score - the
headline leaderboard axis; apy_desc ranks by annualised return in USD
(cagr_usd - the cross-market canon, immune to weak-currency inflation;
local cagr is the fallback); recent is newest first.
Each item carries algorithm_uid (ULID), slug, i18n
name/description, family/variant, and best_run with hot
metrics: listing_slug (the instrument the metrics were earned on),
cagr (APY in the instrument's local currency), cagr_usd (APY in USD -
use this whenever comparing across markets), max_drawdown,
win_rate_pct, num_trades, rozkoduj_score, rozkoduj_band, the risk
mode (unit_risk_band, unit_risk_score), and a sparkline.
For one strategy's full dossier use strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | score_desc | |
| limit | No | ||
| family | No | ||
| offset | No | ||
| status | No | active | |
| symbol | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes |