File contents 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
1 --- 2 name: auto-chart-patterns 3 description: Auto Chart Patterns 4 --- 5 # Auto Chart Patterns 6 7 TradingView Premium-style automatic chart pattern recognition. 8 9 ## Features 10 11 - **Real-Time Detection** - Patterns detected as they form 12 - **30+ Pattern Types** - Classic and advanced patterns 13 - **Confidence Scoring** - AI-based pattern quality rating (0-100%) 14 - **Price Targets** - Automatic target calculation from pattern 15 - **Historical Stats** - Success rate per pattern type 16 - **Multi-Asset Scanning** - Scan entire markets for patterns 17 - **Alert on Formation** - Get notified when patterns complete 18 19 ## Patterns Detected 20 21 ### Reversal Patterns 22 - Head & Shoulders / Inverse H&S 23 - Double Top / Double Bottom 24 - Triple Top / Triple Bottom 25 - Rounding Top / Rounding Bottom 26 - Diamond Top / Diamond Bottom 27 28 ### Continuation Patterns 29 - Ascending/Descending Triangle 30 - Symmetrical Triangle 31 - Bull/Bear Flag 32 - Bull/Bear Pennant 33 - Rising/Falling Wedge 34 - Rectangle/Channel 35 36 ### Advanced Patterns 37 - Cup & Handle / Inverse C&H 38 - Adam & Eve 39 - Bump & Run 40 - Island Reversal 41 - Three Drives 42 - Wolfe Waves 43 - Gartley / Butterfly / Bat / Crab (Harmonics) 44 45 ## Commands 46 47 ``` 48 kit patterns scan # Scan watchlist for patterns 49 kit patterns <symbol> # Detect patterns on symbol 50 kit patterns history # View detected pattern history 51 kit patterns stats # Pattern success statistics 52 kit patterns alert <type> # Alert on specific pattern 53 ``` 54 55 ## API Endpoints 56 57 - `GET /api/patterns/scan` - Multi-asset pattern scan 58 - `GET /api/patterns/:symbol` - Symbol patterns 59 - `GET /api/patterns/history` - Detection history 60 - `GET /api/patterns/stats` - Performance statistics 61 - `POST /api/patterns/alerts` - Configure alerts 62 63 ## Configuration 64 65 ```yaml 66 patterns: 67 min_confidence: 70 # Minimum pattern quality 68 detection_mode: realtime # realtime/endofbar 69 include_harmonics: true 70 include_candlestick: true 71 lookback_bars: 200 72 auto_trade: false # Enable auto-trading on patterns 73 ``` 74 75 ## Pattern Data 76 77 Each detection includes: 78 - Pattern type and direction 79 - Entry point and stop loss 80 - Target prices (1, 2, 3) 81 - Confidence score 82 - Historical success rate 83 - Volume confirmation status
Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/auto-chart-patterns commit 0779d8b7b8
Frequently asked questions How do I install the Auto Chart Patterns skill? Run npx skillmds@latest add signal-execution-labs/auto-chart-patterns in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Auto Chart Patterns skill do? Auto Chart Patterns It is listed under Coding & Dev Tools on SkillMD.
Is Auto Chart Patterns safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Auto Chart Patterns? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Auto Chart Patterns free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Auto Chart Patterns? Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.