I would like to access historical bars using Low[] in an indicator.
For Low[0] this seems to work. See example 1.
It doesn't seem to work for Low[10] . See example 2.
Can someone explain why Low[10] doesn't seem to work?
Seems like a silly, simple problem, but I just can't figure out the solution....

Comment