MATLAB: Matlab code for stock price prediction using artificial neural network or hidden markov model using nueral network tool

neural network toolbox

I have the data for 4 companies taken from finance.yahoo.com (Open, High, Low, Close, Volume and Adj Close) from december 2008 till december 2013. but i don't know how start, can you guide me please.. i want to code for stock data (company or gold or any historical data) to predict this data in future on the basis of past values. for this we exchange future data according to past data.using back prapogation (neural network technique),feed forward algorithm and calculate the network weight.train the data , validation,and error in network and graph for predict values as a output.

Best Answer

Search the NEWSGROUP and ANSWERS for previous posts on the topic. For example if the search words
neural finance prediction
don't result in postings that help, use a different set of appropriate search words.
Hope this helps.
Greg