forecasting multi step return of intra day stock price #281
sumonsamanta123
started this conversation in
General
Replies: 1 comment 2 replies
-
Stock prices are by large not predictable by past values. For the sake of this experiment: What was your NP model definition? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone tried neural prophet to forecast stock return from intra day time series(5 minutes interval)? I am not getting any good result.
Attached sample time series. I am trying to use return (price(t) - price(t-1))/price(t-1) for time up to 3:30, use this to fit neural prophet and then predict the price between 3:30 to 4. Forecast does not seem to change direction(positive for all vs positive/negative in the actual return). Just using ARMA, I got better forecast(although not close to the actual return). Please note - I am not expecting to match actual return series(it's impossible), just the direction of the change is good enough.
intraday_5min_AMZN.txt
Beta Was this translation helpful? Give feedback.
All reactions