Predict Actual Return Value Of Stock After 30th Trading Days.
Perform the following steps for desired execution
Steps:
- Extract various technical analysis indicators (Feature_Extraction.py)
- Compute Principal Components using PCA (PCA.py)
- Build and run model to predict stock of latest entry (Prediction_LSTM.py)
Predicted 30th day stock's ['Close'] and calculated return are displayed.