How do you create an indicator based on another indicators output. Eg, A Moving Average of an ATRVE. I think I need to set the DataSeries for the second indicator, but to what? Our example code started with this... Dim Custom1 As New AverageTrueRange(5) Financial1.Gallery.Analytical.Studies.Add(Custom1...