When shutting down NT with my indicator loaded, I received the following error:
Could not save indicator 'AAHSRIO': There was an error reflecting type 'NinjaTrader.NinjaScript.Indicators.AAHSRIO'.
When I start NT back up, the following error is displayed in the control panel:
Failed to restore indicator 'Unknown'. Most likely (a) the implementation changed or (b) one or more properties have been renamed or removed or (c) the custom assembly which implements this indicator no longer is there.
I am not very knowledgeable with c# and my indicator is reading from a file, drawing some lines, and periodically exporting the price anchor of those lines back to a file in case they've changed.
Can anyone see if there's something in my code that would be causing the above errors? I removed the auto-generated code at the bottom just for this post.
Thanks!

Comment