I am working on a project to predict stock price using ANN. I have trained the system using previous 7 years data and it works fine to predict data for one day. Now I want to predict the stock price for the next seven days.
My Idea is to predict day 2 data using day 1, day 3 data using predicted data of day 2 and day 1 and so on. But it's not working properly.
I have trained ANN to predict closing price using opening price, the maximum and minimum price of a day.
What is the idea of predict data for the next seven days ??