harmonic

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies harmonic XABCD patterns in price data and emits trading signals at the D point within the PRZ, enabling proactive entry timing and risk management.

Core Features & Use Cases

  • Identifies Gartley, Bat, Butterfly, and Crab patterns using Fibonacci ratios (XABCD five-point structure).
  • Optional pyharmonics integration with a reliable built-in detector fallback.
  • Generates actionable signals at the PRZ D-point to support entry decisions across crypto, forex, and equities.

Quick Start

Feed OHLCV data into the harmonic signal engine and call the generate method to obtain 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, feed your time-series into the signal engine and call the generate method to obtain trading signals at the D point within the PRZ.

What harmonic patterns can I identify using Fibonacci ratios for trading signals?

You can identify Gartley, Bat, Butterfly, and Crab harmonic patterns using Fibonacci ratios within the five-point XABCD structure to generate actionable trading signals.

Does harmonic pattern detection work with crypto, forex, and equity time-series?

Yes, harmonic pattern detection works with crypto, forex, and equity time-series, requiring OHLCV data to identify XABCD patterns and emit D-point signals across these asset classes.

Do I need the pyharmonics library to generate D-point trading signals?

No, you do not need the pyharmonics library to generate D-point trading signals, as the engine includes a deterministic built-in detector that serves as a reliable fallback.

What Python dependencies are required for detecting harmonic patterns in price data?

Detecting harmonic patterns in price data requires Python 3.11+ with pandas and numpy installed, alongside either the pyharmonics library or the built-in detector.

Why use harmonic pattern detection for entry timing instead of other trading signals?

Harmonic pattern detection provides proactive entry timing and risk management by identifying specific XABCD Fibonacci structures and generating signals precisely at the PRZ D-point.