//this script is within the OnRender
foreach (Gui.NinjaScript.IChartObject thisObject in ChartPanel.ChartObjects)
{}
I am looking for a certain object on the ChartPanel, but how can I look for the ChartObject ONLY within the indicator not the whole chart?

Comment