I know this is usually a big no-no in the world of backtesting/strategy development... but I really do have a need to look ahead at *future* data from a historical bar, for one of my backtests.
I'm just trying to define the range of values that I should be focusing on... so say, for example, on Monday I'd like to figure out the high/low for the rest of the week, so that I can define special debugging messages close to those prices.
How do I do this? How do I get access to High/Low/Close from future bars?

Comment