TradingPatternScanner
TradingPatternScanner copied to clipboard
Trading Pattern Scanner Identifies complex patterns like head and shoulder, wedge and many more.
Any plans on extending the lib for visualization and maybe setting up testing more in-depth.
I'm pretty sure the whole repo is AI generated. It detects this data as a head and shoulders pattern, lol: 
This should fix 99% of the issues. (I am not a part of this project) [fixedtradingpatterns.txt](https://github.com/white07S/TradingPatternScanner/files/12850698/fixedtradingpatterns.txt)
Hi, thanks a lot for setting up, sharing and maintaining this project. You are doing a very good job! I have a small question: I executed `detect_wedge(df, window=3):` from `TradingPatternScanner/tradingpatterns/tradingpatterns.py`....
Cosmetic change in find_pivots While all other methods, its High and Low, in this method it was high and low ( all lowers ) Thank you. Arun
Hi, this code seems like its everything i could need rn, but i struggle to understand how i can utilize it. As I've understodd you can run analysis.py and get...
Thanks for this library let's suppose your detection for chart patterns detect head and shoulder how to plot how do i recognize where is the starting of left shoulder from...
Your code is well-written and works nicely. However, I think it has a significant shortcoming. I couldn't add the pivot levels to your code because I don't know how to...