I'm working on strategy and I would like to plot the weekly RSI on my strategy that used a primairy daily data series.
I've added the secondairy dataseries (weekly) and I used this on the RSI.
If I plot the weekly RSI in my strategy, it starts plotting at the same moment as the other indicators which use daily data. This results in the weekly rsi stopping to plot after some time.
I think I know the problem and that is that the weekly RSI starts plotting after 20 bars from the daily data however it should start plotting after 20 bars weekly data (So 140 bars daily data).
How can I fix this ?

Comment