Please look at the attached picture.
Funny thing is that if i try to compile the indicator which contains same instructions everything is fine. When i have written that piece of code everything worked fine, after a week or so, I'm just getting an error during compiling. If i remove that line everything goes well. Recently I've removed one indicator which was protected assembly and installed the new version, and it seems to me my problems started from that point.
My strategy had calls to that protected indicator, but I'm not using that indicator anymore in my strategy.
Any thoughts?
update: Can't select the strategy from the new strategy window. look at attached picture 2,3 on the 3rd picture you can see I've selected my BreakOut strategy, and all the parameters from the previously selected strategy remained in the strategy window.
This is my list of declarations from the strategy:
#region Using declarations
using System;
using System.Collections;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Xml.Serialization;
using NinjaTrader.Cbi;
using NinjaTrader.Data;
using NinjaTrader.Gui.Chart;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using System.ComponentModel;
#endregion

Comment