Just a follow-up post to conclude this thread.
We (you and I) worked through the code to produce a workable solution based on https://ninjatrader.com/support/help..._a_ninjasc.htm
I need to correct my statement in post #24 and state that it is possible for a strategy to create its own indicator panel and send its plots there directly and this is the best solution overall. this ability requires the use of IsOverLay = false; in state.SetDefaults.
I have attached the test example I sent to you, for the benefit of others who may review this thread.
The example shows how a strategy can create and plot in its own indicator panel
StrategyPlotInIndicatorPanel.zip

Comment