I have a custom indicator (indicator A) which calculates a number of parameters and exposes them to other indicators for use.
Every time indicator A is accessed by another indicator a new instance of indicator A is created.
is there a way to only create 1 instance of indicator A no matter how many indicators accessing it?

Comment