So, my algorithm default resolution is minute.

And it has a warm up for suppose 240 minutes

Now, I want to introduce a custom indicator like RSI with Daily resolution but in a custom class like SymbolData.

How can I do this with RSI populated from first day, so I have warm up of 14 days specially for the indicator (algo warm is different duration)

I used rolling window to store the information but not sure how exactly to warm the RSI indicator.

Thank you

Ray