{
  "version": 1,
  "title": "Stingray published strategy examples",
  "description": "Machine-readable companion to the public Strategy Examples page. These are published product walkthroughs, not customer performance claims or live trading results.",
  "source": "https://stingray.fi/strategy-examples/",
  "updatedAt": "2026-07-09",
  "examples": [
    {
      "id": "funding-rate-squeeze",
      "title": "Funding-rate squeeze example",
      "summary": "BTC funding and price momentum rule replayed before any alert was activated.",
      "sourcePath": "/blog/funding-rate-rule-backtested/",
      "prompt": "Create a draft alert that fires when BTC funding rate on Hyperliquid is below 0 bps/hr and Binance BTCUSDT moves up at least 0.5% over 60 minutes. Keep it as a draft, do not activate it.",
      "ruleSummary": "BTC funding below 0 bps/hr on Hyperliquid plus Binance BTCUSDT up at least 0.5% over 60 minutes.",
      "dataSources": [
        "Hyperliquid funding",
        "Binance BTCUSDT price"
      ],
      "replayWindow": {
        "start": "2026-04-20",
        "end": "2026-05-18"
      },
      "rawMatches": 150,
      "firedAlerts": 37,
      "cooldown": "1h",
      "forwardReturns": [
        {
          "horizon": "24h",
          "averagePct": 0.41,
          "medianPct": 0.55,
          "positiveRatePct": 62
        }
      ],
      "benchmark": "Non-overlapping 24h holds compounded +8.3% versus BTC buy-and-hold at +4.9% over the same window.",
      "activationPath": "draft-alert",
      "caveat": "Published product walkthrough, not trading advice, customer performance, or a live performance promise.",
      "url": "https://stingray.fi/blog/funding-rate-rule-backtested/"
    },
    {
      "id": "btc-breakout-alert",
      "title": "BTC breakout alert example",
      "summary": "Technical breakout rule replayed to reject loose alert logic before live monitoring.",
      "sourcePath": "/blog/btc-breakout-alert-backtested/",
      "prompt": "Alert when RSI is above 65, price touches or breaks the upper Bollinger Band, and volume is 2x the 24h average, all true at the same time on the 1h chart.",
      "ruleSummary": "RSI above 65, price at or above the upper Bollinger Band, and volume at least 2x the 24h average on the 1h BTCUSDT chart.",
      "dataSources": [
        "BTCUSDT price",
        "RSI",
        "Bollinger Band",
        "Volume"
      ],
      "replayWindow": {
        "start": "2025-04-01",
        "end": "2026-04-01"
      },
      "firedAlerts": 109,
      "cooldown": "1h",
      "forwardReturns": [
        {
          "horizon": "1h",
          "averagePct": 0.03
        },
        {
          "horizon": "4h",
          "averagePct": -0.26
        },
        {
          "horizon": "24h",
          "averagePct": 0.17
        }
      ],
      "benchmark": "About one fire every 3.3 days after cooldown.",
      "activationPath": "alert-review",
      "caveat": "Published product walkthrough, not trading advice, customer performance, or a live performance promise.",
      "url": "https://stingray.fi/blog/btc-breakout-alert-backtested/"
    }
  ]
}