Skip to content

A library written in Python to search harmonic patterns automatically.

License

Notifications You must be signed in to change notification settings

livinglife2x/HarmonicPatterns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%