Need a suggestion please...
Having 2 points Close[1] and Close[0] - it is easy to link them together with a simple line for instance.
But if I have the following: Close[1] and Open[0] and Close[0]. There is a starting point on the last bar, but I have to choose 2 points on current bar, having a specific condition for them. Suppose I have to link them in a following sequence: Close[1], Close[0], Open[0].
How can I define a that Close[0] is a priority point, rather then Open[0] within the same bar in order to link them with a simple line?
Many thanks,
Arthur

Comment