You're viewing a demo portfolio

Join the waitlist
PRSM

bounce_scanner

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Screen one or more US tickers for a mean-reversion 'bounce' setup on daily bars: price near support (recent pivot low) or the moving average, RSI oversold and turning up, a bullish latest candle, and volume at/above its recent average. Returns per-symbol {isBounce, score 0-100, reasons, price, rsi, distanceToSupportPct, supportLevel}. ALL thresholds are tunable inputs (rsi_threshold, ma_period, proximity_pct, lookback_days) so calibration is a parameter change. HEURISTIC signal for research, not investment advice.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "A single ticker (e.g. 'AAPL'). Use this or `symbols`."
    },
    "symbols": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Multiple tickers to scan (max 15)."
    },
    "ma_period": {
      "type": "number",
      "description": "Simple moving-average period used as a dynamic support reference (default 50)."
    },
    "lookback_days": {
      "type": "number",
      "description": "Trailing daily bars to analyze (default 180)."
    },
    "proximity_pct": {
      "type": "number",
      "description": "How close (percent) price must be to support/MA to count as 'near' (default 3)."
    },
    "rsi_threshold": {
      "type": "number",
      "description": "RSI(14) must be at or below this to qualify as oversold (default 35)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
bounce_scanner — io.github.blackboxfoundry/livedatalink — PRSM MCP