I would like to query the meeting of 2 lines on a candlestick. The way I see it, the two lines that are formed via line.new should have the same values at this point. Unfortunately, I was not able to create a query for this case. Hence the question how should the query be implemented in order to query the meeting of two lines on a candlestick?
Asked
Active
Viewed 23 times
0
-
Why not keep track of those bars as you create new lines? – vitruvius Jun 30 '23 at 07:46