I'm generating a timechart, with a 5 period simple moving average. I'm only searching over a week, with the span set to 1 day. This results in only 3 moving average data points.
What would be ideal is to get the moving average data points from the earlier data (days in previous week) added to the result of my 1 week search. I investigated the possibility of extending the search over two weeks, and then truncating the results, but I do not think this is possible.
Is what I'm trying at all possible?