I get errors trying to create a strategy. It can be completely empty or have a very simple conditions. It doesn't matter.
Some of the errors:
NinjaTrader.Vendor.cs The type or namespace name 'JurikDMX' could not be found (are you missing a using directive or an assembly reference?) CS0246 - click for info 21 17
NinjaTrader.Vendor.cs The type or namespace name 'JurikJMA' could not be found (are you missing a using directive or an assembly reference?) CS0246 - click for info 22 17
NinjaTrader.Vendor.cs The type or namespace name 'JurikJMA' could not be found (are you missing a using directive or an assembly reference?) CS0246 - click for info 22 17
NinjaTrader.Vendor.cs The type or namespace name 'JurikVEL' could not be found (are you missing a using directive or an assembly reference?) CS0246 - click for info 24 17
It goes on and on and on. If you need all of them, let me know.

Comment