It has some serialization code in it for brushes.
I commented out the serialization methods that are under the actual Brush property getters and setters.The property definition including the getters and setters are not commented out.
I still have this problem even though all serialization code is commented out in the indicator.
The problem is that the indicator works but if I save a template and then open the template... then the indicator is no longer displayed - the whole bottom of the chart area (pane) where it should be is not displayed.
So can this still be a serialization problem? or should I look somewhere else?

Comment