Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Latest commit

 

History

History
70 lines (40 loc) · 1021 Bytes

README.md

File metadata and controls

70 lines (40 loc) · 1021 Bytes

Harmonic Pattern Detector

In short, this project filters ZIGZAG patterns that fit-in Harmonic Patterns.

Search these patterns in ZIG-ZAG(parameters are configurable) patterns:

Harmonic Trading reference

  • ABCD

  • Gartley

  • Bat

  • AltBat

  • ButterFly

  • Crab

  • DeepCrab

  • Shark

  • Cypper

  • all supports predict and deepsearch

patterns found

plot_0

patterns predict

predict_0

Reqirements

  • TA-Lib
Setup

cd <project_dir>
pip install -r requirements.txt
pip install -e . # or python setup.py install

Features

Visualize

  • Draw Harmonic Patterns in the graph using mplfinance + ipympl

Predict

  • Predict harmonic patterns according to current kline

Else: