The type or namespace name 'JurikDMX' could not be found
CS0246
Line 21
Column 17
The type or namespace name 'JurikJMA' could not be found
CS0246
Line 22
Column 17
Line 20 namespace NinjaTrader.Strategy
Line 21 {
Line 22 /// <summary>
Line 23 /// Enter the description of your strategy here
Line 24 /// </summary>
Line 25 [Description("Enter the description of your strategy here")]
Line 26 public class MyStrategy : Strategy
Comment