Is there a way to programmatically analyze charts and understand if they fit to any of the pre-defined patterns. I was looking to analyze patterns as folows:
I've tried building an algorithm that measures the distances between the various line points, looks ahead and verifies if it matches any of the patterns by keeping a margin of +/- 2%.
I've recently read about scikit-learn and I was thinking if Machine learning can be applied to it, to build on patterns from sample data provided. I'm open to any programming language that can help me achive this. Any inputs would be appreciated.