SQUEEZEOS · METHODOLOGY

How SqueezeOS Generates Trading Signals

SqueezeOS's OracleEngine aggregates every connected market engine — squeeze scanner, options flow, gamma walls, mean reversion, and more — into a single directive per symbol. This page documents the methodology (how a confidence score maps to a directive); it does not report any specific live signal, since a signal is only ever produced by calling the live, paid endpoint against real market data.

Quick facts

  • Directive thresholds: BUY (IGNITION) ≥ 82 confidence, BUY ≥ 60, HOLD ≥ 40, SELL ≥ 20, SHIELD below that.
  • Regime labels: ALPHA_EXPANSION, MACRO_COLLAPSE, NEUTRAL, SHIELD.
  • Caching: results are cached 60 seconds per symbol to avoid redundant recomputation.
  • Access: free preview at GET /api/preview/<symbol>; full council verdict at POST /api/council for 0.10 RLUSD via x402.
  • No demo data policy: SqueezeOS's own developer manifesto prohibits hardcoded or simulated signals anywhere in the codebase — every directive comes from live upstream data or the endpoint returns an error, never a fabricated fallback.

Frequently asked questions

What does a SqueezeOS BUY (IGNITION) directive mean?

It means the OracleEngine's aggregated confidence score for that symbol, computed from live data at request time, is 82 or higher — the highest-conviction bucket in its directive scale.

Can I see a current signal on this page?

No — this page documents the methodology only. A real signal requires calling the live endpoint (/api/preview/<symbol> free, or /api/council paid) against current market data; anything printed here would go stale immediately and isn't something SqueezeOS's own data policy allows to be faked.

How much does a full council verdict cost?

0.10 RLUSD per call via x402, paid on the XRP Ledger, no subscription.

Related