if (backtest.enableCancel) {
      buttons.push(this.createButton("cancel",
        "キャンセル...", "md-pause", this.cancel.bind(this)));
    }