An API like this would be nice: ```cs DateTime start = new(2024, 10, 28); OHLC[] ohlcs = Generate.Ohlc.Minutes(1000, start); // 100 candles with random walk data each one minute wide ```