livinglife2x / HarmonicPatterns

A library written in Python to search harmonic patterns automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harmonic Pattern Detector

In short, this project filters ZIGZAG patterns that fit-in Harmonic Patterns.
support 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
  • 使用mplfinance + ipympl绘图

Notify

  • Send alerts to Wechat when Harmonic are newly found

Predict

  • Predict harmonic patterns according to current kline

Else:

About

A library written in Python to search harmonic patterns automatically.

License:MIT License


Languages

Language:Python 100.0%