Genrally we can set benchmark as below:


self.SetBenchmark(Symbol.Create("BTCUSDT", SecurityType.Crypto, Market.Binance))

but how shall I set this when use custom data(loaded by self.AddData() function)?

If still use above code to set benchmark, no error warning, but the final report never shows benchmark.