harmonic

Identify harmonic XABCD patterns in price data and generate D-point trading signals.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Harmonic pattern identification automates discovery of XABCD five-point structures (Gartley, Bat, Butterfly, Crab) and generates D-point signals within the PRZ, helping traders act on high-probability reversals.

Core Features & Use Cases

  • Detects XABCD harmonic patterns using Fibonacci relationships to determine potential reversal zones.
  • Generates D-point based trading signals with bullish/bearish directions for automation.
  • Flexible backend: uses pyharmonics when available or falls back to a built-in detector.

Quick Start

Analyze your OHLCV data to detect harmonic patterns and generate D-point signals.

Frequently Asked Questions about harmonic

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

FAQPage Schema
How do I detect harmonic XABCD patterns in OHLCV price data?

To detect harmonic XABCD patterns in OHLCV price data, you can use a detector that identifies Gartley, Bat, Butterfly, and Crab structures using Fibonacci relationships. It returns the pattern name, direction, and D-point index with tolerance-based validation.

Can I generate trading signals from harmonic patterns for crypto and forex time series?

Yes, you can generate trading signals from harmonic patterns for crypto, equities, and forex time series. The process identifies XABCD structures and outputs bullish or bearish D-point trading signals within the potential reversal zone.

Do I need pyharmonics to identify harmonic patterns, or is there a built-in detector?

You do not need pyharmonics to identify harmonic patterns, as the system falls back to a built-in detector. It uses the pyharmonics backend automatically when available, ensuring flexible XABCD pattern detection without strict dependencies.

What is a harmonic potential reversal zone and how is it validated?

A harmonic potential reversal zone, or PRZ, is an area where XABCD Fibonacci relationships suggest a high-probability price reversal. It is validated using tolerance-based checks to confirm the D-point signal within the identified structure.

Which specific harmonic patterns are identified by the Fibonacci relationship detector?

The Fibonacci relationship detector identifies four primary harmonic XABCD patterns: Gartley, Bat, Butterfly, and Crab. These five-point structures are analyzed to generate D-point trading signals for market reversals.