بنقرة واحدة
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.