I need to practice (not backtest) my trading method with historical charts. My page consists of a daily chart and a weekly chart of the same market.
I need to be able to go back to a past date, let's say 1st Jan 2006. At that point I want both charts to look what they looked like on that date (i.e. nothing to the right of the chart, with 1-1-2006 being the most recent bar on the charts).
Then I need a mechanism to step bar by bar on the daily chart, and I need the weekly chart to change accordingly, but both charts should only show the data un till that date.
Can this be done? Basically what I'm asking is a kind of 'tick replay', except instead of ticks, it's daily bars.
I need to be able to go back to a past date, let's say 1st Jan 2006. At that point I want both charts to look what they looked like on that date (i.e. nothing to the right of the chart, with 1-1-2006 being the most recent bar on the charts).
Then I need a mechanism to step bar by bar on the daily chart, and I need the weekly chart to change accordingly, but both charts should only show the data un till that date.
Can this be done? Basically what I'm asking is a kind of 'tick replay', except instead of ticks, it's daily bars.
Comment