How to draw lines with sequential name and by quantity on the graph?
-
For example, I want to draw the line LINE1 and when it appears on the graph, I want to define a number in a constant, for example 4, so the EA must draw 4 lines above it in the sequence, LINE2, LINE3, LINE4

-
Are the lines a fixed number of pips away from the first line?
-
@JayPhillbrooks Yes.
-
@OntradingX I'm not sure how to go about it in the way you are describing. The way I would go about it which I do have stuff similar to, I would create the condition for line 1 and use the for each object loop and draw trendline then adjust each one in the adjustment box.