if (backtest.enableRestart) {
      buttons.push(this.createButton("restart",
        "再実行...", "md-replay", this.restart.bind(this)));
    }