I thought it would be interesting to see how well the Poisson distribution would do when used to determine changes in stock prices. I count the number of times the price goes up, down, or remains stagnant, than use the results to calculate lambda. I than calculate the probability the price of the stock will go up or down. After checking whether the the change is enough to bet on I calculate the number of share by taking my available cash relative to the price and multiply that by .1 times the difference between the up and down probability. I also used a set universe to try and avoid any bias. I would appreciate any input, critiques, suggestions or just comments.