I'd like to use long term daily SMA averages, like 200 or 50, on an intraday chart that is at a much finer time granularity, e.g. 5 minutes, etc. I would prefer to not load more than a few days of data for the intraday series if possible, e.g. a few days, a week, etc. Is there a way to load 200 days' worth of daily bar data to compute 200 SMA without having to load 200 days' worth of the primary bar series? I know I can just add daily bars as a second series, I'm just trying to see if there's a way to load different number of days for the two series.
Thanks.

Comment