NinjaTrader 8 Programming Strategies Guide
I have been following the course and editing as it progressed. I have some issues which C# is saying are not acceptable and it provided syntax changes. Here are some examples: the course said to add private void SetDefaults() and private void SetParameters().. C# changed it to be private static void SetDefaults() and private static void SetParamenters(). Please let me know if these will work properly. I have other error codes in the Error List. It is telling me that in public class BasicTemplate : Strategy, the type or namespace "Strategy" could not be found. Please advise.