con un clic
backtest
Backtest strategies against historical data.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Backtest strategies against historical data.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Discover market relations (8 types) that map 1:1 to builtin arbitrage strategies.
Use when the user asks to run the full trading workflow end-to-end, from finding markets to paper trading — covers discover, backtest, and paper-run in sequence.
Run paper trading after backtest passes, with monitoring and intervention.
Manage multi-strategy portfolios and automate lifecycle.
Write spread strategy code as a Strategy subclass and register it.
Execute live trading with explicit authorization, strict risk and emergency controls.
| name | backtest |
| description | Backtest strategies against historical data. |
Use this skill when the user asks to backtest a strategy.
# Default: fetches price history from the CLOB API (no --parquet needed)
coinjure engine backtest \
--relation <relation_id> \
--json
# Optional: use parquet orderbook files instead of API
coinjure engine backtest \
--relation <relation_id> \
--parquet <orderbook.parquet> \
--json
Use --all-relations to backtest all active relations.
--parquet.--parquet <file> to replay recorded orderbook snapshots instead.Always prefer API history unless the user explicitly asks for parquet replay.
--json output.