In the templates/workspaces normally the indicator header looks like this:
<Indicator BarsIndex="0" Instrument="ES 03-20 Globex" Name="NinjaTrader.NinjaScript.Indicators.TestIndic ator" Panel="-1" DisplayName="TestIndicator">
Now after getting only ERROR: Failed to restore Indicator 'Unknown'.errors on a given workspace, I digged into it and found that all the indicator headers look like this:
<Indicator BarsIndex="0">
What can cause these broken headers? Saving a workspace when a chart is not loaded yet? Is there a way to fix it?

Comment