Candle Low between two Vertical Lines
-
Hi Guys
How can I place this horizontal line here?
Please note that the two vertical lines are variable and will be updated as new trends take place.
Thanks!

-
Need more information, an orange draw line will draw.
-
@jstap On the Chart, the two lines drawn are two vertical lines. I would like to know how to detect the minimum candle low (in between the two vertical lines) and put a horizontal line there. (the blue arrow points towards what I need, the red horizontal line to be drawn)
-
Identify the candle ID of the 2 vertical lines first, then get the value max / min, and draw the line
-
@sktsec ok, I do understand the logic but how do you actually do it in terms of placing blocks and the relevant settings please?
Do pardon my lack of knowledge, I have spent a long time trying to work it out.
-
To find the candle ID, try
For each object (select vertical line) --> Modify variable (select Object on Chart, enter Name of Object)To find the min / max,
Modify variable (select Market Property, Lowest/Highest Price (CandlePeriod))When you get the price level, you can draw the horizontal line