I built a model that predicts the closing price for the day after on a specific stock based on the volume,open, high, lowand close.
what is the best way to build the trading strategy?
I thought that I could use the price from 5 minutes before the end of the trading day and buy or sell based on the prediction based on that price. the problem is that the volume that I am getting from the broker of this stock is changing also after the trading hours so I need to wait more than 2 hours after the day trading is over.
how should I deploy this strategy?
what is the best way to build the trading strategy?
I thought that I could use the price from 5 minutes before the end of the trading day and buy or sell based on the prediction based on that price. the problem is that the volume that I am getting from the broker of this stock is changing also after the trading hours so I need to wait more than 2 hours after the day trading is over.
how should I deploy this strategy?