ZigZag
-
I know it can get the highs and lows, but how do I get the candle ID of the high/low?
One of the goals for his is to make trend lines out of zigzag values.
Thanks
-
@yoloyacht hi, i think this can help you
-
Hey, Yolo.
Whatever method you use to find the highest/lowest price, you can simply change it to retrieve the "candleID" instead. Then in whatever other blocks you're using, you can plug that variable in as the candleID. I hope that makes sense.
-
I posted it somewhere, find it between my replies
-
Can you add an example for drawing TRENDlines using THIS example please