一键导入
backtest
Backtest strategies against historical data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Backtest strategies against historical data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.