I use the strategy wizard on a 3rd party indicator. The wizard produces an argument called Line(15) which gives me a compilation error "NinjaTrader.Gui.Chart.Line is a 'type' but is used like a 'variable' . Code CS0118
I see the Line Class is used in their indicator yet I cannot comprehend how the parameters should be passed correctly for the Line(15) argument. I have included a pic to clarify what I am trying to do. Any help would be greatly appreciated.

Comment