wyckoff-analysis

wyckoff-analysis is a skill for Claude Code, Codex from Signal-Execution-Labs/forex-trading-ai-agent. It costs 0 tokens per session (913 once invoked), scanned A, original, MIT.

A market-analysis method that studies price and trading volume to identify buying and selling phases. The Wyckoff Method is a framework for interpreting possible accumulation and distribution by large market participants.

In plain words
What is it for?
It helps analyze a symbol’s market phase, detect Wyckoff events, study volume spread, assess large-participant behavior, and set alerts for notable changes.
Why use it?
Price charts alone can make it difficult to tell whether a market is being bought or sold during a range. This organizes price-volume behavior into named phases and events.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps analyze a symbol’s market phase, detect Wyckoff events, study volume spread, assess large-participant behavior, and set alerts for notable changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/signal-execution-labs/forex-trading-ai-agent/wyckoff-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Signal-Execution-Labs/forex-trading-ai-agent --skill wyckoff-analysis
Clone the repo
git clone --depth 1 https://github.com/Signal-Execution-Labs/forex-trading-ai-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wyckoff-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/wyckoff-analysis/github.svg)](https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/wyckoff-analysis)
Your own site
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/wyckoff-analysis"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/wyckoff-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wyckoff-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/wyckoff-analysis"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/wyckoff-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 913 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00913
Opus 5 $0.00000 $0.00456
Sonnet 5 $0.00000 $0.00183
Haiku 4.5 $0.00000 $0.00091

Measured 9d ago against content hash 6c9815f65a0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

wyckoff-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (wyckoff.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/wyckoff-analysis/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wyckoff Analysis Skill

Wyckoff Method analysis for detecting smart money accumulation and distribution patterns.

Overview

The Wyckoff Method is a century-old approach to understanding market structure by analyzing:

  • Accumulation phases (smart money buying)
  • Distribution phases (smart money selling)
  • Price-volume relationships
  • Composite Man theory (institutional behavior)

Commands

  • wyckoff analyze <symbol> - Full Wyckoff analysis
  • wyckoff phase <symbol> - Detect current market phase
  • wyckoff events <symbol> - Identify Wyckoff events (PS, SC, AR, ST, etc.)
  • wyckoff composite <symbol> - Composite Man activity analysis
  • wyckoff volume <symbol> - Volume spread analysis
  • wyckoff alerts - Set up Wyckoff event alerts

Wyckoff Phases

Accumulation (Bottom)

  1. PS - Preliminary Support
  2. SC - Selling Climax
  3. AR - Automatic Rally
  4. ST - Secondary Test
  5. Spring/LPS - Spring or Last Point of Support
  6. SOS - Sign of Strength
  7. LPS - Last Point of Support (backup)

Distribution (Top)

  1. PSY - Preliminary Supply
  2. BC - Buying Climax
  3. AR - Automatic Reaction
  4. ST - Secondary Test
  5. UT/UTAD - Upthrust / Upthrust After Distribution
  6. SOW - Sign of Weakness
  7. LPSY - Last Point of Supply

Volume Analysis

  • Effort vs Result - Volume should confirm price movement
  • No Demand - Rising price on decreasing volume (weakness)
  • No Supply - Falling price on decreasing volume (strength)
  • Stopping Volume - High volume halting a trend

Configuration

wyckoff:
  lookback_periods: 200
  volume_threshold: 1.5  # Volume spike multiplier
  price_tolerance: 0.02  # 2% price tolerance for tests
  min_phase_bars: 20     # Minimum bars to confirm phase
  alerts:
    - phase_change
    - spring_detected
    - upthrust_detected
    - sos_confirmed
    - sow_confirmed

Output Example

┌─────────────────────────────────────────────────────────┐
│  WYCKOFF ANALYSIS: BTC/USDT                            │
├─────────────────────────────────────────────────────────┤
│  Current Phase: ACCUMULATION (Phase C - Spring)        │
│  Confidence: 78%                                       │
│                                                        │
│  Recent Events:                                        │
│  • SC (Selling Climax) @ $38,200 - Jan 15             │
│  • AR (Automatic Rally) @ $42,100 - Jan 18            │
│  • ST (Secondary Test) @ $38,800 - Jan 25             │
│  • SPRING @ $37,500 - Feb 3 ⚡ BULLISH                │
│                                                        │
│  Volume Analysis:                                      │
│  • Effort/Result: BULLISH (rising effort, rising $)   │
│  • Stopping Volume: Detected at $37,500               │
│  • No Supply: Confirmed on last 3 pullbacks           │
│                                                        │
│  Composite Man Activity:                               │
│  • Accumulation detected: 15 days                     │
│  • Estimated position: LONG                           │
│  • Aggression: MODERATE                               │
│                                                        │
│  Projection:                                           │
│  • Next target: $45,000 (SOS zone)                   │
│  • Invalidation: Below $36,000                        │
└─────────────────────────────────────────────────────────┘

Read the full file on GitHub · 103 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 103 lines · 0 tokens per session scan A 6c9815f65a0c

Subscribe to this mod's changes

wyckoff-analysis is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 913 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.