Gold Price prediction (Prediction or Forecast)
Drata
New Altair Community Member
Hello there, I am really new in RM and have been testing out datasets from investing.com which takes XAU/USD pairing as my dataset. The goal is to predict Gold Price prediction movement. In this case, several attributes are given which are
Date
Price
Volume
Open
Low
High
Change
From this, any possible method to predict what is going to be the price for the next days based on Date alone?
P.S. I tried ARIMA and it is giving me weird result as in "Change" was monotone in one value and keeps repeating in that single value.
Date
Price
Volume
Open
Low
High
Change
From this, any possible method to predict what is going to be the price for the next days based on Date alone?
P.S. I tried ARIMA and it is giving me weird result as in "Change" was monotone in one value and keeps repeating in that single value.
0
Answers
-
Hi @Drata,
You have here an interesting paper about this topic.
https://dergipark.org.tr/tr/download/article-file/318266
best,
Cesar0 -
hello @ceaperez thanks for the reply! wondering if you know a way to generate Price, Volume, and other Attributes (Other than Open because that is what we want to predict) for the upcoming days which is supposed to be unknown. If possible, all of these has to be based on trained dataset. Thanks in advance
0