/ECR-Pattern-Recognition-for-Forex-Trading

Machine Learning and Pattern Recognition for Algorithmic Forex and Stock Trading: Machine learning in any form, including pattern recognition, has of course many uses from voice and facial recognition to medical research. In this case, our question is whether or not we can use pattern recognition to reference previous situations that were similar in pattern. If we can do that, can we then make trades based on what we know happened with those patterns in the past and actually make a profit? To do this, we're going to completely code everything ourselves. If you happen to enjoy this topic, the next step would be to look into GPU acceleration or threading. We're only going to need Matplotlib (for data visualization) and some NumPy (for number crunching), and the rest is up to us. Python is naturally a single-threaded language, meaning each script will only use a single cpu (usually this means it uses a single cpu core, and sometimes even just half or a quarter, or worse, of that core).

Primary LanguagePythonMIT LicenseMIT

Watchers