I am using EMA and CurrendDayOHL in my indicator. My indicator is getting loaded in normal mode. When I enable Tick Replay , it is stopped loading and showing below error message in console. Any additional code needs to be done in my indicator to handle tick replay?
Indicator 'EMA': Error on calling 'OnBarUpdate' method on bar 2864: Object reference not set to an instance of an object.
Indicator 'Current day OHL': Error on calling 'OnBarUpdate' method on bar 2864: Object reference not set to an instance of an object.

Comment