cents recommend
Emit model signals (bullish / bearish / neutral) for open theses. Not investment advice.
Evaluates each open thesis against current prices, conviction, and target/stop/expiry to produce a model signal. Signals are not investment advice — see /scope/ for the project’s stated boundaries.
Rules (in priority order):
- Stop loss triggered → CLOSE
- Target price reached → CLOSE
- Thesis invalidated → CLOSE / REVIEW
- Thesis expired → REVIEW
- Low conviction w/ position → bearish signal
- High conviction, no position → bullish signal
- Otherwise → neutral signal
Synopsis
Section titled “Synopsis”cents recommend [OPTIONS]Options
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
--buy-threshold FLOAT | float | 70.0 | Minimum conviction to emit a bullish signal (default: 70) |
--sell-threshold FLOAT | float | 30.0 | Maximum conviction to emit a bearish signal (default: 30) |
| `—output [text | json]` | [text | json] | |
--actionable | boolean | false | Only show actionable signals (exclude neutral) |
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.