elliott-wave

Identifies Elliott Wave impulse and corrective structures in OHLCV market data.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill elliott-wave-0xzknw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elliott-wave
Source: https://github.com/0xZKnw/vibe-trading-tap/tree/main/agent/src/skills/elliott-wave
Command: npx skills add https://github.com/0xZKnw/vibe-trading-tap --skill elliott-wave-0xzknw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, requests, and includes references (resource) components.

What problem does it solve?

This skill automates the complex and subjective process of identifying Elliott Wave patterns in financial markets, removing human bias and manual chart analysis.

Core Features & Use Cases

  • Pattern Recognition: Detects 5-wave impulse and 3-wave corrective structures using Zigzag swing point analysis.
  • Technical Validation: Enforces strict Elliott Wave rules and Fibonacci ratio relationships to filter out low-probability setups.
  • Use Case: Traders can use this to automatically scan multiple assets for completed ABC pullbacks to identify high-probability entry points for trend reversals.

Quick Start

Use the elliott-wave skill to analyze the latest market data for BTC-USDT and generate potential buy or sell signals.

Frequently Asked Questions about elliott-wave

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Elliott Wave pattern recognition for trading signals?

Elliott Wave signal detection works by validating Zigzag swing points in OHLCV market data against strict Fibonacci ratios and wave theory rules. It filters low-probability setups to identify completed ABC pullbacks and 5-wave impulse structures for high-probability trend reversals.

Why does automated technical analysis use Fibonacci ratios for Elliott Wave validation?

Automated technical analysis uses Fibonacci ratios to enforce strict Elliott Wave rules and filter out low-probability setups. Validating swing points against these mathematical relationships ensures that detected impulse and corrective structures meet deterministic criteria for reliable trading signals.

Can I scan multiple assets for completed ABC pullbacks automatically?

You can scan multiple assets for completed ABC pullbacks by processing their financial time-series data through the rule-based signal engine. The skill validates 3-wave corrective structures using Zigzag swing analysis to identify high-probability entry points for trend reversals.

Does the signal engine work with OHLCV market data from any asset class?

The signal engine works with OHLCV market data across asset classes, using pandas and numpy to process time-series arrays. It identifies Elliott Wave impulse and corrective structures deterministically, independent of the specific financial instrument being analyzed.

What are the limitations of rule-based Elliott Wave detection?

Rule-based Elliott Wave detection relies on strict validation of Fibonacci ratios and wave theory rules, which may filter out valid but non-standard market structures. It provides deterministic signals but cannot account for subjective pattern variations that human analysts might recognize.