I know I can only show the most recent arrows by keeping the tag the same in the draw.uparrow object.
I know I can show all arrows by adding CurrentBar[0] or something to the tag to make each arrow a unique name.
But what if I wanted to show only the last 4 arrows? or only the last 10 arrows. How would I achieve something like that?

Comment