elliott-wave

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

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

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 time-series data, reducing human error and bias in technical analysis.

Core Features & Use Cases

  • Pattern Recognition: Detects 5-wave impulse and 3-wave corrective structures using Zigzag swing-point analysis.
  • Mathematical Validation: Applies strict Fibonacci ratio checks and wave count rules to filter out noise.
  • Use Case: Traders can use this to automatically identify potential trend-top reversal signals or correction-complete buy opportunities across multiple crypto assets simultaneously.

Quick Start

Use the elliott-wave skill to analyze the current market data for BTC-USDT and generate potential buy or sell signals based on 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 for crypto market data?

Automate Elliott Wave pattern detection by processing OHLCV time-series data with pandas and numpy to identify swing points, validate Fibonacci ratios, and generate trend reversal signals. This removes subjective human bias from technical analysis.

What is the best way to identify 5-wave impulse structures using Python?

Identify 5-wave impulse structures by applying Zigzag swing-point analysis to financial time-series data. The process mathematically validates wave counts against strict Fibonacci ratio rules to filter market noise and isolate valid structures.

Does Elliott Wave signal generation require specific OHLCV data formats?

Elliott Wave signal generation requires OHLCV time-series data to detect swing points and validate wave theory rules. High-performance numerical computation relies on pandas and numpy dependencies to process the market data efficiently.

Can I use Fibonacci ratios to validate corrective wave structures in pandas?

You can use Fibonacci ratios in pandas to validate 3-wave corrective structures by checking swing points against mathematical wave count rules. This validation filters out invalid patterns and isolates potential correction-complete buy opportunities.

Why does automated technical analysis fail to spot valid trend reversals?

Automated technical analysis fails when strict Fibonacci ratio checks and wave count rules are not properly applied to swing points. Validating impulse and corrective structures correctly filters noise and accurately identifies trend-top reversal signals.

What are the limitations of using automated wave theory for trading signals?

Limitations of automated wave theory include its reliance on accurate OHLCV time-series data and strict mathematical validation of Fibonacci relationships. Complex market noise can obscure swing points, leading to missed or false trend reversal signals.