elliott-wave

Detect Elliott Wave impulse and corrective patterns in financial time-series data.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/hxhyyy/Vibe-Trading --skill elliott-wave-hxhyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elliott-wave
Source: https://github.com/hxhyyy/Vibe-Trading/tree/main/agent/src/skills/elliott-wave
Command: npx skills add https://github.com/hxhyyy/Vibe-Trading --skill elliott-wave-hxhyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses the subjectivity and complexity of manual Elliott Wave analysis by providing a deterministic, rule-based engine to identify market wave structures and potential reversal points.

Core Features & Use Cases

  • Wave Structure Detection: Automatically identifies 5-wave impulse and 3-wave corrective patterns using Zigzag swing-point analysis.
  • Fibonacci Validation: Applies strict Fibonacci ratio checks to validate wave relationships, ensuring signals align with classic technical theory.
  • Use Case: Traders can use this to scan multiple assets for completed 5-wave impulse structures to identify potential trend tops or completed ABC corrections for entry signals.

Quick Start

Use the elliott-wave skill to analyze the provided market data and generate buy or sell signals based on current wave structures.

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 detection in financial time-series data?

Automated Elliott Wave pattern detection identifies swing points in financial time-series data using Zigzag analysis and validates them against Fibonacci ratios. It flags completed 5-wave impulse and 3-wave corrective structures to generate trend reversal signals.

What is the best way to validate Elliott Wave structures with Fibonacci relationships?

Validating Elliott Wave structures with Fibonacci relationships requires applying strict ratio checks to wave segments. This skill enforces classic technical theory rules to filter market signals and maintain a conservative, low-false-positive approach.

Can I scan multiple assets for completed 5-wave impulse structures automatically?

Scanning multiple assets for completed 5-wave impulse structures is supported by processing financial time-series data. The engine evaluates swing points and Fibonacci relationships to identify potential trend tops or ABC correction entry signals.

Does automated Elliott Wave analysis work with pandas and numpy for trading strategy development?

Automated Elliott Wave analysis works with pandas and numpy to process time-series data. It outputs buy or sell signals based on detected wave structures, supporting automated trading strategy development and trend analysis.

Why does automated Elliott Wave detection use a conservative low-false-positive approach?

Automated Elliott Wave detection uses a conservative low-false-positive approach to prevent inaccurate trading signals. It implements rigorous technical rules to filter market noise, ensuring only validated impulse and corrective wave completions are flagged.

How do I identify ABC correction entry signals using technical analysis?

Identifying ABC correction entry signals involves detecting 3-wave corrective patterns in time-series data. The engine validates these wave structures against Fibonacci ratios to flag potential entry points for trading strategies.