harmonic

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

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/DaddyElonMusk69/motis-agent --skill harmonic-daddyelonmusk69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harmonic
Source: https://github.com/DaddyElonMusk69/motis-agent/tree/main/skills/finance/harmonic
Command: npx skills add https://github.com/DaddyElonMusk69/motis-agent --skill harmonic-daddyelonmusk69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Identifies XABCD harmonic price patterns in price data and converts them into actionable trading signals at the Potential Reversal Zone (PRZ), reducing ambiguity in pattern-based decision making.

Core Features & Use Cases

  • Pattern recognition for Gartley, Bat, Butterfly, and Crab using either a built-in detector or pyharmonics when available.
  • Signal generation at the D point in PRZ to guide entry decisions for multiple instruments (crypto, forex, and stocks).
  • Fallback and resilience: works with or without external libraries, adapting to varied OHLCV data.

Quick Start

Load your OHLCV data and run the harmonic engine to produce D-point trading signals.

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 OHLCV price data?

To detect XABCD harmonic patterns in OHLCV price data, load your price series into the engine to automatically identify Gartley, Bat, Butterfly, and Crab formations and output directionally labeled trading signals at the D point.

What is a harmonic pattern trading signal at the D point PRZ?

A harmonic pattern trading signal at the D point PRZ is an actionable entry trigger generated when the XABCD price structure completes its Potential Reversal Zone, indicating a likely price reversal for crypto, forex, or equity markets.

Does harmonic pattern detection work without the pyharmonics library?

Yes, harmonic pattern detection works without the pyharmonics library by utilizing a built-in detector fallback, ensuring resilient XABCD pattern recognition and signal generation across varied OHLCV datasets.

Can I use harmonic patterns for crypto, forex, and equity price series?

Yes, you can use harmonic patterns for crypto, forex, and equity price series. The detection engine processes OHLCV data across these instruments to identify Gartley, Bat, Butterfly, and Crab setups.

How do I configure swing window and tolerance for Fibonacci pattern recognition?

You configure swing window and tolerance for Fibonacci pattern recognition by adjusting these parameters in the detection engine, which controls the sensitivity of XABCD structure matching and signal generation.

What are the limitations of built-in harmonic pattern detection?

The limitations of built-in harmonic pattern detection include relying on configurable swing window and tolerance settings, which may produce varying XABCD pattern recognition results compared to using the dedicated pyharmonics library.