I've been running this indicator for almost a year now with no problems. However, today I am receiving the following error message whenever it tries to run.
Indicator 'L33TB0YAverages': Error on calling 'OnBarUpdate' method on bar 200: NinjaTrader.NinjaScript.DrawingTools.ExtendedLine startTime must be greater than the minimum Date of 1/1/1800 12:00:00 AM but was 1/1/0001 12:00:00 AM
I am painting two separate sets of lines. The startTime is acquired via Time[0] for one line and Time[1] for another. What is the root cause of this issue and why would it only show up now? I wonder if it is related to the daylight savings time change.
Thank you!

Comment