I Need to know previous 3 Low, or the previous 2 High Of Zigzag
-
Hi
I need to read and compare the previous highs and lows of the zigzag indicator.
How can I access the previous 3 Low, or the previous 2 High ? -
This is in the standard blocks, The high or low you chose relate to these points
-
@Kamankesh You can select those values and store them into variables like this:

In this example, ID 0 means the most recent confirmed low, ID 1 means the previous confirmed low and so on.