public void ExecuteRecipe(Plot plt) { OHLC[] prices = DataGen.RandomStockPrices(null, 60); plt.AddOHLCs(prices); }