Currently, I am experimenting on some financial data using Financial Time series in Machine Learning. I am fortunate enough to obtain some classic data from Yahoo. I have built a feedforward neural network to predict the close market price using past market prices and volumes.
I read from Eric Wan, 'Modelling of nonlinear dynamics with neural networks', that I can sustain time series prediction over a wide range of time. I have tried this with Mackeyglass time series data and some sensible market values and I am getting very serious funny outputs with real life financial data.
I am in need of suggestions of how I can make my neural network to run on a free running mode in a closed loop and predict unimaginably far date financial data. Please, I am not using this to make money, its just for academic research purpose.
Every suggestion will be appreciated.
Thanks