Categories

Archives

Recent Posts

Recent Comments

Site search

Categories

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Tags

Blogroll

Calculating the probability of a stock market close price range?

(How would one go about calculating the odds that the stock market will close inn a certain range (ie between +25 and +100 points) for example.)

Answer:

Numerous time series forecasting methods exist. One simple way is to take a look at a large number of previous closes(+100, +25,……,etc.), sort them in order from highest to lowest, and the probability of the market closing in a certain range is the relative size of that range in the data list relative to the number of data points. For example if 30 out of 100 of the previus closes were in the range +10 to +50, then the probability a single days change would be in that range is 30/100=.3

Write a comment