The inheritance looks like this:
Indicator -> MyMiddleware -> MyIndicator
The code gets generated in MyMiddleware (because it directly inherits from Indicator) but it doesn't get generated in MyIndicator.
Creating the NinjaScript generated code manually doesn't work, because the editor immediately removes the code.
Any suggestions on how to approach this problem?

Comment