I have a bunch of indicators I have created, and many of them rely on data from other indicators. So to date, rather than duplicate the code in each indicator, I am pulling in indicators inside of indicators.
I am starting to notice some slowlness in performance, particularly now as I am pulling in some of these indicators into market analyzer columns.
I am wondering if anyone can help me understand performance trade-offs of duplicating indicator code in one indicator vs. pulling in the indicator into another indicator. At times because of the way I want to display it, I am pulling the same indicator into multiple indicators.
From a code perspective its obviously way easier to pull in an indicator inside of another and leverage it, but I don't quite understand the performance trade off on that.

Comment