I'm using AddDataSeries() to add ^TICK. I might be wrong but I've noticed that if there is no data for the TICK (for example when I run historic data), the data series holds the close price of the main series. Is that correct?
Since I add several data series (from different classes) I'm not sure what's the series index number in the array. How can I reference a data series by its name?
Thanks

Comment