Skip to content
OpenSmartRoute
Skillv1.0.0

support_resistance

How to draw valid zones, identify flip areas, and spot trap patterns.

by VictorJK-jpg(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from VictorJK-jpg/Tradingbot (backend/skills/market_reading/support_resistance/SKILL.md). Install upstream with npx skills add VictorJK-jpg/Tradingbot --skill support_resistance. Copyright stays with the author.

Definition

Support = price area where buying pressure historically overcomes selling pressure. Resistance = inverse.

How to Draw Valid Zones

  1. Minimum 2 touches on the same horizontal level.
  2. Wicks matter more than bodies — the extreme is what sellers/buyers defended.
  3. Recency: Zones formed in the last 30 days are stronger than 6-month-old zones.
  4. Volume: High-volume rejection candles validate a zone.

Types

  • Major S/R: Daily/weekly swing highs/lows — hard to break, strong reversals expected.
  • Minor S/R: 1H/4H local levels — break easily, use for precise entry only.
  • Dynamic S/R: Moving averages (20 EMA, 50 EMA, 200 EMA) act as living support/resistance.

Flip Zones

When resistance breaks and price retests it from above, it becomes support. These are the highest-probability entry areas.

Trap Patterns

  • Bull trap: Price breaks resistance with low volume, quickly reverses. = Short signal.
  • Bear trap: Price breaks support with low volume, quickly reverses. = Long signal.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/victorjk-jpg-tradingbot-support-resistance/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

victorjk-jpg-tradingbot-support-resistance.ocm.jsonjson
{
  "ocm": "1",
  "id": "victorjk-jpg-tradingbot-support-resistance",
  "kind": "skill",
  "name": "support_resistance",
  "description": "How to draw valid zones, identify flip areas, and spot trap patterns.",
  "publisher": "VictorJK-jpg",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "technical-analysis",
      "support",
      "resistance",
      "market-structure",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "How to draw valid zones, identify flip areas, and spot trap patterns."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/VictorJK-jpg/Tradingbot",
      "path": "backend/skills/market_reading/support_resistance/SKILL.md",
      "ref": "cb108fbc50e3888c9ed1a12222a3dd8d79b1a8fa",
      "url": "https://github.com/VictorJK-jpg/Tradingbot/blob/cb108fbc50e3888c9ed1a12222a3dd8d79b1a8fa/backend/skills/market_reading/support_resistance/SKILL.md",
      "key": "VictorJK-jpg/Tradingbot/backend/skills/market_reading/support_resistance/SKILL.md"
    }
  },
  "instructions": "## Definition\nSupport = price area where buying pressure historically overcomes selling pressure.\nResistance = inverse.\n\n## How to Draw Valid Zones\n1. **Minimum 2 touches** on the same horizontal level.\n2. **Wicks matter more than bodies** — the extreme is what sellers/buyers defended.\n3. **Recency**: Zones formed in the last 30 days are stronger than 6-month-old zones.\n4. **Volume**: High-volume rejection candles validate a zone.\n\n## Types\n- **Major S/R**: Daily/weekly swing highs/lows — hard to break, strong reversals expected.\n- **Minor S/R**: 1H/4H local levels — break easily, use for prec",
  "cost": {
    "context_tokens": 262
  }
}

Fetch it by URL: GET /api/v1/registry/victorjk-jpg-tradingbot-support-resistance/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.