Hi Mr Kelly,
I would like to thank you for the video about "Random Processes in Finance".
I did try to reproduce the code you share on that video and I am getting some error, if could see the code I'd really appreciate it.
Thank you.
The code is:
data = temporaldata[FinancialData["EUR/USD",{{2021,5,1},{2021,9,30}}]] ["Part",All,{{2021,5,1},{2021,9,30}}];
eproc = EstimatedProcess[data, ARIMAProcess[40,2,0]]
forecast = timeseriesforecast[eproc,data,{20}]
DateListPlot[{data["Path"], Forecast["Path"]}, Joined -> True, Filling -> Axis, PlotLabel -> "EUR/USD", ImageSize -> 800]