1) Open a chart
2) Add an indicator, in a new panel (panel 2), such as SMA which uses the "Value.Set" method for output.
3) Move the cursor to Panel 2 and click the center mouse wheel to bring up the data box.
4) The Data Box will not show any values. The log will show the error: "Error on plotting values to chart data box for indicator "SMA". Please check the 'OnBarUpdate' method: Object reference not set to an instance of an object.
5) Indicators which use a plot series with a different name (i.e. not the indicator name) work OK.

Comment