when using GoTo 9:30:00, these errors occur:
Error on calling 'OnBarUpdate' method for indicator 'mystrat1' on bar 52992: You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
Error on calling 'OnBarUpdate' method for indicator 'mystrat1': You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
Error on calling 'OnBarUpdate' method for indicator 'mystrat1' on bar 51968: You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
Error on calling 'OnBarUpdate' method for indicator 'mystrat2': You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
Error on calling 'OnBarUpdate' method for indicator 'mystrat2' on bar 22528: You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
Error on calling 'OnBarUpdate' method for indicator 'mystrat2': You are accessing an index with a value that is invalid since its out of range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
I am calling this a bug because if you Reload Ninjascript there is no error. So must be something to do with MR GoTo?

Comment