Hi ,
I try to set as benchmark custom data price but it does not work.
I managed to get the prices from my custom dataClass ( “NokPrice”) in the OnData(Slice data) function and it seems to work fine but I can't put it as a benchmark.

has anyone experienced this situation before?

best!


AddData<NokPrice>("Nok", Resolution.Daily);

// Does not work
SetBenchmark("Nok");

Author