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 🔥
Other
232 stars 64 forks source link

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

Open mslowinski36 opened 1 year ago

mslowinski36 commented 1 year ago

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?

keithorange commented 1 year ago

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 ...'