Hi All,
I'm a Computer Science major, and have been focusing my research efforts on linear time-series analysis to try and make short term (3-5 day) predictions in the stock market.
I've implemented four (4) different algorithms, appropriated from technical analysis techniques.
I'll just give a quick overview, but if you want more information please let me know.
I've randomly selected 500 companies listed on NASDAQ. For each company, I download all available historical data. Then, I let the algorithms loose on the data.
When an algorithm finds a potential entry point, it logs relevant information into a database table. To validate the prediction, the system looks 5 days 'into the future' to see the stock price.
3 out of the 4 algorithms, over a long term period, don't do all that well (~47% accuracy). One algorithm with a given parameter set does well (~52% accuracy) over a long term period.
Since I've been able to show that there are 'greater than chance' probability 'pockets' in the stock market, the academic side of the project has been quite sucessful.
I would like to get an idea of how accurate experienced traders are as a metric to the potential benefit of the system.
Obviously there are many more factors to consider other than accuracy (but I'm not worried about them with this post), I'll probably leave those for other posts.
So, if anyone would like to share their experiences, it would be most appreciated.
Regards,
Brandon
I'm a Computer Science major, and have been focusing my research efforts on linear time-series analysis to try and make short term (3-5 day) predictions in the stock market.
I've implemented four (4) different algorithms, appropriated from technical analysis techniques.
I'll just give a quick overview, but if you want more information please let me know.
I've randomly selected 500 companies listed on NASDAQ. For each company, I download all available historical data. Then, I let the algorithms loose on the data.
When an algorithm finds a potential entry point, it logs relevant information into a database table. To validate the prediction, the system looks 5 days 'into the future' to see the stock price.
3 out of the 4 algorithms, over a long term period, don't do all that well (~47% accuracy). One algorithm with a given parameter set does well (~52% accuracy) over a long term period.
Since I've been able to show that there are 'greater than chance' probability 'pockets' in the stock market, the academic side of the project has been quite sucessful.
I would like to get an idea of how accurate experienced traders are as a metric to the potential benefit of the system.
Obviously there are many more factors to consider other than accuracy (but I'm not worried about them with this post), I'll probably leave those for other posts.
So, if anyone would like to share their experiences, it would be most appreciated.
Regards,
Brandon
