I tried to follow the example here:
https://ninjatrader.com/support/help...8/?addplot.htm
But the code is for indicator values that are not plotted, so I'm not sure how to adapt it. My thinking is create a Series and then somehow assign the values from the first indicator, but I'm a bit lost on how to do this.
If you start telling me about getter/setter and other terminology, I'm not going to understand you. Please if you can, break it down so a newbie like myself has a chance.
I thought MAYBE it would be something like: NinjaTrader.NinjaScript.Indicators.< First custom indicator name >.< Plotted Values Name >
But that wasn't it, or I didn't apply it correctly.

Comment