harmonic

Detect XABCD harmonic patterns and Potential Reversal Zones in financial time-series data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the complex task of identifying XABCD five-point harmonic patterns, which are notoriously difficult to spot manually due to the requirement for precise Fibonacci ratio calculations.

Core Features & Use Cases

  • Pattern Recognition: Automatically detects Gartley, Bat, Butterfly, and Crab patterns in price data.
  • PRZ Calculation: Identifies the Potential Reversal Zone (PRZ) where price is likely to pivot.
  • Use Case: A trader can use this to scan multiple crypto assets for bullish or bearish reversal signals based on geometric price structures, allowing for data-driven entry and exit decisions.

Quick Start

Use the harmonic skill to analyze the latest market data for BTC-USDT and identify any active reversal patterns.

Frequently Asked Questions about harmonic

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

FAQPage Schema
How do I detect XABCD harmonic patterns in crypto trading data?

To detect XABCD harmonic patterns in crypto trading data, you can use automated Fibonacci geometry analysis to identify five-point structures like Gartley, Bat, Butterfly, and Crab formations. This skill processes financial time-series data to locate these precise ratio-based price structures.

What is a Potential Reversal Zone in harmonic pattern trading?

A Potential Reversal Zone (PRZ) in harmonic pattern trading is the calculated price area where a trend is likely to pivot. It is identified by mapping specific Fibonacci ratios within XABCD patterns to project where price reversals are highly probable.

How do I scan multiple crypto assets for bullish or bearish harmonic signals?

You can scan multiple crypto assets for bullish or bearish harmonic signals by feeding time-series price data into an automated detection tool. The system calculates Fibonacci ratios to generate trading signals whenever valid XABCD geometric structures form.

Does this harmonic pattern detection require the pyharmonics library?

This harmonic pattern detection utilizes the pyharmonics library but does not strictly require it. A custom fallback detector is integrated to ensure robust XABCD pattern recognition and signal output if the primary dependency is unavailable.

What are the limitations of automated Fibonacci geometry pattern recognition?

A limitation of automated Fibonacci geometry pattern recognition is that XABCD structures require precise ratio calculations that can be noisy in volatile markets. While PRZ calculation identifies probable reversal zones, it does not guarantee pivot points, requiring complementary risk management.