This seems like it should be straightforward, but I can't figure it out.
I have a strategy that adds a custom indicator (spread). However, what I want to do is NOT add the indicator if it has already been added to the current chart (by another instance of the same strategy that has slightly different parameters).
Basically, I want to be able to keep on adding different instance of my strategy to the current chart, but only have it add the relevant indicator once.
I need something like a Plots.Count function.
Any ideas?

Comment