Sorry -- forget CurrentBar for the moment.
Let's say I am on bar 3645 and I had stored the index of a bar--the value is 1000. Since this does not work-- Close[1000]--is there a way to reference a paticular bar by index? Or do I always have to calculate the index every time depending on the CurrentBar index? In other words, I would prefer to reference a bar like this: Bar[1000] instead of something like this Close[CurrentBar - 2645].
Does that make sense?

Comment