In short, this project filters ZIGZAG patterns that fit-in Harmonic Patterns.
-
ABCD
-
Gartley
-
Bat
-
AltBat
-
ButterFly
-
Crab
-
DeepCrab
-
Shark
-
Cypper
-
all supports predict and deepsearch
- TA-Lib
Setup
cd <project_dir>
pip install -r requirements.txt
pip install -e . # or python setup.py install
- Draw Harmonic Patterns in the graph using mplfinance + ipympl
- Predict harmonic patterns according to current kline
- go to examples/*.ipynb
- example