elliott-wave

Detect Elliott Wave signals from OHLCV price data using Zigzag and Fibonacci filters.

6.1k|1.2k|Updated Jun 9, 2022
One-click install
npx skills add https://github.com/charliedream1/ai_quant_trade --skill elliott-wave-charliedream1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elliott-wave
Source: https://github.com/charliedream1/ai_quant_trade/tree/main/a_%E5%85%A8%E7%BD%91%E4%BC%98%E7%A7%80%E8%B5%84%E6%BA%90/10_%E5%A4%A7%E6%A8%A1%E5%9E%8B/07_skill%E5%8C%85/vibe_trading_skills/elliott-wave
Command: npx skills add https://github.com/charliedream1/ai_quant_trade --skill elliott-wave-charliedream1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Detects Elliott Wave signals from price data to identify trend tops and completion corrections.

Core Features & Use Cases

  • Detects swing points via Zigzag and validates 5-wave impulse and 3-wave corrective structures
  • Applies Fibonacci wave relationships to filter and confirm signals
  • Supports multi-symbol OHLCV data and outputs signal directions (1 for buy, -1 for sell)

Quick Start

Run the Elliott Wave engine on your OHLCV data to produce trend-top and correction-complete signals.

Frequently Asked Questions about elliott-wave

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

FAQPage Schema
How do I detect Elliott Wave signals from OHLCV price data?

To detect Elliott Wave signals from OHLCV price data, you can run an analysis engine that identifies Zigzag swing points, validates 5-wave impulse and 3-wave corrective structures, and applies Fibonacci relationships to output trend-top signals.

Can I use pandas and numpy for Elliott Wave pattern recognition in Python?

Yes, you can use pandas and numpy for Elliott Wave pattern recognition in Python to process multi-symbol OHLCV time series, detect Zigzag swing points, and validate corrective wave structures using Fibonacci ratios.

How does Fibonacci ratio filtering work with Elliott Wave analysis?

Fibonacci ratio filtering in Elliott Wave analysis validates that detected 5-wave impulse and 3-wave corrective structures align with expected Fibonacci relationships, filtering out invalid signals and confirming trend tops.

What is the best way to identify trend tops using Zigzag swing points?

The best way to identify trend tops using Zigzag swing points is to apply an automated detection engine that validates wave structures against Fibonacci relationships, outputting directional signals for completed corrections.

Does Elliott Wave analysis output buy and sell signals for multiple symbols?

Yes, Elliott Wave analysis can output buy and sell signals for multiple symbols by processing OHLCV time series data and returning directional indicators, typically using 1 for buy signals and -1 for sell signals.

When should I not rely on Elliott Wave signals for market analysis?

You should not rely solely on Elliott Wave signals when price data lacks clear Zigzag swing points or when detected wave structures fail to conform to Fibonacci relationships, indicating invalid or incomplete pattern formations.