If I have 5 solid line plots in my custom indicator panel.
Is there a piece of code I can use to specify how they should overlap one another instead of having to code them in a specific order?
Example:
Plot 1
Plot 2
Plot 3
Plot 4
Plot 5
This order will make "plot 5" overlap all of the other 4 plots because of the way it has been ordered.
Could I use a piece of code to specify "plot 1" to overlap all the other plots without re-ordering them manually?
I hope this question isn't too vague. Please let me know if I must go into further detail.
Any help will be much appreciated

Comment