I use an external Visual Studio solution (and VS IDE) for my custom indicator. Indicator's class is derived from NinjaTrader.Gui.NinjaScript.IndicatorRenderBase class.
So, it's not a partial class.
The issue is that instance of my indicator can't be created from any other indicator compiled in Ninja IDE.
But my indicator can be placed an a chart and works perfectly.
Do you have any solution for this?

Comment