Skip to content

Professional MQL5 application for automated harmonic trading pattern detection on MetaTrader 5. Features real-time analysis, multi-timeframe support, and interactive GUI for Gartley, Butterfly, Bat, Crab, Cypher, and Shark patterns.

Notifications You must be signed in to change notification settings

0x0Zeus/harmonic-patterns-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Harmonic Patterns Scanner for MetaTrader 5

A professional MQL5 application designed for automated identification and analysis of harmonic trading patterns on MetaTrader 5 platform. This scanner provides real-time pattern detection, comprehensive pattern analysis, and an intuitive graphical user interface for enhanced trading decision-making.

Features

  • Automated Pattern Detection: Identifies various harmonic patterns including Gartley, Butterfly, Bat, and Crab patterns
  • Real-time Analysis: Continuous monitoring and updates of pattern formations across multiple currency pairs
  • Multi-timeframe Support: Analyze patterns across different time intervals for comprehensive market analysis
  • Interactive GUI: User-friendly interface for pattern visualization and management
  • Customizable Parameters: Flexible configuration options for pattern detection criteria

Installation

  1. Copy the source files to your MetaTrader 5 MQL5/Experts/ directory
  2. Compile the MQL5 code in MetaEditor
  3. Ensure the necessary dependencies are properly configured

Usage

  1. Initialize the Scanner: Create instances of the core modules:

    • HarmonicPatternsScanner: Main pattern detection engine
    • RealTimeUpdater: Real-time data processing and pattern updates
    • GUI: User interface management
  2. Configure Detection Parameters:

    HarmonicPatternsScanner scanner;
    scanner.detectPatterns(currencyPairs, timeframes);
  3. Enable Real-time Monitoring:

    RealTimeUpdater updater;
    updater.updatePatterns();
  4. Launch the Interface:

    GUI interface;
    interface.displayGUI();

Supported Patterns

  • Gartley Pattern
  • Butterfly Pattern
  • Bat Pattern
  • Crab Pattern
  • Cypher Pattern
  • Shark Pattern

Technical Requirements

  • MetaTrader 5 platform
  • MQL5 development environment
  • Minimum 4GB RAM recommended
  • Stable internet connection for real-time data

Disclaimer

This software is provided for educational and research purposes. Trading involves substantial risk of loss and is not suitable for all investors. Past performance does not guarantee future results.

Additional Resources

For detailed documentation, advanced configuration options, and professional support, visit our official website.

License

This project is proprietary software. Please refer to the license terms for usage restrictions and permissions.

About

Professional MQL5 application for automated harmonic trading pattern detection on MetaTrader 5. Features real-time analysis, multi-timeframe support, and interactive GUI for Gartley, Butterfly, Bat, Crab, Cypher, and Shark patterns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published