There were some developments using LLMs in the timeseries domain which caught my attention. I toyed with the Chronos forecasting toolkit [1], and the results were predictably off by wild margins [2] What really caught my eye though was the "feel" of the predicted timeseries -- this is the first time I've seen synthetic timeseries that look like the real thing. Stock charts have a certain quality to them, once you've…
I used to work in financial software, and when writing the charting UIs, I'd wire them up to a randomwalk to generate fake time series data. It was a relatively common occurrence for a VP or the company CEO to walk by, look at my screen, and say "What stock is that? Looks interesting." Unpopular opinion backed up by experience: a randomwalk is the most effective model for generating timeseries that have the "feel" of…
That's not an unpopular opinion. The BSM model is based on the assumption that stock prices are stochastic i.e. random walks. Monte Carlo simulations and binomial trees are the two common methods of deriving a solution to the BSM model.