with one click
backtest
Backtest strategies against historical data.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Backtest strategies against historical data.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.