* Each bar has an X and a Y, but how do you store and match them to find the X and Y of the lower low (LL) bar?
In other words,
* When the white circled bar on the right is the current bar, how from it I refer to the white circled bar on the left to find the X and Y of the LL bar?
* When the orange circled bar on the right is the current bar, how from it I refer to the orange circled bar on the left to find the X and Y of the LL bar?
My indicator is written in OnRender, I'm storing and using the X and Y of the four most recent bars.
But, how to store and use the X and Y of bars separated in time?
If anyone can help...
Thanks

Comment