Because I want a quick way to turn the indicator on and off, I put my own button on the tool bar and I override the Plot() function to display the bar numbers (or not), without needing to reload all Ninjascript to get the change.
Now I decided I need to show the bar number in the data box, so I can see it when I'm not displaying it directly on the chart below the bar.
So I figure I need Plot in my indie, which up to now I don't have, and I'll set DisplayInDataBox to true.
What is the most resource efficient way of setting up the new Plot? Shall I have an invisible color, or some other way?

Comment