keithorange / PatternPy

📈 PatternPy: A Python package revolutionizing trading analysis with high-speed pattern recognition, leveraging Pandas & Numpy. Effortlessly spot Head & Shoulders, Tops & Bottoms, Supports & Resistances. For experts & beginners. #TradingMadeEasy 🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Head and shoulders pattern identification - understading the information in the row

mslowinski36 opened this issue · comments

Hello!

First of all, I would like to thank you very much for the work you put into the project.

I have a question - how to interpret the information in the 'head_shoulder_pattern' column. Is it information about the beginning, end or some point in the pattern?

Thank you! It's been a while since i've looked at this project. GPT may help you more. However, I did customize the pattern to detect any head and shoulders pattern as long as it has the shoulders and head pattern. I think it just writes either NaN or 'Head and Shoulders' or 'Inverse ...'