コード例 #1
0
 public void ExecuteRecipe(Plot plt)
 {
     OHLC[] prices = DataGen.RandomStockPrices(null, 60);
     plt.AddOHLCs(prices);
 }