time-series-forecasting-pytorch icon indicating copy to clipboard operation
time-series-forecasting-pytorch copied to clipboard

Acquiring data from Alpha Vantage and predicting stock prices with PyTorch's LSTM

Results 12 time-series-forecasting-pytorch issues
Sort by recently updated
recently updated
newest added

Hi, I was very impressed with the result of prediction graph of IBM but than i noticed that actual prediction is going after next day of actual data, so i...

hey How would you adopt the z normalization for multiple stocks ? Do you think it would be more suitable to adopt the normlization for 20+1 values before and after...

Hi Hong, I tried the project with IBM, the result is amazing. However, when I tried with other stock, e.g. AAPL, the predict price is much lower than actual price....

All cases of: `plt.grid(b=None, which='major', axis='y', linestyle='--')` should be replaced by: `plt.grid(visible=None, which='major', axis='y', linestyle='--')`

Hello, Please show how to add additional features (such as a technical indicator) to the script to help in prediction.

Hi, I am curious how the code needs to be adapted so that one is able to look e.g. 5 or more days into the future? Can you help me...

I would like to know that I am writing projects according to documentation when using features such as ai to predict prices, but I have a problem with the first...

The Normalizer class computes the mean and standard deviation over the full data set. Doesn't this introduce lookahead bias in the model essentially feeding information about future stock prices into...

MSEloss by default uses 'mean' as reduction method, so I think `epoch_loss += (loss.detach().item() / batchsize)` is incorrect

Dear all, which are parameters can I change to get a better fitting eg for RIO ? Regards Lu