Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
1–8 of 8 posts
Re: Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
#2Re: Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
#3Wouldn't put it past somebody to code this adversarial to game their stock picks. You could weaponise misplaced trust here, no different to any other stock recommendation method. The explain part would be Fascinating. "Buy Berkshire Hathaway and apple" aside.
Re: Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
#4Re: Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
#5Have you tried it on historical stock data to see how well it would have performed in the past?
Currently I’m working on adding interactive chats. Chats where users add some financial data automatically into messages. Something like:
“Please analyze {historical_data(10, days)} and also check {news}. Give me some recommendations based on these data”
Re: Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
#6Re: Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
#7Why do you believe an LLM would be good at this task?
Next step is to explore how god these forecasts are. Although I don't think they will always green, but if for example 51% of them are good I'll call it a win.
Re: Show HN: Ftocks – Everyday I'm asking LLM to give me stock price predictions
#8Why do you believe an LLM would be good at this task?
Well. That's a good question. My assumption is that LLMs absorbed enough data and can predict at least how normal people will set these lines (open, close etc). Next step is to explore how god these forecasts are. Although I don't think they will always green, but if for example 51% of them are good I'll call it a win.
I don’t believe this is an appropriate application for an LLM, unless it’s mixed with another program that does some fundamentals analysis based on historical data. That could be interesting.