i would like to know if it is possible to create a new Series<T> which holds a custom class or a custom object with a few member variables instead of just a single value?
The definition says:
Definition
A Series<T> is a special generic type of data structure that can be constructed with any chosen data type and holds a series of values equal to the same number of elements as bars in a chart.
https://ninjatrader.com/support/help...ml?seriest.htm
Could you please tell me how this could be implemented in an indicator?
Thank you,
Mike

Comment