when I have an existing "normal" indicator which produces alerts/lines/symbols in the chart window and the first indicator subwindow.
Now I want to add or better make a multi pair support indicator of it. So the indicator should loop through a handful user set pair list and check all these symbols once every new bar for alerts.
Drawing of lines/symbols doesn't make sense in this case so I think I have to remove such things from the indicator, correct?
Do I only have to make another for loop outsite the now existing for loop (with counted_bars as limit and the user set pairs as limit) in the OnCalculate sectionÂ
