Portfolio Management
Use this skill when the user asks to manage multiple strategies or automate strategy lifecycle.
View & Monitor
coinjure engine list --json
coinjure engine status --json # All engines
coinjure engine status --id <id> --json # Single engine
Lifecycle Management
coinjure engine retire --id <id> --reason "market_closed" --json
coinjure engine retire --all --reason "end_of_season" --json
Intervention
coinjure engine pause --id <strategy_id> --json
coinjure engine pause --all --json
coinjure engine stop --all --json
Hard Rules
- Live strategy count must not exceed
--max-livelimit. - Monitor engine status regularly; retire stale strategies promptly.
Source: ulab-uiuc/coinjure — distributed by TomeVault.