When adding a custom Series<T> object within an indicator or strategy, is that Series<T> object added to an accessible collection, similar to the Values collection?
I'd like to be able to programmatically iterate through the collection of custom Series<T> objects and access any element of any Series<T> with in it.
Comment