I have multiple indicators (around 20) and each of them under certain conditions print some text above or below a bar on the chart. It obviously creates some difficulties with positioning. When I want them not appearing on top of another I need to maintain them in a way, so that each of them have its own row. Of course some of them are never going to appear simultanously so not exactly 20 rows are needed. Anyway there are plenty of gaps (empty rows) right now.
Is it possible so that all those indicators would send data to some lets call it: text manager - another indicator that would gather up all the data from different indicators, and then organize them for example alphabetically and then print on the chart in a nice way without empty rows between them? With reasonable delay.

Comment