cents recommend
Generate buy/sell/hold recommendations based on thesis rules.
Evaluates all open theses against current prices and conviction levels to produce actionable recommendations.
Rules (in priority order):
- Stop loss triggered → CLOSE
- Target price reached → CLOSE
- Thesis invalidated → CLOSE/REVIEW
- Thesis expired → REVIEW
- Low conviction with position → SELL
- High conviction without position → BUY
- Otherwise → HOLD
Synopsis
Section titled “Synopsis”cents recommend [OPTIONS]Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
--buy-threshold FLOAT | float | 70.0 | Minimum conviction to recommend BUY (default: 70) |
--sell-threshold FLOAT | float | 30.0 | Maximum conviction to recommend SELL (default: 30) |
| `—output [text | json]` | [text | json] | |
--actionable | boolean | false | Only show actionable recommendations (exclude HOLD) |
Example
Section titled “Example”cents recommend [OPTIONS] Not financial advice. Cents is an educational and research
tool for tracking your own investment theses. Outputs are model-generated and
may be inaccurate. You are solely responsible for your own investment
decisions.