Previously, for an Indicator I used the sample code provided:
myDataSeries = new DataSeries(this);
Would the same code work in a strategy to achieve what I have described above?
Lastly, How could I do the same thing, except I would like my custom dataseries to stay in sync with the second or third Bars object?

Comment