auto-chart-patterns

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

A tool that automatically identifies common price-chart patterns in markets. These include reversal patterns, which may signal a change in direction, and continuation patterns, which may signal that an existing trend could continue.

In plain words
What is it for?
Use it to scan watchlists or individual symbols, find more than 30 supported chart patterns, review their historical statistics, and receive alerts when patterns form.
Why use it?
It reduces the need to inspect charts manually and adds confidence scores, price targets, historical results, and alerts for detected patterns.

Skill for Claude CodeCodex

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

Good fit Use it to scan watchlists or individual symbols, find more than 30 supported chart patterns, review their historical statistics, and receive alerts when patterns form.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/signal-execution-labs/forex-trading-ai-agent/auto-chart-patterns
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 auto-chart-patterns
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 auto-chart-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/auto-chart-patterns/github.svg)](https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/auto-chart-patterns)
Your own site
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/auto-chart-patterns"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/auto-chart-patterns/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 auto-chart-patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/auto-chart-patterns"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/auto-chart-patterns.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 522 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.00522
Opus 5 $0.00000 $0.00261
Sonnet 5 $0.00000 $0.00104
Haiku 4.5 $0.00000 $0.00052

Measured 11d ago against content hash 5797d1650d25, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

auto-chart-patterns 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 11d ago.

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/auto-chart-patterns/SKILL.md · 80 lines

How it starts

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

Auto Chart Patterns

TradingView Premium-style automatic chart pattern recognition.

Features

  • Real-Time Detection - Patterns detected as they form
  • 30+ Pattern Types - Classic and advanced patterns
  • Confidence Scoring - AI-based pattern quality rating (0-100%)
  • Price Targets - Automatic target calculation from pattern
  • Historical Stats - Success rate per pattern type
  • Multi-Asset Scanning - Scan entire markets for patterns
  • Alert on Formation - Get notified when patterns complete

Patterns Detected

Reversal Patterns

  • Head & Shoulders / Inverse H&S
  • Double Top / Double Bottom
  • Triple Top / Triple Bottom
  • Rounding Top / Rounding Bottom
  • Diamond Top / Diamond Bottom

Continuation Patterns

  • Ascending/Descending Triangle
  • Symmetrical Triangle
  • Bull/Bear Flag
  • Bull/Bear Pennant
  • Rising/Falling Wedge
  • Rectangle/Channel

Advanced Patterns

  • Cup & Handle / Inverse C&H
  • Adam & Eve
  • Bump & Run
  • Island Reversal
  • Three Drives
  • Wolfe Waves
  • Gartley / Butterfly / Bat / Crab (Harmonics)

Commands

kit patterns scan                  # Scan watchlist for patterns
kit patterns <symbol>              # Detect patterns on symbol
kit patterns history               # View detected pattern history
kit patterns stats                 # Pattern success statistics
kit patterns alert <type>          # Alert on specific pattern

API Endpoints

  • GET /api/patterns/scan - Multi-asset pattern scan
  • GET /api/patterns/:symbol - Symbol patterns
  • GET /api/patterns/history - Detection history
  • GET /api/patterns/stats - Performance statistics
  • POST /api/patterns/alerts - Configure alerts

Configuration

patterns:
  min_confidence: 70          # Minimum pattern quality
  detection_mode: realtime    # realtime/endofbar
  include_harmonics: true
  include_candlestick: true
  lookback_bars: 200
  auto_trade: false           # Enable auto-trading on patterns

Pattern Data

Each detection includes:

  • Pattern type and direction
  • Entry point and stop loss
  • Target prices (1, 2, 3)
  • Confidence score
  • Historical success rate
  • Volume confirmation status

Read the full file on GitHub · 80 lines

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. 11d ago First seen · 80 lines · 0 tokens per session scan A 5797d1650d25

Subscribe to this mod's changes

auto-chart-patterns is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 522 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-08-30.