Prediction of Closing Stock Prices - Computer Action Team

MA = the sum of the most recent ten days closing divided by ten. The following algorithm, based on MA was used to predict an increase or decrease in tomorrows closing stock price MA: If ( Today’s MA > Yesterday’s MA ) Predict increase in tomorrow’s closing price Else Predict decrease in tomorrow’s closing price End if ................
................