Hello all!

I just wanted to share this algorithm I wrote with the community. It is a pattern recognition algorithm targeted to FOREX intraday trading.

It works this way:

1. It stores all patterns from a past period of time

2. It determines the outcome of each pattern

3. It compares the current pattern with all the previous ones and attempts to predict the outcome statistically.

Feel free to use it, and please share any ideas you have to improve its performance!

P.S. This project is still in process so please forgive me if the code is not the most clean or well documented.

Author