"Please check the 'OnBarUpdate' or the 'Plot' method: barsAgo needed to be between 0 and 255 but was 258".
Ok, so I updated my Data Series to include:
"myDataSeries = new DataSeries(this, MaximumBarsLookBack.Infinite);"
Now my plots don't work at all...
"Please check the 'OnBarUpdate' or the 'Plot' method: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index"
I am not running this on a non-equidistant chart. Must the new plot method be used anytime you use an infinite Data Series?
Thx.

Comment