elliott-wave

Detect and validate Elliott Wave patterns in OHLCV data with Fibonacci relationships.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Elliott Wave Theory signal engine that detects swing points via Zigzag, matches 5-wave impulse and 3-wave corrective structures, validates them with Fibonacci wave relationships, and generates trend-top / correction-complete signals using a pure in-house pandas implementation.

Core Features & Use Cases

  • Detects swing points through Zigzag on high/low data
  • Matches 5-wave impulse and 3-wave corrective structures
  • Validates waves with Fibonacci relationships
  • Generates trend-top and correction-complete signals
  • Pure in-house pandas implementation for reproducibility

Quick Start

Run the Elliott Wave signal engine on your OHLCV data to generate trading signals.

Frequently Asked Questions about elliott-wave

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

FAQPage Schema
How do I identify Elliott Wave patterns from daily market data?▼

Elliott Wave pattern identification from daily market data uses a pure-Pandas workflow to detect swing points via Zigzag, match 5-wave impulse and 3-wave corrective structures, and validate them with Fibonacci relationships.

Can I generate trading signals using Fibonacci wave relationships in Pandas?▼

Generating trading signals using Fibonacci wave relationships in Pandas applies rule-based validation to wave counts, producing trend-top and correction-complete signals from daily OHLCV data.

Does the Elliott Wave signal engine work with daily OHLCV data across different assets?▼

The Elliott Wave signal engine works with daily OHLCV data across assets, applying Zigzag swing detection and wave counting without requiring external dependencies beyond a pure in-house Pandas implementation.

What is the best way to automate technical analysis for impulse and corrective waves?▼

Automating technical analysis for impulse and corrective waves is best handled by a pure-Pandas engine that detects Zigzag swing points, matches wave structures, and validates them with Fibonacci relationships.

How do I validate 5-wave impulse structures using technical analysis?▼

Validating 5-wave impulse structures using technical analysis involves matching Zigzag swing points to the wave count and checking their Fibonacci relationships to confirm trend-top or correction-complete signals.