First off, my background is not economics or related to stock it all; it is Applied Physics and Computer Science; so any naivety comes in regard to economics from pure ignorance.
I'm currently using yahoo stock quote API for datafeeds for acquiring approximately minute by minute data for all stocks on the Nasdaq and NYSE.
I then inject this into a SQL database were I have algorithms that essentially analyzes the entire NASDAQ and NYSE data from the previous day and spits out a stock which will make 0.5% the next day. Running this algorithm against historical data from 8-20-2009 through 8-19-2010, I was right 135 out of 187 times (or 72.19% of the time...) [note that I do not take into account Mondays or days after holidays]
The HUGE caveat is that while 72% of the time I am guaranteed to make money if I put a limit order at 0.5%, I also have to put a lower limit order not to lose alot of money as while its highly likely to gain 0.5%; it will also throughout the day be very highly likely to drop a few % ....
I'm currently using yahoo stock quote API for datafeeds for acquiring approximately minute by minute data for all stocks on the Nasdaq and NYSE.
I then inject this into a SQL database were I have algorithms that essentially analyzes the entire NASDAQ and NYSE data from the previous day and spits out a stock which will make 0.5% the next day. Running this algorithm against historical data from 8-20-2009 through 8-19-2010, I was right 135 out of 187 times (or 72.19% of the time...) [note that I do not take into account Mondays or days after holidays]
The HUGE caveat is that while 72% of the time I am guaranteed to make money if I put a limit order at 0.5%, I also have to put a lower limit order not to lose alot of money as while its highly likely to gain 0.5%; it will also throughout the day be very highly likely to drop a few % ....