the auto generated code at the bottom of NinjaTrader 8 indicator is not recognizing that I have moved an indicator to a custom namespace.
For example :
//This namespace holds Indicators in this folder and is required. Do not change it.
namespace NinjaTrader.NinjaScript.Indicators.QUM
{
public class myCoolIndicator : Indicator
{
etc
Adding the .QUM and doing a SaveAs should see the auto generated code recognise that the indicator now belongs in that QUM namespace, but it is not doing that. This feature seems unreliable. How can I FORCE IT to acknowledge the namespace of the indicator? Manually making the changes doesn't work, because Ninja just overwrites it again wrongly.
Thanks,
saltminer

Comment