When I warm up a weekly consolidator + indicator, I found that it uses Thursday to Wednesday prices as a week, which is wrong. Did I configure something wrongly?


For example, I want to warm up by using TQQQ weekly close price.

When debugging, the update() function enters with:
- 1st round: time=02/11/2010 (Thursday), close=$88.09, which seems to be the close price of 02/17/2010 (Wednesday)
- 2nd round: time=02/18/2010 (Thursday), close=$88.3, which seems to be the close price of 02/24/2010 (Wednesday)
- 3rd round: time=02/25/2010 (Thursday), close=$94.2, which seems to be the close price of 03/03/2010 (Wednesday)