원클릭으로
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.