For some reason NinjaTrader generates code which tries to instantiate the abstract indicator.
Changing the constructor visibility had no effect.
I have to disable the generated code because users must not use the abstract indicator.
How do I disable the generated code? If it is not possible, how do I prevent users from seeing the indicator?

Comment