Horizontal line starting at current candle
-
Good evening
I'm starting a project where I draw horizonal lines at different price levels. My question is... Is there a way to draw a horizontal line and it start at the candle that I'm drawing it on? For example, If I'm setting the high and low price from candle 1, can the line start on candle 1 and to the right (current price) instead of also expanding left (past price)? Trying to figure this part out before I do my other lines so my project so far is only 2 blocks.
-
Do you mean drawing a single line that evolves in time? I don't see the logic of using two. Are you trying to fin a price range maybe? A dynamic one?
-
@l-andorrà thank you for your response. In the project so far, On line represents the daily high and one represents the daily low and I want them to be levels on my chart that I plan to implement into my strategy. My question is is there a way to start the line at the candle and only expand it right instead of also going backwards