(From NS Editor)
Create subfolder in Indicators folder eg.:
Indicators/Development
then right click on Development folder -> "New Indicator" and generate simple indicator.
You won't be able to compile this newly created indicator since its namespace instead of:
"NinjaTrader.NinjaScript.Indicators"
is now:
"NinjaTrader.NinjaScript.Indicators.Developmen t"
Removing the Development part fixes it but I don't think it should be the expected behaviour for generating indicators within subfolders.

you (roslja) were right to doubt my reading comprehension and point out it must be related to something else.
Comment